Sentry
Last updated
Was this helpful?
Last updated
Was this helpful?
Sentry is an error monitoring service that helps DevOps teams discover, triage, and prioritize their errors in real-time. Before you start, you should already have a Sentry account and your environment setup and running. If not, head over to to get things started. Once you're done, return to Sleuth so you can complete setup of the integration.
To add the Sleuth Sentry integration:
Click Integrations in the sidebar.
Click the Error Trackers tab, then enable in the Sentry card.
Enter the Sentry Auth Token, then press Save.
Once the Sentry integration is successful, you will see Sentry enabled displayed in the integration card.
Click **Add impact **to select the Sleuth project that will be processing your application errors. All projects within the organization will be displayed in the dropdown.
The Sentry logo in the Change Source card turns to green when the integration is successful.
That's it! Sleuth will now start verifying your deploys health by tracking the error counts from Sentry. Head over to the Dashboard to start seeing your data in action in the project and deploy health graphs.
Click on Integrations in the left sidebar, then on Error Trackers.
In the Sentry integration card, click disable. The message Sentry disabled is displayed in the Sentry integration card once the integration is dissolved.
The Sentry integration is disconnected and no longer available to any projects within that organization. Any project-level modifications you made to the Sentry integration will be lost.
Sleuth will not auto-populate the Environment field dropdown due to the way the Sentry API handles environment data. Check your Sentry project first before populating this field. Environments are created when a deployed application monitored by Sentry sends environment data (e.g., in Javascript, the application could sendenvironment: 'staging'
) back to Sentry by tagging issues via your SDK.
For more information, about how Sentry receives environment data.