Make sure to add the Raygun Integration and copy the webhook.Follow the link below on instructions of how to create integration and service
Create integration and service on our dashboard
From the dashboard, go to integrations and choose webhook.
Copy URL from your palzin instance service view page.
Paste the Palzin Monitor webhook URL and save.
In your palzin instance, an incident will be created. That will contain these details.
{
"event": "error_notification",
"eventType": "NewErrorOccurred",
"error": {
"url": "http://app.raygun.com/error-url",
"message": "",
"firstOccurredOn": "1970-01-8127658923571T01:49:36Z",
"lastOccurredOn": "1970-01-8127658923571T01:49:36Z",
"usersAffected": 1,
"totalOccurrences": 1,
"instance": {
"tags": [
"test",
"error-page",
"v1.0.1",
"env:staging"
],
"affectedUser": {
"Identifier": "Random-test--id",
"IsAnonymous": true,
"UUID": "Random-test--uuid"
},
"customData": {
"pageName": "Error Page",
"userLoggedIn": true
}
}
},
"application": {
"name": "application name",
"url": "http://app.raygun.com/application-url"
}
}
It takes less than a minutes to setup your first monitoring.