Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Integrate Sentry events

Integrate Sentry with Event Management by adding a standard webhook in the Sentry platform.

Before you begin

Ensure that the Event Management Connectors (sn_em_connector) plugin is installed on the ServiceNow AI Platform instance.

Discovery for Sentry services are not supported. You must create a CI manually in the [cmdb_ci_service_auto] table to enable binding by completing the following steps:

  1. From the navigation bar, go to Configuration/Application Service.
  2. Provide the project name you are monitoring on the Sentry application.
  3. Set the operational status to Operational.
  4. Click Next then Done.

Role required: evt_mgmt_admin

About this task

Configure Event Management for the collection of events from Sentry by authenticating Sentry as a data source. In your Sentry platform, use a standard webhook to set your ServiceNow AI Platform as the rest endpoint.

Procedure

  1. In the Sentry console, create an internal integration.

    1. Navigate to Settings > Developer Settings.

    2. Click New Internal Integration.

    3. In the Internal Integration Details section, on the Sentry Integration Details page, fill in the fields.

4.  In the Permissions section, under Issue & Event, specify the level of access you want.

    You can select **Read**, **Read & Write**, or **Admin**.

5.  In the Webhooks section, select the **Issue** check box.

6.  Click **Save Changes**.
  1. In the Sentry console, create alert rules and configure them to receive alerts for issues from Sentry to the ServiceNow instance.

    1. Navigate to Alerts > Create Alert Rule.

    2. Select the alert type and click Set Conditions.

      Note: The Issues alert type creates issue alerts. The other alert options create metric alerts.

    3. On the Alert Rule page, create either an issue alert or a metric alert.

FieldsDescription
NameName of your integration.
Webhook URLThe default format of the URL to push events from Sentry to the ServiceNow AI Platform instance. For example, `https://:@.service-now.com/api/sn_em_connector/em/inbound_event?source=sentry`.
Alert Rule ActionOption to enable the integration.Note: When enabled, the integration becomes available in the Issue Alert and Metric Alert rules in Sentry. The alerts will be sent to the ServiceNow instance.
SchemaSchema for your UI components. This field should be left empty.
OverviewDescription for the integration.
Authorized JavaScript OriginsAuth Tokens from the browser to enable the origins of the pages making the requests. This field should be left empty.
OptionDescription
Issue alert
  1. Enter the environment, team, and alert name for your alert.
  2. Under Set conditions, enter the When and If conditions that will trigger the alert.
  3. For the Then condition, select Send a notification via an integration and select your internal integration from the list.
  4. Set the action interval for the alert.
Metric alert1. Add a filter to your transactions. 2. Select the function and time interval. 3. Set the thresholds that will trigger the alert. 4. Add the actions to be performed when the thresholds defined are met. 5. Add your internal integration from the list to the list of actions to receive the alerts. 6. Add a rule name and team for the alert.
4.  Click **Save Rule**.

Parent Topic:Integrate with push connectors

sndocs is an independent community mirror and is not affiliated with or endorsed by ServiceNow.

ServiceNow, the ServiceNow logo, Now, and other ServiceNow marks are trademarks and/or registered trademarks of ServiceNow, Inc., in the United States and/or other countries. Other company and product names may be trademarks of the respective companies with which they are associated.

© 2026 ServiceNow, Inc. All rights reserved.

Documentation content is redistributed under the Apache License 2.0 from the ServiceNowDocs repository.