diff options
author | Jeroen Nijhof <jeroen@jeroennijhof.nl> | 2016-01-20 09:48:38 +0100 |
---|---|---|
committer | Jeroen Nijhof <jeroen@jeroennijhof.nl> | 2016-01-20 09:48:38 +0100 |
commit | 7a609858f063c1089f3a6ec05f9f87a01efa909a (patch) | |
tree | 4e303d01b16b819551ceb4cf5bbdf52284f30e37 /app/views/admin | |
parent | 7658a6446976b8fdb451ce53c8e1f0963ff1a8ec (diff) | |
download | gitlab-ce-7a609858f063c1089f3a6ec05f9f87a01efa909a.tar.gz |
Use sentry in env production only
Diffstat (limited to 'app/views/admin')
-rw-r--r-- | app/views/admin/application_settings/_form.html.haml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/admin/application_settings/_form.html.haml b/app/views/admin/application_settings/_form.html.haml index 35af5cf620a..f5a87933fde 100644 --- a/app/views/admin/application_settings/_form.html.haml +++ b/app/views/admin/application_settings/_form.html.haml @@ -242,7 +242,9 @@ = f.label :sentry_enabled do = f.check_box :sentry_enabled Enable Sentry - %span.help-block#sentry_help_block Sentry is an error reporting and logging tool + .help-block + Sentry is an error reporting and logging tool which is currently not shipped with GitLab, get it here: + %a{ href: 'https://getsentry.com', target: 'blank' } https://getsentry.com .form-group = f.label :sentry_dsn, 'Sentry DSN', class: 'control-label col-sm-2' |