Add sentry logging
This commit is contained in:
parent
165fe2b9ca
commit
b50972213a
2 changed files with 3 additions and 11 deletions
4
Gemfile
4
Gemfile
|
|
@ -20,7 +20,6 @@ gem 'puma', '~> 3.0'
|
|||
gem 'responders', '~> 2.0'
|
||||
|
||||
# as supported databases
|
||||
gem 'mysql2'
|
||||
gem 'pg'
|
||||
|
||||
# for tracking data changes
|
||||
|
|
@ -143,8 +142,7 @@ gem 'rqrcode'
|
|||
gem 'axlsx', git: 'https://github.com/randym/axlsx.git'
|
||||
gem 'axlsx_rails'
|
||||
|
||||
# as error catcher
|
||||
gem 'airbrake'
|
||||
gem 'sentry'
|
||||
|
||||
# to make links faster
|
||||
gem 'turbolinks'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue