Method: Sentry::Scope.global_event_processors
- Defined in:
- lib/sentry/scope.rb
.global_event_processors ⇒ Array<Proc>
Returns the global event processors array.
397 398 399 |
# File 'lib/sentry/scope.rb', line 397 def global_event_processors @global_event_processors ||= [] end |