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. 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**.
* `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
0 commit comments