Introduces sentry, removes airbrake

Sentry is the premiere FOSS error tracking app.
This commit is contained in:
Henne Vogelsang 2021-03-05 17:00:49 +01:00
parent 3faee06e48
commit b4b20bd135
No known key found for this signature in database
GPG key ID: 9D6164C2955FADE0
6 changed files with 24 additions and 37 deletions

View file

@ -144,7 +144,7 @@ gem 'axlsx', git: 'https://github.com/randym/axlsx.git'
gem 'axlsx_rails'
# as error catcher
gem 'airbrake'
gem 'sentry-rails'
# to make links faster
gem 'turbolinks'