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
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/application.rb3
-rw-r--r--config/webpack.config.js1
2 files changed, 4 insertions, 0 deletions
diff --git a/config/application.rb b/config/application.rb
index f2ecc4ce77c..46652637c1f 100644
--- a/config/application.rb
+++ b/config/application.rb
@@ -55,6 +55,7 @@ module Gitlab
# - Webhook URLs (:hook)
# - GitLab-shell secret token (:secret_token)
# - Sentry DSN (:sentry_dsn)
+ # - Clientside Sentry DSN (:clientside_sentry_dsn)
# - Deploy keys (:key)
config.filter_parameters += %i(
authentication_token
@@ -71,6 +72,8 @@ module Gitlab
runners_token
secret_token
sentry_dsn
+ clientside_sentry_enabled
+ clientside_sentry_dsn
variables
)
diff --git a/config/webpack.config.js b/config/webpack.config.js
index 0ec9e48845e..ea699b1ecba 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -52,6 +52,7 @@ var config = {
terminal: './terminal/terminal_bundle.js',
u2f: ['vendor/u2f'],
users: './users/users_bundle.js',
+ raven: './raven/index.js',
},
output: {