Method: Sentry::Configuration#app_dirs_pattern

Defined in:
lib/sentry/configuration.rb

#app_dirs_patternRegexp?

Directories to be recognized as part of your app. e.g. if you have an ‘engines` dir at the root of your project, you may want to set this to something like /(app|config|engines|lib)/

The default is value is /(bin|exe|app|config|lib|test|spec)/

Returns:

  • (Regexp, nil)
[View source]

29
30
31
# File 'lib/sentry/configuration.rb', line 29

def app_dirs_pattern
  @app_dirs_pattern
end