diff options
author | Robert Speicher <robert@gitlab.com> | 2016-01-20 19:00:35 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2016-01-20 19:00:35 +0000 |
commit | e3c43ca7d0c6353709456af05d0d65a2fa05b3d0 (patch) | |
tree | 6129b087f49d642999afdc818e43f64d01d03ca1 /Gemfile | |
parent | 67bd2ed3a2d1d58cc54dc2def1409f185fa01529 (diff) | |
parent | 7838c957c23a36fb64125a1baf14454b735e9561 (diff) | |
download | gitlab-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 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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' |