From 9d85d92b7ed5ca1c95eb7a71e4e14748faf362b1 Mon Sep 17 00:00:00 2001 From: Andrew Newdigate Date: Wed, 31 May 2017 00:25:22 +0100 Subject: Added configurable exception logging to sentry using the raven lib. --- config.toml.example | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.toml.example') 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://:@sentry.io/" -- cgit v1.2.3