From a7dfafc9072b2986834a0b9fff60e8241b1d82f1 Mon Sep 17 00:00:00 2001 From: Josh Pigford Date: Mon, 21 Apr 2025 08:10:04 -0500 Subject: [PATCH] Add Skylight gem for performance monitoring --- Gemfile | 3 ++- Gemfile.lock | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) 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