Files
zulip/zerver/webhooks/raygun/fixtures/new_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

34 lines
781 B
JSON

{
"event":"error_notification",
"eventType":"NewErrorOccurred",
"error":{
"url":"http://app.raygun.io/error-url",
"message":"",
"firstOccurredOn":"1970-01-28T01:49:36Z",
"lastOccurredOn":"1970-01-28T01:49:36Z",
"usersAffected":1,
"totalOccurrences":1,
"instance":{
"tags":[
"test",
"error-page",
"v1.0.1",
"env:staging"
],
"affectedUser":{
"Identifier":"a9b7d84a-c0d3-4e7e-9ded-1ec13d033846",
"IsAnonymous":true,
"UUID":"a9b7d84a-c0d3-4e7e-9ded-1ec13d033846"
},
"customData":{
"pageName":"Error Page",
"userLoggedIn":true
}
}
},
"application":{
"name":"application name",
"url":"http://app.raygun.io/application-url"
}
}