Add sentry exception tracking

This commit is contained in:
bumi 2020-04-06 00:29:54 +02:00
parent 409038ecba
commit cb060238e8
2 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,7 @@ gem 'bootsnap', '>= 1.4.2', require: false
gem 'google-api-client' gem 'google-api-client'
gem 'rack-cors' gem 'rack-cors'
gem "sentry-raven"
group :development, :test do group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console # Call 'byebug' anywhere in the code to stop execution and get a debugger console

View File

@ -173,6 +173,8 @@ GEM
sprockets-rails sprockets-rails
tilt tilt
semantic_range (2.3.0) semantic_range (2.3.0)
sentry-raven (3.0.0)
faraday (>= 1.0)
signet (0.14.0) signet (0.14.0)
addressable (~> 2.3) addressable (~> 2.3)
faraday (>= 0.17.3, < 2.0) faraday (>= 0.17.3, < 2.0)
@ -222,6 +224,7 @@ DEPENDENCIES
rack-cors rack-cors
rails rails
sass-rails sass-rails
sentry-raven
spring spring
spring-watcher-listen spring-watcher-listen
turbolinks turbolinks