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

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer (GitLab) <jacob@gitlab.com>2018-04-06 11:05:13 +0300
committerZeger-Jan van de Weg <zegerjan@gitlab.com>2018-04-06 11:05:13 +0300
commit9cdc61b4369349fc875fa26a778549fcd2b744ea (patch)
treebafcebf21b05aea6e2cbc8f30b7b1714ac7e6be6 /config.toml.example
parent7dd226834a44f7ecfc13bfe607126827a2df800d (diff)
Send gitaly-ruby exceptions to their own DSN
Diffstat (limited to 'config.toml.example')
-rw-r--r--config.toml.example4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.toml.example b/config.toml.example
index 113a22232..76b708c1a 100644
--- a/config.toml.example
+++ b/config.toml.example
@@ -31,8 +31,10 @@ path = "/home/git/repositories"
# # You can optionally configure Gitaly to output JSON-formatted log messages to stdout
# [logging]
# format = "json"
-# # Additionally exceptions from the Go server and gitaly-ruby can be reported to Sentry
+# # Additionally exceptions from the Go server can be reported to Sentry
# sentry_dsn = "https://<key>:<secret>@sentry.io/<project>"
+# # Exceptions from gitaly-ruby can also be reported to Sentry
+# ruby_sentry_dsn = "https://<key>:<secret>@sentry.io/<project>"
# # You can optionally configure Gitaly to record histogram latencies on GRPC method calls
# [prometheus]