mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-19 05:09:38 +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
|
||||
|
|
|
@ -473,6 +473,8 @@ GEM
|
|||
simplecov_json_formatter (~> 0.1)
|
||||
simplecov-html (0.13.1)
|
||||
simplecov_json_formatter (0.1.4)
|
||||
skylight (6.0.4)
|
||||
activesupport (>= 5.2.0)
|
||||
smart_properties (1.17.0)
|
||||
sorbet-runtime (0.5.11953)
|
||||
stimulus-rails (1.3.4)
|
||||
|
@ -586,6 +588,7 @@ DEPENDENCIES
|
|||
sentry-sidekiq
|
||||
sidekiq
|
||||
simplecov
|
||||
skylight
|
||||
stimulus-rails
|
||||
stripe
|
||||
tailwindcss-rails
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue