Skip to content

Commit 37eaa69

Browse files
authored
fix(integrations): Update develop docs for PagerDuty setup (#13095)
Refresh the pagerduty dev docs to match latest instructions
1 parent a2cd979 commit 37eaa69

File tree

1 file changed

+16
-23
lines changed

1 file changed

+16
-23
lines changed

develop-docs/integrations/pagerduty.mdx

+16-23
Original file line numberDiff line numberDiff line change
@@ -6,35 +6,28 @@ sidebar_title: PagerDuty
66
## Create a PagerDuty app
77
In PagerDuty, go to `https://{YOUR_PAGERDUTY_SUBDOMAIN}.pagerduty.com/developer/applications`.
88

9-
Select __Create New App__.
9+
Click on __New App__, and configure the _Info & Functionality_ section as follows:
1010

11-
When configuring the app, use the following values:
11+
| Setting | Value |
12+
| ------------- | ------------------------------- |
13+
| Name | Sentry |
14+
| Description | Trigger alerts through Sentry |
15+
| Functionality | Events Integration |
1216

13-
| Setting | Value |
14-
| ------------------------------------------------------------------------------------------------------ | --------------------------------------------- |
15-
| App Name | Sentry |
16-
| Brief Description | Trigger alerts through Sentry |
17-
| Category | Error tracking |
18-
| Do you intend to publish the app for all PagerDuty users and the app ecosystem? | No, I am not interested |
17+
Afterward, click __Next__, and configure the _Events Integration_ section as follows:
1918

20-
## Configure the PagerDuty app
21-
On the resulting configuration page in PagerDuty, under __Functionality > Events Integration__, click on __Add__.
19+
| Setting | Value |
20+
| --------------------------------------- | ---------------------------------------------------- |
21+
| Transform Event Data | No |
22+
| Send Change Events | No |
23+
| Simple Install Flow > Redirect URLs | `{YOUR_SENTRY_DOMAIN}/extensions/pagerduty/setup/` |
2224

23-
When configuring the events integration, use the following values:
25+
Next, click __Register App__, to complete the setup, and be redirected to the app registration page.
2426

25-
| Setting | Value |
26-
| ------------------------------- | --------------------------------------------- |
27-
| Transform Event Data | No |
28-
| Change Events | No |
29-
| Redirect URLs | `{YOUR_DOMAIN}/extensions/pagerduty/setup/` |
27+
Find your newly created app, and copy down the value in the _App ID_ field (e.g. `PV5SD0T`)
3028

31-
At this point, note the __Integration Setup URL__. It should look something like this: `app.pagerduty.com/install/integration?app_id=PV5SD0T&redirect_url={YOUR_DOMAIN}/extensions/pagerduty/setup/&version=2`
32-
33-
Copy the App ID (in this case `PV5SD0T`).
34-
35-
## Enable the integration in Sentry
36-
37-
Add the App ID to your `config.yml` for Sentry:
29+
## Connect your PagerDuty App to your Sentry instance
30+
Add the _App ID_ to your `config.yml` for Sentry:
3831

3932
```yml
4033
pagerduty.app-id: 'PV5SD0T'

0 commit comments

Comments
 (0)