mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-05 13:35:21 +02:00
Add Skylight gem for performance monitoring
This commit is contained in:
parent
9b33e50b89
commit
a7dfafc907
2 changed files with 5 additions and 1 deletions
3
Gemfile
3
Gemfile
|
@ -28,13 +28,14 @@ gem "hotwire_combobox"
|
|||
# Background Jobs
|
||||
gem "sidekiq"
|
||||
|
||||
# Error logging
|
||||
# Monitoring
|
||||
gem "vernier"
|
||||
gem "rack-mini-profiler"
|
||||
gem "sentry-ruby"
|
||||
gem "sentry-rails"
|
||||
gem "sentry-sidekiq"
|
||||
gem "logtail-rails"
|
||||
gem "skylight"
|
||||
|
||||
# Active Storage
|
||||
gem "aws-sdk-s3", "~> 1.177.0", require: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue