Add sentry logging

This commit is contained in:
Michael Ball 2020-02-04 22:48:58 -08:00
parent 165fe2b9ca
commit b50972213a
2 changed files with 3 additions and 11 deletions

View file

@ -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'