redirect_to.action_controller
A Rails controller issued a redirect.
Fields
8| Field | Type | Description |
|---|---|---|
event_type | string | Allowed value: redirect_to.action_controller. |
status | integer | HTTP redirect status code, e.g. 301, 302. |
location | string | URL the client is redirected to. |
duration | number | Duration in milliseconds. |
instrumenter_id | string | Rails instrumenter UUID. |
request_id | string | Rails request UUID, present on any event fired during a web request context. Merged globally by the Honeybadger agent. |
hostname | string | Server hostname. Attached to every event by default (events.attach_hostname). |
environment | string | Application environment, e.g. "production". Attached to every event by default (events.attach_environment). |
Example
{ "event_type": "redirect_to.action_controller", "status": 302, "location": "https://app.example.com/users/123", "duration": 0.85, "instrumenter_id": "d6a5b3f4c2e1908a7b6c", "request_id": "0f5e4bb2-3c46-4b1c-91d5-2f4e8a6b9c01", "hostname": "web-1.example.com", "environment": "production"}