PagerDuty Integration

In PagerDuty, go to https://{YOUR_PAGERDUTY_SUBDOMAIN}.pagerduty.com/developer/applications.

Click on New App, and configure the Info & Functionality section as follows:

SettingValue
NameSentry
DescriptionTrigger alerts through Sentry
FunctionalityEvents Integration

Afterward, click Next, and configure the Events Integration section as follows:

SettingValue
Transform Event DataNo
Send Change EventsNo
Simple Install Flow > Redirect URLs{YOUR_SENTRY_DOMAIN}/extensions/pagerduty/setup/

Next, click Register App, to complete the setup, and be redirected to the app registration page.

Find your newly created app, and copy down the value in the App ID field (e.g. PV5SD0T)

Add the App ID to your config.yml for Sentry:

Copied
pagerduty.app-id: "PV5SD0T"

Restart your Sentry instance and follow our documentation on configuring the PagerDuty integration to use the integration.

Was this helpful?
Help improve this content
Our documentation is open source and available on GitHub. Your contributions are welcome, whether fixing a typo (drat!) or suggesting an update ("yeah, this would be better").