Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-02-14 20:05:35 +0300
committerGitLab Release Tools Bot <robert+release-tools@gitlab.com>2019-02-15 17:48:50 +0300
commit4a3009613359dcd08d550f595437e1c9ef5c7c97 (patch)
treeb759197a2f90bbb38586daa92b39b4ba6a4804f4 /doc
parent22e1c70f2b5ba2d188725719c5c7196586ad30ce (diff)
Merge branch 'improve-error-tracking-docs' into 'master'
Update docs with permissions required for error tracking See merge request gitlab-org/gitlab-ce!25208 (cherry picked from commit 1e5c83f2c8756dbab16167063b68c30b8f3a1fd8) 4202f259 Update docs with permissions for error tracking df00f7c5 Add line to doc listing reqd Sentry token scopes 6d40af7c Apply suggestion to doc/user/project/operations/error_tracking.md 68d92af4 Apply suggestion to doc/user/project/operations/error_tracking.md 192e3ed4 Apply suggestion to doc/user/project/operations/error_tracking.md d7e03aff Add Manage Error Tracking permission to table
Diffstat (limited to 'doc')
-rw-r--r--doc/user/permissions.md2
-rw-r--r--doc/user/project/operations/error_tracking.md7
2 files changed, 9 insertions, 0 deletions
diff --git a/doc/user/permissions.md b/doc/user/permissions.md
index 019652b2408..8f3d2a18ef6 100644
--- a/doc/user/permissions.md
+++ b/doc/user/permissions.md
@@ -61,6 +61,7 @@ The following table depicts the various user permission levels in a project.
| Manage related issues **[STARTER]** | | ✓ | ✓ | ✓ | ✓ |
| Lock issue discussions | | ✓ | ✓ | ✓ | ✓ |
| Create issue from vulnerability **[ULTIMATE]** | | ✓ | ✓ | ✓ | ✓ |
+| View Error Tracking list | | ✓ | ✓ | ✓ | ✓ |
| Lock merge request discussions | | | ✓ | ✓ | ✓ |
| Create new environments | | | ✓ | ✓ | ✓ |
| Stop environments | | | ✓ | ✓ | ✓ |
@@ -101,6 +102,7 @@ The following table depicts the various user permission levels in a project.
| Manage clusters | | | | ✓ | ✓ |
| Manage license policy **[ULTIMATE]** | | | | ✓ | ✓ |
| Edit comments (posted by any user) | | | | ✓ | ✓ |
+| Manage Error Tracking | | | | ✓ | ✓ |
| Switch visibility level | | | | | ✓ |
| Transfer project to another namespace | | | | | ✓ |
| Remove project | | | | | ✓ |
diff --git a/doc/user/project/operations/error_tracking.md b/doc/user/project/operations/error_tracking.md
index fe4b36062f7..90bb92d2062 100644
--- a/doc/user/project/operations/error_tracking.md
+++ b/doc/user/project/operations/error_tracking.md
@@ -14,10 +14,14 @@ You may sign up to the cloud hosted <https://sentry.io> or deploy your own [on-p
### Enabling Sentry
+NOTE: **Note:**
+You will need at least Maintainer [permissions](../../permissions.md) to enable the Sentry integration.
+
GitLab provides an easy way to connect Sentry to your project:
1. Sign up to Sentry.io or [deploy your own](#deploying-sentry) Sentry instance.
1. [Find or generate](https://docs.sentry.io/api/auth/) a Sentry auth token for your Sentry project.
+Make sure to give the token at least the following scopes: `event:read` and `project:read`.
1. Navigate to your project’s **Settings > Operations** and provide the Sentry API URL and auth token.
1. Ensure that the 'Active' checkbox is set.
1. Click **Save changes** for the changes to take effect.
@@ -25,6 +29,9 @@ GitLab provides an easy way to connect Sentry to your project:
## Error Tracking List
+NOTE: **Note:**
+You will need at least Reporter [permissions](../../permissions.md) to view the Error Tracking list.
+
The Error Tracking list may be found at **Operations > Error Tracking** in your project's sidebar.
![Error Tracking list](img/error_tracking_list.png)