Method: Sentry::Configuration#project_root
- Defined in:
- lib/sentry/configuration.rb
permalink #project_root ⇒ String
Project directory root for in_app detection. Could be Rails root, etc. Set automatically for Rails.
191 192 193 |
# File 'lib/sentry/configuration.rb', line 191 def project_root @project_root end |