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
b035e85e
Commit
b035e85e
authored
Sep 16, 2021
by
Dmitriy Zaporozhets (DZ)
Committed by
Nick Gaskill
Sep 16, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add screenshot for error tracking setting
parent
6de28e1d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
+2
-5
doc/operations/error_tracking.md
doc/operations/error_tracking.md
+2
-5
doc/operations/img/error_tracking_setting_v14_3.png
doc/operations/img/error_tracking_setting_v14_3.png
+0
-0
No files found.
doc/operations/error_tracking.md
View file @
b035e85e
...
...
@@ -130,12 +130,9 @@ You must use the GitLab API to enable it.
#### How to enable
1.
Enable the
`integrated`
error tracking setting
for your project:
1.
Select
**GitLab**
as the error tracking backend
for your project:
```
shell
curl
--request
PATCH
--header
"PRIVATE-TOKEN: <your_access_token>"
\
"https://gitlab.example.com/api/v4/projects/PROJECT_ID/error_tracking/settings?active=true&integrated=true"
```
![Error Tracking Settings](img/error_tracking_setting_v14_3.png)
1.
Create a client key (DSN) to use with Sentry SDK in your application. Make sure to save the
response, as it contains a DSN:
...
...
doc/operations/img/error_tracking_setting_v14_3.png
0 → 100644
View file @
b035e85e
26.9 KB
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