Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
a5fb81f6
Commit
a5fb81f6
authored
Feb 14, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
fd089dd5
1e5c83f2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
doc/user/permissions.md
doc/user/permissions.md
+2
-0
doc/user/project/operations/error_tracking.md
doc/user/project/operations/error_tracking.md
+7
-0
No files found.
doc/user/permissions.md
View file @
a5fb81f6
...
...
@@ -60,6 +60,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 | | | | | ✓ |
...
...
doc/user/project/operations/error_tracking.md
View file @
a5fb81f6
...
...
@@ -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
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment