Skip to content

Commit b47e82f

Browse files
Troubleshooting section for supporting on-premise integrations (#1540)
* troubleshooting tips for working w our on-prem integrations * Update src/collections/_documentation/workflow/integrations/global-integrations.md Co-Authored-By: Tien "Mimi" Nguyen <[email protected]> * better links, pass tests * punctuation Co-authored-by: Tien "Mimi" Nguyen <[email protected]>
1 parent f0d18bd commit b47e82f

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

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

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ When Sentry sees this, we’ll automatically annotate the matching issue with re
108108
If you reach the account selection page during the Azure Devops installation process (step 4 in the instructions above) and see that there are no accounts available to select, please check the following possibilities:
109109

110110
- Ensure you are logged into the account connected to your Azure DevOps organization.
111-
- Double check that your account is a Microsoft Account (MSA). At this time, we do not support Azure Active Directory (AAD) accounts.
111+
- Double-check that your account is a Microsoft Account (MSA). At this time, we do not support Azure Active Directory (AAD) accounts.
112112

113113
### Bitbucket
114114

@@ -180,7 +180,7 @@ When Sentry sees this, we’ll automatically annotate the matching issue with re
180180

181181
### Bitbucket Server
182182

183-
You can use the data from your Bitbucket Server commits to help find and fix bugs faster.
183+
You can use the data from your Bitbucket Server commits to help find and fix bugs faster. [Troubleshooting]({% link _documentation/workflow/integrations/global-integrations.md %}#troubleshooting-2)
184184

185185
#### Installing Bitbucket Server with Sentry
186186

@@ -443,7 +443,7 @@ When Sentry sees this, we’ll automatically annotate the matching issue with a
443443

444444
### GitHub Enterprise
445445

446-
You can use the data from your GitHub Enterprise commits to help find and fix bugs faster.
446+
You can use the data from your GitHub Enterprise commits to help find and fix bugs faster. [Troubleshooting]({% link _documentation/workflow/integrations/global-integrations.md %}#troubleshooting-2)
447447

448448
#### Configure GitHub Enterprise
449449

@@ -568,7 +568,7 @@ When Sentry sees this, we’ll automatically annotate the matching issue with a
568568
569569
### GitLab
570570
571-
Sentry’s GitLab integration helps you find and fix bugs faster by using data from your GitLab commits. Additionally, you can streamline your triaging process by creating a GitLab issue directly from Sentry.
571+
Sentry’s GitLab integration helps you find and fix bugs faster by using data from your GitLab commits. Additionally, you can streamline your triaging process by creating a GitLab issue directly from Sentry. [Troubleshooting]({% link _documentation/workflow/integrations/global-integrations.md %}#troubleshooting-2)
572572
573573
#### Configure GitLab
574574
@@ -765,7 +765,7 @@ individual users if you experience assignee sync not behaving as expected.
765765
766766
### JIRA Server
767767
768-
Connect errors from Sentry with your Jira Server issues.
768+
Connect errors from Sentry with your Jira Server issues. [Troubleshooting](https://docs.sentry.io/workflow/integrations/global-integrations/#troubleshooting-2)
769769
770770
#### Installing Jira Server with Sentry
771771
@@ -1081,3 +1081,9 @@ The Split integration is only available for organizations on the Business and En
10811081
10821082
Follow the instructions in the link below:
10831083
<https://help.split.io/hc/en-us/articles/360029879431>
1084+
1085+
## Troubleshooting
1086+
If you're having trouble setting up Sentry with your on-premise integration like JIRA Server, Bitbucket Server, GitHub Enterprise, or Gitlab:
1087+
- Ensure that the installation URL you provided is a fully qualified domain name (FQDN), which is resolvable on the internet.
1088+
- Double-check that the IP addresses Sentry uses to make outbound requests are whitelisted <https://docs.sentry.io/ip-ranges/>.
1089+
- Make sure that Sentry's access to your installation URL is not path restricted.

0 commit comments

Comments
 (0)