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
Copy file name to clipboardExpand all lines: src/collections/_documentation/workflow/integrations/global-integrations.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1022,7 +1022,7 @@ Follow the instructions in the link below:
1022
1022
1023
1023
## Code Linking
1024
1024
1025
-
These integrations will allow you to seamlessly connect a Sentry error to the underlying code behind the error in a separate platform.
1025
+
These integrations will allow you to seamlessly connect a Sentry error to the underlying code behind the error.
1026
1026
1027
1027
### Rookout
1028
1028
@@ -1084,11 +1084,11 @@ Follow the instructions in the link below:
1084
1084
1085
1085
## Deployment
1086
1086
1087
-
These integrations will assist in automating your release and deployment process, making understanding your errors simpler.
1087
+
These integrations help automate your release and deployment process.
1088
1088
1089
1089
### Vercel
1090
1090
1091
-
Vercel is an all-in-one platform with Global CDN supporting static & JAMstack deployment and Serverless Functions. Connect your Sentry and Vercel projects to automatically upload source maps and notify Sentry of new releases being deployed.
1091
+
Vercel is an all-in-one platform with Global CDN supporting static and JAMstack deployment and Serverless Functions. Connect your Sentry and Vercel projects to automatically upload source maps and notify Sentry of release deployment.
1092
1092
1093
1093
**Installation**
1094
1094
@@ -1098,7 +1098,7 @@ Vercel is an all-in-one platform with Global CDN supporting static & JAMstack de
**Note that the installation created an internal integration for the purpose of creating an auth token used in creating releases. If the Vercel internal integration is deleted, your Vercel integration will stop working!**
1101
+
**Note that the installation created an internal integration to generate an auth token used in building releases. If the Vercel internal integration is deleted, your Vercel integration will stop working!**
@@ -1117,7 +1117,7 @@ Vercel is an all-in-one platform with Global CDN supporting static & JAMstack de
1117
1117
* `SENTRY_PROJECT` - the name of your linked Sentry project
1118
1118
* `SENTRY_AUTH_TOKEN` - the auth token from the Vercel Internal Integration that was created upon installation
1119
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
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
1122
**Usage**
1123
1123
@@ -1132,7 +1132,7 @@ Vercel is an all-in-one platform with Global CDN supporting static & JAMstack de
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 this and click "Confirm" to finalize the deletion.
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.
0 commit comments