diff options
author | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2019-05-01 15:23:11 -0300 |
---|---|---|
committer | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2019-05-01 15:23:11 -0300 |
commit | 6627efd6b48e70a572149865bd4196e6f711f9de (patch) | |
tree | b8fa7e862fe83405772bdbef10413a0c5dd44aaf /config/gitlab.yml.example | |
parent | 43648e5ed9c23e5e34bd67255aac329b32b3e925 (diff) | |
download | gitlab-ce-6627efd6b48e70a572149865bd4196e6f711f9de.tar.gz |
Allow Sentry client-side DSN to be passed on gitlab.yml
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r-- | config/gitlab.yml.example | 1 |
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 # |