Module: Sentry::Rails::ControllerTransaction
- Defined in:
- lib/sentry/rails/controller_transaction.rb
Constant Summary collapse
- SPAN_ORIGIN =
"auto.view.rails"
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
8 9 10 |
# File 'lib/sentry/rails/controller_transaction.rb', line 8 def self.included(base) base.prepend_around_action(:sentry_around_action) end |