Method: Sentry::Configuration#before_send
- Defined in:
- lib/sentry/configuration.rb
permalink #before_send ⇒ Proc
Optional Proc, called before sending an event to the server
87 88 89 |
# File 'lib/sentry/configuration.rb', line 87 def before_send @before_send end |