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:
authorAndrew Newdigate <andrew@troupe.co>2017-05-31 02:25:22 +0300
committerAndrew Newdigate <andrew@troupe.co>2017-05-31 02:25:22 +0300
commit9d85d92b7ed5ca1c95eb7a71e4e14748faf362b1 (patch)
tree01b9b43c77f1811af72d07f0a62dc18df22b2ba0 /config.toml.example
parent7bf0ae336c72e06aac5c2407535e02c0503a515d (diff)
Added configurable exception logging to sentry using the raven lib.
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>"