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 '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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user