Replace StackProf with Vernier for performance profiling

This commit is contained in:
Josh Pigford
2025-02-25 08:37:51 -06:00
parent f5ff5332d5
commit 0e76d753bd
3 changed files with 5 additions and 3 deletions

View File

@@ -14,5 +14,7 @@ if ENV["SENTRY_DSN"].present?
# of sampled transactions.
# We recommend adjusting this value in production.
config.profiles_sample_rate = 0.5
config.profiler_class = Sentry::Vernier::Profiler
end
end