Method: Sentry::Configuration#sending_allowed?

Defined in:
lib/sentry/configuration.rb

#sending_allowed?Boolean

Returns:

  • (Boolean)
[View source]

575
576
577
# File 'lib/sentry/configuration.rb', line 575

def sending_allowed?
  spotlight || sending_to_dsn_allowed?
end