Prepare Profiling with Sentry

This commit is contained in:
Sebastian Serth
2023-04-25 23:14:43 +02:00
parent 20588e4910
commit 62f96704de
3 changed files with 13 additions and 8 deletions

View File

@ -55,7 +55,8 @@ gem 'zxcvbn-ruby', require: 'zxcvbn'
# Error Tracing
gem 'mnemosyne-ruby'
gem 'sentry-rails'
gem 'stackprof' # Must be loaded before the Sentry SDK.
gem 'sentry-rails' # rubocop:disable Bundler/OrderedGems
gem 'sentry-ruby'
group :development do