-
-
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
Troubleshooting section for supporting on-premise integrations #1540
Conversation
@@ -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](https://docs.sentry.io/workflow/integrations/global-integrations/#troubleshooting-2) |
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.
@thinkocapo Is Gitlab on prem? Did not know that...
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.
I heard they can do on-prem or saas. I see it now on their pricing page. Is our documentation for the SaaS version? I thought it was, but I see a installation URL screen.
https://docs.sentry.io/workflow/integrations/global-integrations/#gitlab
If so, I could write "Troubleshooting for On-Premise" instead of just "Troubleshooting"
thoughts @jonesphillip ?
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.
I honestly don't know...
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.
Ya Gitlab can be on-prem
src/collections/_documentation/workflow/integrations/global-integrations.md
Outdated
Show resolved
Hide resolved
Hi hi! Two things:
|
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.
😸 A couple suggested edits.
src/collections/_documentation/workflow/integrations/global-integrations.md
Outdated
Show resolved
Hide resolved
src/collections/_documentation/workflow/integrations/global-integrations.md
Outdated
Show resolved
Hide resolved
src/collections/_documentation/workflow/integrations/global-integrations.md
Outdated
Show resolved
Hide resolved
…tegrations.md Co-Authored-By: Tien "Mimi" Nguyen <[email protected]>
updated the links, will see if it passes tests. I clicked Commit Changes for where you suggested the capital H. we'll see it. |
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.
Just a few more edits. Thanks for helping with Docs, Will! 🌻 You da best!
@@ -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) |
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.
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) | |
Use the data from your Bitbucket Server commits to find and fix bugs faster. [Troubleshooting]({% link _documentation/workflow/integrations/global-integrations.md %}#troubleshooting-2) |
@@ -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 comment
The reason will be displayed to describe this comment to others. Learn more.
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) | |
Use the data from your GitHub Enterprise commits to find and fix bugs faster. [Troubleshooting]({% link _documentation/workflow/integrations/global-integrations.md %}#troubleshooting-2) |
Why?
It'd be nicer to link user to this rather than speculate about it in a slack channel with them, in which case they end up bringing in outside resources and need a call.
With this documentation, goal is that users can just forward it along to their Network Admins / System Engineers and they can resolve things themselves.
Design Notes
Purposely not mentioning Reverse Proxy, because maybe that's not even the problem. Also don't want to be responsible for guiding their Reverse Proxy configuration as that can be done a million different ways. Then it becomes our problem.