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
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-08-24 06:10:40 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-08-24 06:10:40 +0300
commit095467eafbd243520828272de0926da3cbc71761 (patch)
tree19f6d7f16bbaf5c97bbd9aed4c1555d10df4d8ef /doc/api/error_tracking.md
parent47dc0510755f474fdd2369dfbbaaa019053b4492 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/error_tracking.md')
-rw-r--r--doc/api/error_tracking.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/api/error_tracking.md b/doc/api/error_tracking.md
index d81c8f15402..3fc44e22c42 100644
--- a/doc/api/error_tracking.md
+++ b/doc/api/error_tracking.md
@@ -96,12 +96,14 @@ Example response:
{
"id": 1,
"active": true,
- "public_key": "glet_aa77551d849c083f76d0bc545ed053a3"
+ "public_key": "glet_aa77551d849c083f76d0bc545ed053a3",
+ "sentry_dsn": "https://glet_aa77551d849c083f76d0bc545ed053a3@gitlab.example.com/api/v4/error_tracking/collector/5"
},
{
"id": 3,
"active": true,
- "public_key": "glet_0ff98b1d849c083f76d0bc545ed053a3"
+ "public_key": "glet_0ff98b1d849c083f76d0bc545ed053a3",
+ "sentry_dsn": "https://glet_0ff98b1d849c083f76d0bc545ed053a3@gitlab.example.com/api/v4/error_tracking/collector/5"
}
]
```
@@ -129,7 +131,8 @@ Example response:
{
"id": 3,
"active": true,
- "public_key": "glet_0ff98b1d849c083f76d0bc545ed053a3"
+ "public_key": "glet_0ff98b1d849c083f76d0bc545ed053a3",
+ "sentry_dsn": "https://glet_0ff98b1d849c083f76d0bc545ed053a3@gitlab.example.com/api/v4/error_tracking/collector/5"
}
```