Files
zulip/zerver/webhooks/raygun/fixtures/error_status_changed.json
Anders Kaseorg 0962393933 cleanup: Delete trailing newlines.
Delete trailing newlines from all files, except
tools/ci/success-http-headers.txt and tools/setup/dev-motd, where they
are significant, and static/third, where we want to stay close to
upstream.

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
2019-08-06 23:29:11 -07:00

17 lines
402 B
JSON

{
"event":"error_activity",
"eventType":"StatusChanged",
"error":{
"url":"https://app.raygun.com/error-url",
"description":"Emma marked error Script Error as Ignored",
"activityDate":"1970-01-28T01:49:36Z",
"message":"Script Error",
"status":"Ignored",
"user":"Emma Cat"
},
"application":{
"name":"Best App",
"url":"http://app.raygun.io/application-url"
}
}