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
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2016-01-20 22:00:35 +0300
committerRobert Speicher <robert@gitlab.com>2016-01-20 22:00:35 +0300
commite3c43ca7d0c6353709456af05d0d65a2fa05b3d0 (patch)
tree6129b087f49d642999afdc818e43f64d01d03ca1 /Gemfile
parent67bd2ed3a2d1d58cc54dc2def1409f185fa01529 (diff)
parent7838c957c23a36fb64125a1baf14454b735e9561 (diff)
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 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 1c586adbfb5..746d8e5d6de 100644
--- a/Gemfile
+++ b/Gemfile
@@ -293,6 +293,9 @@ end
group :production do
gem "gitlab_meta", '7.0'
+
+ # Sentry integration
+ gem 'sentry-raven'
end
gem "newrelic_rpm", '~> 3.9.4.245'