Skip to content

Commit e7d6d99

Browse files
Apply suggestions from code review
add Mimi's suggestions Co-authored-by: Tien "Mimi" Nguyen <[email protected]>
1 parent d1a2a89 commit e7d6d99

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1022,7 +1022,7 @@ Follow the instructions in the link below:
10221022
10231023
## Code Linking
10241024
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.
10261026
10271027
### Rookout
10281028
@@ -1084,11 +1084,11 @@ Follow the instructions in the link below:
10841084
10851085
## Deployment
10861086
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.
10881088
10891089
### Vercel
10901090
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.
10921092
10931093
**Installation**
10941094
@@ -1098,7 +1098,7 @@ Vercel is an all-in-one platform with Global CDN supporting static & JAMstack de
10981098
10991099
[{% asset vercel/vercel_install.png alt="Sentry modal showing Vercel installation." %}]({% asset vercel/vercel_install.png @path %})
11001100
1101-
**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!**
11021102
11031103
[{% asset vercel/vercel_internal_integration.png alt="Sentry modal showing Vercel internal integration." %}]({% asset vercel/vercel_internal_integration.png @path %})
11041104
@@ -1117,7 +1117,7 @@ Vercel is an all-in-one platform with Global CDN supporting static & JAMstack de
11171117
* `SENTRY_PROJECT` - the name of your linked Sentry project
11181118
* `SENTRY_AUTH_TOKEN` - the auth token from the Vercel Internal Integration that was created upon installation
11191119
* `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
11211121
11221122
**Usage**
11231123
@@ -1132,7 +1132,7 @@ Vercel is an all-in-one platform with Global CDN supporting static & JAMstack de
11321132
[{% asset vercel/vercel_delete.png alt="Sentry modal showing uninstalling Vercel integration." %}]({% asset vercel/vercel_delete.png @path %})
11331133
11341134
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 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.
11361136
11371137
[{% asset vercel/vercel_delete_internal_integration.png alt="Sentry modal showing uninstalling Vercel integration." %}]({% asset vercel/vercel_delete_internal_integration.png @path %})
11381138

0 commit comments

Comments
 (0)