Method: Sentry::Configuration#debug

Defined in:
lib/sentry/configuration.rb

#debugBoolean

Whether the SDK should run in the debugging mode. Default is false. If set to true, SDK errors will be logged with backtrace

Returns:

  • (Boolean)
[View source]

129
130
131
# File 'lib/sentry/configuration.rb', line 129

def debug
  @debug
end