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
* Avoid auto-require on spec_helper so we can control dependency loading order
* Make Redis instrumentation work with redis-rb 5.0+ too
* Run CI with multiple redis-rb versions
* Update changelog
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,14 @@
1
1
## Unreleased
2
2
3
3
### Features
4
+
4
5
- Allow [tags](https://docs.sentry.io/platforms/ruby/enriching-events/tags/) to be passed via the context hash when reporting errors using ActiveSupport::ErrorReporter and Sentry::Rails::ErrorSubscriber in `sentry-rails`[#1932](https://github.com/getsentry/sentry-ruby/pull/1932)
5
6
7
+
### Bug Fixes
8
+
9
+
- Support redis-rb 5.0+ [#1963](https://github.com/getsentry/sentry-ruby/pull/1963)
0 commit comments