Commit e232255 1 parent 98b30d2 commit e232255 Copy full SHA for e232255
File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
## Unreleased
2
2
3
+ ### Features
4
+
5
+ - Improve the accuracy of duration calculations in cron jobs monitoring ([ #2471 ] ( https://github.com/getsentry/sentry-ruby/pull/2471 ) )
6
+
3
7
### Bug fixes
4
8
5
9
- Default to ` internal_error ` error type for OpenTelemetry spans [ #2473 ] ( https://github.com/getsentry/sentry-ruby/pull/2473 )
18
22
19
23
- Add ` include_sentry_event ` matcher for RSpec [ #2424 ] ( https://github.com/getsentry/sentry-ruby/pull/2424 )
20
24
- Add support for Sentry Cache instrumentation, when using Rails.cache [ #2380 ] ( https://github.com/getsentry/sentry-ruby/pull/2380 )
25
+ Note: MemoryStore and FileStore require Rails 8.0+
21
26
- Add support for Queue Instrumentation for Sidekiq. [ #2403 ] ( https://github.com/getsentry/sentry-ruby/pull/2403 )
22
27
- Add support for string errors in error reporter ([ #2464 ] ( https://github.com/getsentry/sentry-ruby/pull/2464 ) )
23
28
- Reset ` trace_id ` and add root transaction for sidekiq-cron [ #2446 ] ( https://github.com/getsentry/sentry-ruby/pull/2446 )
24
29
- Add support for Excon HTTP client instrumentation ([ #2383 ] ( https://github.com/getsentry/sentry-ruby/pull/2383 ) )
25
- - Improve the accuracy of duration calculations in cron jobs monitoring ([ #2471 ] ( https://github.com/getsentry/sentry-ruby/pull/2471 ) )
26
-
27
- Note: MemoryStore and FileStore require Rails 8.0+
28
30
29
31
### Bug Fixes
30
32
You can’t perform that action at this time.
0 commit comments