-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Troubleshooting section for supporting on-premise integrations #1540
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
thinkocapo
merged 5 commits into
getsentry:master
from
thinkocapo:troubleshoot-integrations-on-prem
Mar 19, 2020
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
0f01f23
troubleshooting tips for working w our on-prem integrations
thinkocapo 9fe4978
Update src/collections/_documentation/workflow/integrations/global-in…
thinkocapo 0fb622f
better links, pass tests
thinkocapo 4245cc8
punctuation
thinkocapo a24d737
Merge branch 'master' into troubleshoot-integrations-on-prem
thinkocapo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -108,7 +108,7 @@ When Sentry sees this, we’ll automatically annotate the matching issue with re | |||||
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: | ||||||
|
||||||
- Ensure you are logged into the account connected to your Azure DevOps organization. | ||||||
- Double check that your account is a Microsoft Account (MSA). At this time, we do not support Azure Active Directory (AAD) accounts. | ||||||
- Double-check that your account is a Microsoft Account (MSA). At this time, we do not support Azure Active Directory (AAD) accounts. | ||||||
|
||||||
### Bitbucket | ||||||
|
||||||
|
@@ -180,7 +180,7 @@ When Sentry sees this, we’ll automatically annotate the matching issue with re | |||||
|
||||||
### Bitbucket Server | ||||||
|
||||||
You can use the data from your Bitbucket Server commits to help find and fix bugs faster. | ||||||
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) | ||||||
|
||||||
#### Installing Bitbucket Server with Sentry | ||||||
|
||||||
|
@@ -443,7 +443,7 @@ When Sentry sees this, we’ll automatically annotate the matching issue with a | |||||
|
||||||
### GitHub Enterprise | ||||||
|
||||||
You can use the data from your GitHub Enterprise commits to help find and fix bugs faster. | ||||||
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) | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
#### Configure GitHub Enterprise | ||||||
|
||||||
|
@@ -568,7 +568,7 @@ When Sentry sees this, we’ll automatically annotate the matching issue with a | |||||
|
||||||
### GitLab | ||||||
|
||||||
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. | ||||||
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) | ||||||
|
||||||
#### Configure GitLab | ||||||
|
||||||
|
@@ -765,7 +765,7 @@ individual users if you experience assignee sync not behaving as expected. | |||||
|
||||||
### JIRA Server | ||||||
|
||||||
Connect errors from Sentry with your Jira Server issues. | ||||||
Connect errors from Sentry with your Jira Server issues. [Troubleshooting](https://docs.sentry.io/workflow/integrations/global-integrations/#troubleshooting-2) | ||||||
|
||||||
#### Installing Jira Server with Sentry | ||||||
|
||||||
|
@@ -1081,3 +1081,9 @@ The Split integration is only available for organizations on the Business and En | |||||
|
||||||
Follow the instructions in the link below: | ||||||
<https://help.split.io/hc/en-us/articles/360029879431> | ||||||
|
||||||
## Troubleshooting | ||||||
If you're having trouble setting up Sentry with your on-premise integration like JIRA Server, Bitbucket Server, GitHub Enterprise, or Gitlab: | ||||||
- Ensure that the installation URL you provided is a fully qualified domain name (FQDN), which is resolvable on the internet. | ||||||
- Double-check that the IP addresses Sentry uses to make outbound requests are whitelisted <https://docs.sentry.io/ip-ranges/>. | ||||||
- Make sure that Sentry's access to your installation URL is not path restricted. |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.