This pull request includes changes to the perform method in the sentry-ruby/lib/sentry/cron/monitor_check_ins.rb file to improve the accuracy of duration calculations.
Changed the duration calculation to use floating-point precision instead of integer precision to improve accuracy. [1][2]
This pull request includes changes to the
perform
method in thesentry-ruby/lib/sentry/cron/monitor_check_ins.rb
file to improve the accuracy of duration calculations.Before:
After: