Skip to content

Commit 7df9d12

Browse files
committed
Updates from review
1 parent 34bd19f commit 7df9d12

File tree

1 file changed

+14
-16
lines changed

1 file changed

+14
-16
lines changed

docs/integrations/webhooks/sentry.md

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
88

99
<img src={useBaseUrl('img/integrations/webhooks/sentry-logo.png')} alt="Thumbnail icon" width="50"/>
1010

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.
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.
1212

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/).
1414

1515
## Event types
1616

@@ -4018,7 +4018,7 @@ _sourceCategory="webhook/sentry" action issue id project
40184018

40194019
## Setup
40204020

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.
40224022

40234023
### Source configuration
40244024

@@ -4036,30 +4036,28 @@ You must specify a **Source Category** in the HTTP Source to ensure more efficie
40364036

40374037
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.
40384038

4039-
Follow the below steps to configure the Sentry Webhook.
4039+
Follow the below steps to configure the Sentry webhook.
40404040

40414041
1. Sign in to your [Sentry account](https://sentry.io/auth/login/).
40424042
2. Click **Settings**.
40434043
3. Select **Integrations** under the **Organization** section.
40444044
4. Click on **Create New Integration**.
40454045
5. Select **Internal Integration** and Click **Next**. Internal Integration's configuration page will appear.
40464046
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.
4050-
7. Assign the necessary permissions.
4051-
<img src={useBaseUrl('img/integrations/webhooks/Sentry-Permission.png')} style={{border: '1px solid black'}} alt="Sentry-Permission"/>
4052-
8. Enabled **Webhooks**.
4053-
<img src={useBaseUrl('img/integrations/webhooks/Sentry-Webhooks.png')} style={{border: '1px solid black'}} alt="Sentry-Webhooks"/>
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.
4050+
7. Assign the necessary permissions.<br/><img src={useBaseUrl('img/integrations/webhooks/Sentry-Permission.png')} style={{border: '1px solid black'}} alt="Sentry-Permission"/>
4051+
8. Enable **Webhooks**.<br/><img src={useBaseUrl('img/integrations/webhooks/Sentry-Webhooks.png')} style={{border: '1px solid black'}} alt="Sentry-Webhooks"/>
40544052
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+
```
40584056

40594057
:::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/).
40614059
- 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/).
40634061
:::
40644062

40654063
## Installing the Sentry app

0 commit comments

Comments
 (0)