zulip/zerver/webhooks/crashlytics/fixtures/issue_message.json

14 lines
310 B
JSON
Raw Normal View History

2016-05-28 09:41:38 +02:00
{
"event": "issue_impact_change",
"payload_type": "issue",
"payload": {
"display_id": 123 ,
"title": "Issue Title" ,
"method": "methodName of issue",
"impact_level": 2,
"crashes_count": 54,
"impacted_devices_count": 16,
"url": "http://crashlytics.com/full/url/to/issue"
}
}