You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,8 @@
29
29
30
30
## 5.22.0
31
31
32
+
:warning: Support for Queues tracking for ActiveJob required changing `op` in transaction context from "queue.sidekiq" to "queue.process". If you rely on this value (e.g. for sampling as described [here](https://docs.sentry.io/platforms/ruby/guides/sidekiq/configuration/sampling/#setting-a-sampling-function)), then you need to update your configuration accordingly.
33
+
32
34
### Features
33
35
34
36
- Add `include_sentry_event` matcher for RSpec [#2424](https://github.com/getsentry/sentry-ruby/pull/2424)
0 commit comments