Skip to content

Commit d1a2a89

Browse files
committed
Update installation instructions, add env vars screenshot and descriptions
1 parent a8aaed9 commit d1a2a89

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed
89.5 KB
Loading

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

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1092,17 +1092,9 @@ Vercel is an all-in-one platform with Global CDN supporting static & JAMstack de
10921092
10931093
**Installation**
10941094
1095-
1. In Sentry, navigate to **Organization Settings** > **Integrations**.
1096-
1097-
2. Find Vercel in the list of the available Global Integrations list and click **Vercel**.
1098-
1099-
[{% asset vercel/vercel_install_sentry.png alt="Sentry modal showing Vercel installation." %}]({% asset vercel/vercel_install_sentry.png @path %})
1100-
1101-
3. Click the "Vercel Marketplace" button at the top right to install the integration.
1095+
1. Visit <https://vercel.com/integrations/sentry/add>
11021096
1103-
[{% asset vercel/vercel_marketplace.png alt="Sentry modal showing Vercel marketplace button." %}]({% asset vercel/vercel_marketplace.png @path %})
1104-
1105-
4. Select your account and click "Add".
1097+
2. Select your account and click "Add".
11061098
11071099
[{% asset vercel/vercel_install.png alt="Sentry modal showing Vercel installation." %}]({% asset vercel/vercel_install.png @path %})
11081100
@@ -1116,7 +1108,16 @@ Vercel is an all-in-one platform with Global CDN supporting static & JAMstack de
11161108
11171109
[{% asset vercel/vercel_link_project.png alt="Sentry modal showing linking Sentry project to Vercel project." %}]({% asset vercel/vercel_link_project.png @path %})
11181110
1119-
This step will generate environment variables in the selected Vercel project. 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**.
1112+
1113+
1114+
[{% asset vercel/vercel_env_vars.png alt="Sentry modal showing linking Sentry project to Vercel project." %}]({% asset vercel/vercel_env_vars.png @path %})
1115+
1116+
* `SENTRY_ORG` - the name of your Sentry organization
1117+
* `SENTRY_PROJECT` - the name of your linked Sentry project
1118+
* `SENTRY_AUTH_TOKEN` - the auth token from the Vercel Internal Integration that was created upon installation
1119+
* `NEXT_PUBLIC_SENTRY_DSN` - the linked Sentry project's DSN
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
11201121
11211122
**Usage**
11221123

0 commit comments

Comments
 (0)