Method: Sentry::Configuration#before_send_transaction
- Defined in:
- lib/sentry/configuration.rb
#before_send_transaction ⇒ Proc
Optional Proc, called before sending an event to the server
100 101 102 |
# File 'lib/sentry/configuration.rb', line 100 def before_send_transaction @before_send_transaction end |