summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2016-01-20 19:00:35 +0000
committerRobert Speicher <robert@gitlab.com>2016-01-20 19:00:35 +0000
commite3c43ca7d0c6353709456af05d0d65a2fa05b3d0 (patch)
tree6129b087f49d642999afdc818e43f64d01d03ca1 /spec
parent67bd2ed3a2d1d58cc54dc2def1409f185fa01529 (diff)
parent7838c957c23a36fb64125a1baf14454b735e9561 (diff)
downloadgitlab-ce-e3c43ca7d0c6353709456af05d0d65a2fa05b3d0.tar.gz
Merge branch 'sentry-integration' into 'master'
Add sentry integration Sentry is an event logging platform primarily focused on capturing and aggregating exceptions. With this MR it will be possible to log and track exceptions from GitLab to Sentry. https://gitlab.com/gitlab-com/operations/issues/39 See merge request !2485
Diffstat (limited to 'spec')
-rw-r--r--spec/models/application_setting_spec.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/models/application_setting_spec.rb b/spec/models/application_setting_spec.rb
index 91b250265e6..f4c58882757 100644
--- a/spec/models/application_setting_spec.rb
+++ b/spec/models/application_setting_spec.rb
@@ -41,6 +41,8 @@
# recaptcha_site_key :string
# recaptcha_private_key :string
# metrics_port :integer default(8089)
+# sentry_enabled :boolean default(FALSE)
+# sentry_dsn :string
#
require 'spec_helper'