Method: Sentry::Configuration#debug
- Defined in:
- lib/sentry/configuration.rb
permalink #debug ⇒ Boolean
Whether the SDK should run in the debugging mode. Default is false. If set to true, SDK errors will be logged with backtrace
129 130 131 |
# File 'lib/sentry/configuration.rb', line 129 def debug @debug end |