Skip to content

Commit 486c50a

Browse files
authored
Merge pull request rails#50330 from skipkayhil/hm-doc-asi-start-request
Document :request in start_processing's payload [ci-skip]
2 parents 3881518 + b41aafe commit 486c50a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

guides/source/active_support_instrumentation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ Within the Ruby on Rails framework, there are a number of hooks provided for com
9797
| ------------- | --------------------------------------------------------- |
9898
| `:controller` | The controller name |
9999
| `:action` | The action |
100+
| `:request` | The [`ActionDispatch::Request`][] object |
100101
| `:params` | Hash of request parameters without any filtered parameter |
101102
| `:headers` | Request headers |
102103
| `:format` | html/js/json/xml etc |

0 commit comments

Comments
 (0)