diff --git a/Gemfile b/Gemfile index 70927ecd..99979bc7 100644 --- a/Gemfile +++ b/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 diff --git a/Gemfile.lock b/Gemfile.lock index 16375f51..516eed10 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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