You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Sentry app for Sumo Logic helps you monitor received issues, comments, detected errors, issue alerts, and metric alerts. This app is built on Sentry's internal integration using Webhooks, which provides seamless integration between Sentry and Sumo Logic. The app helps proactively identify and address critical issues, reducing downtime and ensuring a seamless user experience.
11
+
The Sentry app for Sumo Logic helps you monitor received issues, comments, detected errors, issue alerts, and metric alerts. This app is built on Sentry's internal integration using webhooks, which provides seamless integration between Sentry and Sumo Logic. The app helps proactively identify and address critical issues, reducing downtime and ensuring a seamless user experience.
12
12
13
-
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 received issues, comments, detected errors, issue alerts, and metric alerts in Sumo Logic. For more details, refer to the [Sentry Documentation](https://docs.sentry.io/).
13
+
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 received issues, comments, detected errors, issue alerts, and metric alerts in Sumo Logic. For more details, refer to the [Sentry documentation](https://docs.sentry.io/).
14
14
15
15
## Event types
16
16
@@ -4018,7 +4018,7 @@ _sourceCategory="webhook/sentry" action issue id project
4018
4018
4019
4019
## Setup
4020
4020
4021
-
This section provides instructions for collecting logs from Sentry's internal integration via Webhooks.
4021
+
This section provides instructions for collecting logs from Sentry's internal integration via webhooks.
4022
4022
4023
4023
### Source configuration
4024
4024
@@ -4036,30 +4036,28 @@ You must specify a **Source Category** in the HTTP Source to ensure more efficie
4036
4036
4037
4037
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.
4038
4038
4039
-
Follow the below steps to configure the Sentry Webhook.
4039
+
Follow the below steps to configure the Sentry webhook.
4040
4040
4041
4041
1. Sign in to your [Sentry account](https://sentry.io/auth/login/).
4042
4042
2. Click **Settings**.
4043
4043
3. Select **Integrations** under the **Organization** section.
4044
4044
4. Click on **Create New Integration**.
4045
4045
5. Select **Internal Integration** and Click **Next**. Internal Integration's configuration page will appear.
4046
4046
6. Enter Internal Integration's form data as follows:
4047
-
-**Name** - Enter Human readable name of your Integration.
4048
-
-**Webhook URL** - Enter the Sumo Logic HTTP Source Address created above.
4049
-
-**Alert Rule Action** - If enabled, this integration will be available in Issue Alert rules and Metric Alert rules in Sentry.
9. Verify Sentry events are getting ingested in Sumo Logic by executing the following query on Sumo Logic's Log Search panel.
4055
-
```sql
4056
-
_sourceCategory=webhook/sentry
4057
-
```
4053
+
```sql
4054
+
_sourceCategory=webhook/sentry
4055
+
```
4058
4056
4059
4057
:::info
4060
-
- For detailed information about webhook creation, refer to the [Sentry Documentation](https://docs.sentry.io/product/integrations/integration-platform/webhooks/).
4058
+
- For detailed information about webhook creation, refer to the [Sentry documentation](https://docs.sentry.io/product/integrations/integration-platform/webhooks/).
4061
4059
- For support, [contact Sentry](https://help.sentry.io/).
4062
-
- For Alerts configuration refer to the [alerts](https://docs.sentry.io/product/alerts/)
4060
+
- For Sentry Alerts configuration refer to the [alerts documentation](https://docs.sentry.io/product/alerts/).
0 commit comments