You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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**.
@@ -1119,20 +1119,25 @@ Vercel is an all-in-one platform with Global CDN supporting static and JAMstack
1119
1119
* `NEXT_PUBLIC_SENTRY_DSN` - the linked Sentry project's DSN
1120
1120
* `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
1121
1121
1122
+
2. Redeploy your Vercel project in order to trigger a release.
1123
+
1122
1124
**Usage**
1123
1125
1124
1126
* If you have not already done so, [instrument your code with Sentry]({%- link _documentation/error-reporting/quickstart.md -%}).
1125
1127
* Ensure you have [installed a repository integration]({%- link _documentation/workflow/releases/index.md -%}#install-repo-integration) and added the relevant repository.
1126
1128
* Add the [Sentry Webpack Plugin](https://github.com/getsentry/sentry-webpack-plugin) to your configuration. For NextJS, use `next.config.js`.
1127
1129
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
+
1128
1132
**Uninstallation**
1129
1133
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.
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.
Copy file name to clipboardExpand all lines: src/collections/_documentation/workflow/integrations/index.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ These integrations are set up once per organization, and are then usable in all
19
19
-[_JIRA Server_]({%- link _documentation/workflow/integrations/global-integrations.md -%}#jira-server)
20
20
-[_PagerDuty_]({%- link _documentation/workflow/integrations/global-integrations.md -%}#pagerduty)
21
21
-[_Slack_]({%- link _documentation/workflow/integrations/global-integrations.md -%}#slack)
22
+
-[_Vercel_]({%- link _documentation/workflow/integrations/global-integrations.md -%}#vercel)
22
23
23
24
These integrations are maintained and supported by the companies that created them. See [integration platform]({%- link _documentation/workflow/integrations/integration-platform/index.md -%}).
0 commit comments