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.praefect.toml.example')
-rw-r--r--config.praefect.toml.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.praefect.toml.example b/config.praefect.toml.example
index f23ab8472..10a7c9073 100644
--- a/config.praefect.toml.example
+++ b/config.praefect.toml.example
@@ -15,6 +15,9 @@ listen_addr = "127.0.0.1:2305"
# # One of, in order: debug, info, warn, errror, fatal, panic
# # Defaults to "info"
# level = "warn"
+# [sentry]
+# sentry_environment = ""
+# sentry_dsn = ""
#
# Optional: authenticate Gitaly requests using a shared secret. This token works the same way as a gitaly token
# [auth]