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 'internal/rubyserver/rubyserver.go')
-rw-r--r--internal/rubyserver/rubyserver.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/rubyserver/rubyserver.go b/internal/rubyserver/rubyserver.go
index b9cc7d19d..21bfbd744 100644
--- a/internal/rubyserver/rubyserver.go
+++ b/internal/rubyserver/rubyserver.go
@@ -129,7 +129,7 @@ func (s *Server) start() error {
env = append(env, "SENTRY_DSN="+dsn)
}
- if sentryEnvironment := cfg.Logging.SentryEnvironment; sentryEnvironment != "" {
+ if sentryEnvironment := cfg.Logging.Sentry.Environment; sentryEnvironment != "" {
env = append(env, "SENTRY_ENVIRONMENT="+sentryEnvironment)
}