Method: Sentry::Configuration#project_root

Defined in:
lib/sentry/configuration.rb

#project_rootString

Project directory root for in_app detection. Could be Rails root, etc. Set automatically for Rails.

Returns:

  • (String)
[View source]

191
192
193
# File 'lib/sentry/configuration.rb', line 191

def project_root
  @project_root
end