| action |
[R] |
The action (if any) that was called in this request
|
| api_key |
[R] |
The API key for the project to which this notice should be sent
|
| args |
[RW] |
Arguments given in the initializer
|
| backtrace |
[R] |
The backtrace from the given exception or hash.
|
| backtrace_filters |
[R] |
See Configuration#backtrace_filters
|
| cgi_data |
[R] |
CGI variables such as HTTP_METHOD
|
| component |
[R] |
The component (if any) which was used in this request (usually the
controller)
|
| environment_name |
[R] |
The name of the server environment (such as "production")
|
| error_class |
[R] |
The name of the class of error (such as RuntimeError)
|
| error_message |
[R] |
The message from the exception, or a general description of the error
|
| exception |
[R] |
The exception that caused this notice, if any
|
| hostname |
[R] |
The host name where this error occurred (if any)
|
| ignore_by_filters |
[R] |
See Configuration#ignore_by_filters
|
| notifier_name |
[R] |
The name of the notifier library sending this notice, such as "Hoptoad
Notifier"
|
| notifier_url |
[R] |
A URL for more information about the notifier library sending this notice
|
| notifier_version |
[R] |
The version number of the notifier library sending this notice, such as
"2.1.3"
|
| parameters |
[R] |
A hash of parameters from the query string or post body.
|
| params_filters |
[R] |
See Configuration#params_filters
|
| project_root |
[R] |
The path to the project that caused the error (usually RAILS_ROOT)
|
| session_data |
[R] |
A hash of session data from the request
|
| url |
[R] |
The URL at which the error occurred (if any)
|