Module: Skylight::Probes::ActionDispatch::RequestId::Instrumentation Private
- Defined in:
- lib/skylight/probes/action_dispatch/request_id.rb
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Instance Method Summary collapse
- #call(env) ⇒ Object private
Instance Method Details
#call(env) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
6 7 8 9 |
# File 'lib/skylight/probes/action_dispatch/request_id.rb', line 6 def call(env) @skylight_request_id = env["skylight.request_id"] super end |