diff options
author | Luke "Jared" Bennett <lbennett@gitlab.com> | 2017-04-28 16:01:22 +0100 |
---|---|---|
committer | Luke "Jared" Bennett <lbennett@gitlab.com> | 2017-04-28 16:01:22 +0100 |
commit | 97633d561681a5c0f55472c1372bedca5fe3bffe (patch) | |
tree | 2bf4f19e71b01f04452b37749692810369660ca6 /config | |
parent | 0e8afe1343497165bf609a840306ce26c6136a7b (diff) | |
download | gitlab-ce-97633d561681a5c0f55472c1372bedca5fe3bffe.tar.gz |
Fixed specs
Diffstat (limited to 'config')
-rw-r--r-- | config/application.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/application.rb b/config/application.rb index 0ab8a24a5df..46652637c1f 100644 --- a/config/application.rb +++ b/config/application.rb @@ -72,6 +72,7 @@ module Gitlab runners_token secret_token sentry_dsn + clientside_sentry_enabled clientside_sentry_dsn variables ) |