Method: Sentry::Configuration#sending_allowed?
- Defined in:
- lib/sentry/configuration.rb
permalink #sending_allowed? ⇒ Boolean
575 576 577 |
# File 'lib/sentry/configuration.rb', line 575 def sending_allowed? spotlight || sending_to_dsn_allowed? end |