We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c8cf52 commit 126b7f6Copy full SHA for 126b7f6
lib/logstasher/rails_ext/action_controller/metal/instrumentation.rb
@@ -17,10 +17,10 @@ def process_action(*args)
17
end
18
}
19
20
- LogStasher.add_default_fields_to_payload(raw_payload, request)
+ LogStasher.add_default_fields_to_payload(raw_payload, request)
21
22
- LogStasher.clear_request_context
23
- LogStasher.add_default_fields_to_request_context(request)
+ LogStasher.clear_request_context
+ LogStasher.add_default_fields_to_request_context(request)
24
25
ActiveSupport::Notifications.instrument('start_processing.action_controller', raw_payload.dup)
26
0 commit comments