Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2019-05-01 21:23:11 +0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2019-05-01 21:23:11 +0300
commit6627efd6b48e70a572149865bd4196e6f711f9de (patch)
treeb8fa7e862fe83405772bdbef10413a0c5dd44aaf /config/gitlab.yml.example
parent43648e5ed9c23e5e34bd67255aac329b32b3e925 (diff)
Allow Sentry client-side DSN to be passed on gitlab.yml
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r--config/gitlab.yml.example1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index 06530194907..2f822805b25 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -320,6 +320,7 @@ production: &base
sentry:
# enabled: false
# dsn: https://<key>@sentry.io/<project>
+ # clientside_dsn: https://<key>@sentry.io/<project>
# environment: 'production' # e.g. development, staging, production
#