Files
zulip/zerver/webhooks/raygun/fixtures/comment_added_to_error.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
455 B
JSON

{
"event":"error_activity",
"eventType":"CommentAdded",
"error":{
"url":"https://app.raygun.com/error-url",
"description":"Anita left a comment on error Script Error, 'Ignoring these errors'",
"activityDate":"1970-01-28T01:49:36Z",
"message":"Script Error",
"comment":"Ignoring these errors",
"user":"Anita Peacock"
},
"application":{
"name":"application name",
"url":"http://app.raygun.io/application-url"
}
}