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

{
"event":"error_activity",
"eventType":"AssignedToUser",
"error":{
"url":"https://app.raygun.com/error-url",
"description":"Error Script Error was assigned to Kyle by Amy",
"activityDate":"1970-01-28T01:49:36Z",
"message":"Script Error",
"assignedTo":"Kyle Kenny",
"user":"Amy Loondon"
},
"application":{
"name":"application name",
"url":"http://app.raygun.io/application-url"
}
}