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:
authorAhmad Sherif <me@ahmadsherif.com>2018-02-14 19:33:17 +0300
committerAhmad Sherif <me@ahmadsherif.com>2018-02-22 19:19:19 +0300
commit190cfe4f31b4378d677de1038852d09e29bf73e4 (patch)
tree3ccda78e7bd13f7e7f4872e0da4a0ec2d3e9acaa /config.toml.example
parent031bf3ec2885066dc25c4851288b19ccb8145b63 (diff)
Send gitaly-ruby exceptions to Sentry
Closes #988
Diffstat (limited to 'config.toml.example')
-rw-r--r--config.toml.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml.example b/config.toml.example
index 10f8cce49..113a22232 100644
--- a/config.toml.example
+++ b/config.toml.example
@@ -31,7 +31,7 @@ path = "/home/git/repositories"
# # You can optionally configure Gitaly to output JSON-formatted log messages to stdout
# [logging]
# format = "json"
-# # Additionally exceptions can be reported to Sentry
+# # Additionally exceptions from the Go server and gitaly-ruby can be reported to Sentry
# sentry_dsn = "https://<key>:<secret>@sentry.io/<project>"
# # You can optionally configure Gitaly to record histogram latencies on GRPC method calls