Class: ActionDispatch::ExceptionWrapper
- Inherits:
-
Object
- Object
- ActionDispatch::ExceptionWrapper
- Defined in:
- lib/power_trace/rails/action_dispatch/exception_wrapper.rb
Instance Method Summary collapse
Instance Method Details
#application_power_trace ⇒ Object
3 4 5 |
# File 'lib/power_trace/rails/action_dispatch/exception_wrapper.rb', line 3 def application_power_trace clean_power_trace(:silent) end |
#framework_power_trace ⇒ Object
7 8 9 |
# File 'lib/power_trace/rails/action_dispatch/exception_wrapper.rb', line 7 def framework_power_trace clean_power_trace(:noise) end |
#full_power_trace ⇒ Object
11 12 13 |
# File 'lib/power_trace/rails/action_dispatch/exception_wrapper.rb', line 11 def full_power_trace clean_power_trace(:all) end |