---
title: "PagerDuty"
url: https://develop.sentry.dev/integrations/pagerduty/
---

# PagerDuty Integration

## [Create a PagerDuty app](https://develop.sentry.dev/integrations/pagerduty.md#create-a-pagerduty-app)

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

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

| Setting       | Value                         |
| ------------- | ----------------------------- |
| Name          | Sentry                        |
| Description   | Trigger alerts through Sentry |
| Functionality | Events Integration            |

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

| Setting                             | Value                                              |
| ----------------------------------- | -------------------------------------------------- |
| Transform Event Data                | No                                                 |
| Send Change Events                  | No                                                 |
| 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`)

## [Connect your PagerDuty App to your Sentry instance](https://develop.sentry.dev/integrations/pagerduty.md#connect-your-pagerduty-app-to-your-sentry-instance)

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

```yml
pagerduty.app-id: "PV5SD0T"
```

Restart your Sentry instance and follow our [documentation on configuring the PagerDuty integration](https://docs.sentry.io/product/integrations/pagerduty/) to use the integration.

##### Note

After changing configuration files, re-run the `./install.sh` script, to rebuild and restart the containers. See the [configuration section](https://develop.sentry.dev/self-hosted.md#configuration) for more information.
