1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-24 23:59:40 +02:00

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