You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to get information about the request's headers after ActiveSupport::Notifications.subscribe 'process_action.action_controller', but the :headers key is missing from the event's payload. As far as I can see, this gem monkey patches ActionController::Instrumentation#process_action hence a few Rails generated fields will be missing: headers and request.
Could these extra fields be still visible for subscribers of the ActionController?
The text was updated successfully, but these errors were encountered:
Hey!
I'm trying to get information about the request's headers after
ActiveSupport::Notifications.subscribe 'process_action.action_controller'
, but the:headers
key is missing from the event's payload. As far as I can see, this gem monkey patchesActionController::Instrumentation#process_action
hence a few Rails generated fields will be missing:headers
andrequest
.Could these extra fields be still visible for subscribers of the ActionController?
The text was updated successfully, but these errors were encountered: