CHANGELOG.md in tobox-0.3.1 vs CHANGELOG.md in tobox-0.3.2
- old
+ new
@@ -1,6 +1,13 @@
## [Unreleased]
+
+## [0.3.2] - 2022-03-06
+
+### Bugfixes
+
+* allow sentry error capture if `report_after_retries` option is turned off.
+
## [0.3.1] - 2022-03-03
### Bugfixes
In Sentry plugin, exception capturing is no longer dependent on transaction monitoring being enabled (if `traces_sampling_rate` would be set to 0, exceptions wouldn't be capture; now they are).