Sample alert for Airbrake
Snapshot of the entity when an event occurs in Airbrake.
The sample alert becomes available after you generate the webhook.
{
"error": {
"id": "3256608163654115519",
"error_message": "Sample Alert",
"error_class": "Unknown Class",
"file": "backtrace file",
"line_number": 10,
"project": {
"id": 412634,
"name": "Airbrake Sample Project"
},
"last_notice": {
"id": "3256608158721104119",
"request_url": null,
"request_method": "POST",
"backtrace": [
"backtrace file:10:in backtrace function"
]
},
"environment": "",
"severity": "info",
"first_occurred_at": "2022-04-21T06:19:04.946422Z",
"last_occurred_at": "2022-04-21T06:19:04.946422Z",
"times_occurred": 0
},
"airbrake_error_url": ""
}