Skip to content

Commit 7fe2241

Browse files
committed
Update uninstallation, add to index page
1 parent b75aef0 commit 7fe2241

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed
-13.7 KB
Binary file not shown.
13 KB
Loading

src/collections/_documentation/workflow/integrations/global-integrations.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1108,7 +1108,7 @@ Vercel is an all-in-one platform with Global CDN supporting static and JAMstack
11081108
11091109
[{% asset vercel/vercel_link_project.png alt="Sentry modal showing linking Sentry project to Vercel project." %}]({% asset vercel/vercel_link_project.png @path %})
11101110
1111-
* This step will generate environment variables in the selected Vercel project. Having these set means you can skip the [CLI Configuration step](https://github.com/getsentry/sentry-webpack-plugin#cli-configuration) in the Sentry Webpack Plugin setup. You can see these in Vercel in **Project Settings** > **General** > **Environment Variables**.
1111+
* This step will generate environment variables in the selected Vercel project. Having these set means you can skip the [CLI Configuration step](https://github.com/getsentry/sentry-webpack-plugin#cli-configuration) in the Sentry Webpack Plugin setup. You can see these in Vercel in **Project Settings** > **General** > **Environment Variables**.
11121112
11131113
11141114
[{% asset vercel/vercel_env_vars.png alt="Sentry modal showing linking Sentry project to Vercel project." %}]({% asset vercel/vercel_env_vars.png @path %})
@@ -1119,20 +1119,25 @@ Vercel is an all-in-one platform with Global CDN supporting static and JAMstack
11191119
* `NEXT_PUBLIC_SENTRY_DSN` - the linked Sentry project's DSN
11201120
* `VERCEL_GITHUB_COMMIT_SHA`, `VERCEL_GITLAB_COMMIT_SHA`, or `VERCEL_BITBUCKET_COMMIT_SHA` - your source code provider's commit SHA, used for creating releases and associating commits
11211121
1122+
2. Redeploy your Vercel project in order to trigger a release.
1123+
11221124
**Usage**
11231125
11241126
* If you have not already done so, [instrument your code with Sentry]({%- link _documentation/error-reporting/quickstart.md -%}).
11251127
* Ensure you have [installed a repository integration]({%- link _documentation/workflow/releases/index.md -%}#install-repo-integration) and added the relevant repository.
11261128
* Add the [Sentry Webpack Plugin](https://github.com/getsentry/sentry-webpack-plugin) to your configuration. For NextJS, use `next.config.js`.
11271129
1130+
* If you already have a Vercel project integrated with Sentry, ensure the Sentry project you link is the one you're already using to report errors.
1131+
11281132
**Uninstallation**
11291133
1130-
1. From the Vercel integration configuration page (**Organization Settings** > **Integrations** > **Vercel**) you can uninstall the integration.
1134+
1. The integration must be uninstalled from Vercel. Visit the Vercel integration configuration page (**Organization Settings** > **Integrations** > **Vercel** > **Configurations**) and click "Uninstall" then "Visit Vercel" in the modal that pops up.
11311135
1132-
[{% asset vercel/vercel_delete.png alt="Sentry modal showing uninstalling Vercel integration." %}]({% asset vercel/vercel_delete.png @path %})
1136+
[{% asset vercel/vercel_uninstall.png alt="Sentry modal showing uninstalling Vercel integration." %}]({% asset vercel/vercel_uninstall.png @path %})
11331137
1138+
2. Click "Remove Configuration"
11341139
1135-
2. Delete the internal integration that was created by navigating to **Organization Settings** > **Developer Settings** and clicking the trash can icon next to **Vercel Internal Integration**. You will be prompted to confirm the deletion by entering a string provided in the modal. Enter the string and click "Confirm" to finalize the deletion.
1140+
3. Delete the internal integration that was created by navigating to **Organization Settings** > **Developer Settings** and clicking the trash can icon next to **Vercel Internal Integration**. You will be prompted to confirm the deletion by entering a string provided in the modal. Enter the string and click "Confirm" to finalize the deletion.
11361141
11371142
[{% asset vercel/vercel_delete_internal_integration.png alt="Sentry modal showing uninstalling Vercel integration." %}]({% asset vercel/vercel_delete_internal_integration.png @path %})
11381143

src/collections/_documentation/workflow/integrations/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ These integrations are set up once per organization, and are then usable in all
1919
- [_JIRA Server_]({%- link _documentation/workflow/integrations/global-integrations.md -%}#jira-server)
2020
- [_PagerDuty_]({%- link _documentation/workflow/integrations/global-integrations.md -%}#pagerduty)
2121
- [_Slack_]({%- link _documentation/workflow/integrations/global-integrations.md -%}#slack)
22+
- [_Vercel_]({%- link _documentation/workflow/integrations/global-integrations.md -%}#vercel)
2223

2324
These integrations are maintained and supported by the companies that created them. See [integration platform]({%- link _documentation/workflow/integrations/integration-platform/index.md -%}).
2425

0 commit comments

Comments
 (0)