CHANGELOG.md in sentry-rails-4.3.1 vs CHANGELOG.md in sentry-rails-4.3.2
- old
+ new
@@ -1,10 +1,17 @@
# Changelog
+## 4.3.2
+
+- Avoid recording SendEventJob's transaction [#1351](https://github.com/getsentry/sentry-ruby/pull/1351)
+ - Fixes [#1348](https://github.com/getsentry/sentry-ruby/issues/1348)
+
## 4.3.1
- Only apply background worker patch if ActiveRecord is loaded [#1350](https://github.com/getsentry/sentry-ruby/pull/1350)
- Fixes [#1342](https://github.com/getsentry/sentry-ruby/issues/1342) and [#1346](https://github.com/getsentry/sentry-ruby/issues/1346)
+- Avoid recording SendEventJob's transaction [#1351](https://github.com/getsentry/sentry-ruby/pull/1351)
+ - Fixes [#1348](https://github.com/getsentry/sentry-ruby/issues/1348)
## 4.3.0
### Features