From 44c830dea6cafc9f95407513638b0ec73624bb9e Mon Sep 17 00:00:00 2001 From: Daniel Dye Date: Mon, 16 Dec 2024 11:07:04 +0000 Subject: [PATCH] Remove the stackprof gem We want to profile our application within Skylight, not Sentry, due to cost constraints. --- Gemfile | 1 - Gemfile.lock | 2 -- 2 files changed, 3 deletions(-) diff --git a/Gemfile b/Gemfile index 631d1c9a75..9d8304f73a 100644 --- a/Gemfile +++ b/Gemfile @@ -40,7 +40,6 @@ gem 'jsonb_accessor' gem 'sentry-rails' gem 'sentry-ruby' gem 'sentry-sidekiq' -gem 'stackprof' # Windows does not include zoneinfo files, so bundle the tzinfo-data gem gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby] diff --git a/Gemfile.lock b/Gemfile.lock index 6a67b5fc8b..177f5e8bfd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -691,7 +691,6 @@ GEM skylight (6.0.4) activesupport (>= 5.2.0) smart_properties (1.17.0) - stackprof (0.2.26) stringio (3.1.2) super_diff (0.14.0) attr_extras (>= 6.2.4) @@ -843,7 +842,6 @@ DEPENDENCIES simplecov (< 0.23) site_prism (~> 5.0) skylight - stackprof super_diff table_print terminal-table