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
Showing
... | ... | @@ -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' | ||
... | ... |
config/initializers/sentry.rb
0 → 100644
Please
register
or
sign in
to comment