Skip to content

Commit 706e8db

Browse files
committed
Update uninstallation, add to index page
1 parent 5eb6293 commit 706e8db

File tree

4 files changed

+73
-4
lines changed

4 files changed

+73
-4
lines changed
-13.7 KB
Binary file not shown.
13 KB
Loading

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

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1108,7 +1108,7 @@ Vercel is an all-in-one platform with Global CDN supporting static and JAMstack
11081108
11091109
[{% asset vercel/vercel_link_project.png alt="Sentry modal showing linking Sentry project to Vercel project." %}]({% asset vercel/vercel_link_project.png @path %})
11101110
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**.
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**.
11121112
11131113
11141114
[{% asset vercel/vercel_env_vars.png alt="Sentry modal showing linking Sentry project to Vercel project." %}]({% asset vercel/vercel_env_vars.png @path %})
@@ -1119,20 +1119,25 @@ Vercel is an all-in-one platform with Global CDN supporting static and JAMstack
11191119
* `NEXT_PUBLIC_SENTRY_DSN` - the linked Sentry project's DSN
11201120
* `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
1122+
2. Redeploy your Vercel project in order to trigger a release.
1123+
11221124
**Usage**
11231125
11241126
* If you have not already done so, [instrument your code with Sentry]({%- link _documentation/error-reporting/quickstart.md -%}).
11251127
* Ensure you have [installed a repository integration]({%- link _documentation/workflow/releases/index.md -%}#install-repo-integration) and added the relevant repository.
11261128
* Add the [Sentry Webpack Plugin](https://github.com/getsentry/sentry-webpack-plugin) to your configuration. For NextJS, use `next.config.js`.
11271129
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+
11281132
**Uninstallation**
11291133
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.
11311135
1132-
[{% asset vercel/vercel_delete.png alt="Sentry modal showing uninstalling Vercel integration." %}]({% asset vercel/vercel_delete.png @path %})
1136+
[{% asset vercel/vercel_uninstall.png alt="Sentry modal showing uninstalling Vercel integration." %}]({% asset vercel/vercel_uninstall.png @path %})
11331137
1138+
2. Click "Remove Configuration"
11341139
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.
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.
11361141
11371142
[{% asset vercel/vercel_delete_internal_integration.png alt="Sentry modal showing uninstalling Vercel integration." %}]({% asset vercel/vercel_delete_internal_integration.png @path %})
11381143

src/collections/_documentation/workflow/integrations/index.md

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,67 @@ title: Integrations
33
sidebar_order: 6
44
gatsby: true
55
---
6+
<<<<<<< HEAD
7+
=======
8+
9+
Sentry integrates seamlessly with your favorite apps and services.
10+
11+
### Global Integrations
12+
13+
These integrations are set up once per organization, and are then usable in all projects.
14+
15+
- [_Azure DevOps_]({%- link _documentation/workflow/integrations/global-integrations.md -%}#azure-devops)
16+
- [_Bitbucket_]({%- link _documentation/workflow/integrations/global-integrations.md -%}#bitbucket)
17+
- [_Bitbucket Server_]({%- link _documentation/workflow/integrations/global-integrations.md -%}#bitbucket-server)
18+
- [_GitHub_]({%- link _documentation/workflow/integrations/global-integrations.md -%}#github)
19+
- [_GitHub Enterprise_]({%- link _documentation/workflow/integrations/global-integrations.md -%}#github-enterprise)
20+
- [_GitLab_]({%- link _documentation/workflow/integrations/global-integrations.md -%}#gitlab)
21+
- [_JIRA_]({%- link _documentation/workflow/integrations/global-integrations.md -%}#jira)
22+
- [_JIRA Server_]({%- link _documentation/workflow/integrations/global-integrations.md -%}#jira-server)
23+
- [_PagerDuty_]({%- link _documentation/workflow/integrations/global-integrations.md -%}#pagerduty)
24+
- [_Slack_]({%- link _documentation/workflow/integrations/global-integrations.md -%}#slack)
25+
- [_Vercel_]({%- link _documentation/workflow/integrations/global-integrations.md -%}#vercel)
26+
27+
These integrations are maintained and supported by the companies that created them. See [integration platform]({%- link _documentation/workflow/integrations/integration-platform/index.md -%}).
28+
29+
- [_Amixr_]({%- link _documentation/workflow/integrations/global-integrations.md -%}#amixr)
30+
- [_ClickUp_]({%- link _documentation/workflow/integrations/global-integrations.md -%}#clickup)
31+
- [_Clubhouse_]({%- link _documentation/workflow/integrations/global-integrations.md -%}#clubhouse)
32+
- [_Rookout_]({%- link _documentation/workflow/integrations/global-integrations.md -%}#rookout)
33+
- [_Split_]({%- link _documentation/workflow/integrations/global-integrations.md -%}#split)
34+
35+
### Per-Project Integrations
36+
37+
These integrations are set up once per project, and are only usable in projects in which they've been set up.
38+
39+
{% include components/alert.html
40+
title="* Community Integrations"
41+
content="These integrations are [maintained and supported](https://forum.sentry.io) by the Sentry community."
42+
level="info"
43+
%}
44+
45+
- [_Amazon SQS_]({%- link _documentation/data-management/data-forwarding.md -%})
46+
- [_Asana_]({%- link _documentation/workflow/integrations/legacy-integrations.md -%}#asana)
47+
- Campfire*
48+
- Flowdock
49+
- [_GitLab_]({%- link _documentation/workflow/integrations/global-integrations.md -%}#gitlab)
50+
- [_Heroku_]({%- link _documentation/workflow/integrations/legacy-integrations.md -%}#heroku)
51+
- [_HipChat_]({%- link _documentation/workflow/integrations/legacy-integrations.md -%}#hipchat)
52+
- Lighthouse*
53+
- OpsGenie
54+
- PagerDuty
55+
- Phabricator
56+
- Pivotal Tracker
57+
- Pushover
58+
- Redmine
59+
- [_Splunk_]({%- link _documentation/workflow/integrations/legacy-integrations.md -%}#splunk)
60+
- Taiga
61+
- Teamwork
62+
- Trello*
63+
- Twilio
64+
65+
66+
### Integration Platform
67+
68+
Sentry’s [Integration Platform]({%- link _documentation/workflow/integrations/integration-platform/index.md -%}) provides a way for external services to interact with the Sentry SaaS service using the REST API and webhooks. Integrations utilizing this platform are first-class actors within Sentry, and you can build them for [public]({%- link _documentation/workflow/integrations/integration-platform/index.md -%}#public-integrations) as well as [internal]({%- link _documentation/workflow/integrations/integration-platform/index.md -%}#internal-integrations) use cases.
69+
>>>>>>> Update uninstallation, add to index page

0 commit comments

Comments
 (0)