Skip to content

Commit

Permalink
Document :request in start_processing's payload
Browse files Browse the repository at this point in the history
  • Loading branch information
skipkayhil committed Dec 12, 2023
1 parent 3881518 commit b41aafe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions guides/source/active_support_instrumentation.md
Expand Up @@ -97,6 +97,7 @@ Within the Ruby on Rails framework, there are a number of hooks provided for com
| ------------- | --------------------------------------------------------- |
| `:controller` | The controller name |
| `:action` | The action |
| `:request` | The [`ActionDispatch::Request`][] object |
| `:params` | Hash of request parameters without any filtered parameter |
| `:headers` | Request headers |
| `:format` | html/js/json/xml etc |
Expand Down

0 comments on commit b41aafe

Please sign in to comment.