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:
authorJacob Vosmaer (GitLab) <jacob@gitlab.com>2018-04-06 11:05:13 +0300
committerZeger-Jan van de Weg <zegerjan@gitlab.com>2018-04-06 11:05:13 +0300
commit9cdc61b4369349fc875fa26a778549fcd2b744ea (patch)
treebafcebf21b05aea6e2cbc8f30b7b1714ac7e6be6 /internal/config
parent7dd226834a44f7ecfc13bfe607126827a2df800d (diff)
Send gitaly-ruby exceptions to their own DSN
Diffstat (limited to 'internal/config')
-rw-r--r--internal/config/config.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/internal/config/config.go b/internal/config/config.go
index a3d9fb2e8..ae9c156d7 100644
--- a/internal/config/config.go
+++ b/internal/config/config.go
@@ -51,8 +51,9 @@ type Storage struct {
// Logging contains the logging configuration for Gitaly
type Logging struct {
- Format string
- SentryDSN string `toml:"sentry_dsn"`
+ Format string
+ SentryDSN string `toml:"sentry_dsn"`
+ RubySentryDSN string `toml:"ruby_sentry_dsn"`
}
// Prometheus contains additional configuration data for prometheus