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:
Diffstat (limited to 'config.toml.example')
-rw-r--r--config.toml.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.toml.example b/config.toml.example
index 3778962d0..773e405bd 100644
--- a/config.toml.example
+++ b/config.toml.example
@@ -24,3 +24,6 @@ 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
+$ sentry_dsn = "https://<key>:<secret>@sentry.io/<project>"