Add sentry exception tracking
This commit is contained in:
parent
409038ecba
commit
cb060238e8
1
Gemfile
1
Gemfile
@ -23,6 +23,7 @@ gem 'bootsnap', '>= 1.4.2', require: false
|
||||
|
||||
gem 'google-api-client'
|
||||
gem 'rack-cors'
|
||||
gem "sentry-raven"
|
||||
|
||||
group :development, :test do
|
||||
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
|
||||
|
@ -173,6 +173,8 @@ GEM
|
||||
sprockets-rails
|
||||
tilt
|
||||
semantic_range (2.3.0)
|
||||
sentry-raven (3.0.0)
|
||||
faraday (>= 1.0)
|
||||
signet (0.14.0)
|
||||
addressable (~> 2.3)
|
||||
faraday (>= 0.17.3, < 2.0)
|
||||
@ -222,6 +224,7 @@ DEPENDENCIES
|
||||
rack-cors
|
||||
rails
|
||||
sass-rails
|
||||
sentry-raven
|
||||
spring
|
||||
spring-watcher-listen
|
||||
turbolinks
|
||||
|
Loading…
x
Reference in New Issue
Block a user