diff --git a/guides/source/active_support_instrumentation.md b/guides/source/active_support_instrumentation.md index 7c1a2648342..868eb9c0d3b 100644 --- a/guides/source/active_support_instrumentation.md +++ b/guides/source/active_support_instrumentation.md @@ -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 |