Sentry

Sentry is an open-source error monitoring platform that helps developers identify, track, and resolve software issues in real-time, enhancing the stability and reliability of applications and websites. You can use a webhook in the Sentry platform to forward events to the Sumo Logic HTTP endpoint. Using these logs, you can monitor installations, received issues, metric alerts, tracked issues, and identified errors in Sumo Logic. For more details, refer to the Sentry Documentation.
Event types
The Sumo Logic Integration for Sentry ingests Sentry events into Sumo Logic through an outgoing webhook available in Sentry. Following event types are ingested through the Sentry webhook:
- Installation
- Issue Alerts
- Metric Alerts
- Issues
- Comments
- Errors
Setup
This section has instructions for collecting logs for the Sumo Logic Sentry webhook collection.
Source configuration
Follow the below steps to configure the Hosted Collector to receive Sentry events.
- In the Sumo Logic portal, create a new Hosted Collector or use an existing one. Then add an HTTP Logs and Metrics Source.
- Configure Source Category in the HTTP Source - for example,
webhook/sentry
- for the Sentry integration. - Copy and save the endpoint URL of the source.
Vendor configuration
Configure the webhook integration in Sentry to send events to the Sumo Logic HTTP source. Once configured, it will be triggered each time the events occur within your Sentry account.
Follow the below steps to configure the Sentry Webhook.
- Sign in to your Sentry account.
- Click Settings.
- Select Integrations under the Organization section.
- Select Webhooks.
- Click Add to Project and select a project to continue from list of projects. The webhook's configuration page will appear.
- Enter webhook form data as follows:
- Callback URLs. Enter the Sumo Logic HTTP Source Address created above.
- Click Save Changes.
- Click Enable Plugin.
- Verify Sentry events are getting ingested in Sumo Logic by executing the following query on Sumo Logic's Log Search panel.
_sourceCategory=webhook/sentry
- For detailed information about webhook creation, refer to the Sentry Documentation.
- For support, contact Sentry.