Use sentry in env production only
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' | ||
... | ... | @@ -314,6 +317,3 @@ gem 'oauth2', '~> 1.0.0' |
# Soft deletion | ||
gem "paranoia", "~> 2.0" | ||
# Sentry integration | ||
gem 'sentry-raven' |
Please register or sign in to comment