diff options
author | Jeroen Nijhof <jeroen@jeroennijhof.nl> | 2016-01-18 17:15:10 +0100 |
---|---|---|
committer | Jeroen Nijhof <jeroen@jeroennijhof.nl> | 2016-01-18 17:15:10 +0100 |
commit | 85e0fce9eee4f20c6c627209828f7351ab0aedae (patch) | |
tree | be370c396b49d7be4d96ccaf48d4bca2592e4ab7 /Gemfile | |
parent | f603f3b30bcd4303f07f87a0c6fa60697b2775fd (diff) | |
download | gitlab-ce-85e0fce9eee4f20c6c627209828f7351ab0aedae.tar.gz |
Add sentry integration
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -314,3 +314,6 @@ gem 'oauth2', '~> 1.0.0' # Soft deletion gem "paranoia", "~> 2.0" + +# Sentry integration +gem 'sentry-raven' |