File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1212- Added a new ` Client::flush ` method to explicitly flush the transport and use that to make sure events are flushed out when using ` panic=abort ` .
1313- Added a new ` flush ` hook to the ` Transport ` trait.
1414- Exposed a new ` RateLimiter ` utility that transport implementations can use to drop envelopes early when the DSN is being rate limited.
15- - Allow capturing backtraces from anyhow errors.
15+ - Optionally allow capturing backtraces from anyhow errors.
1616- Added new crate ` sentry-tracing ` and feature ` tracing ` that enables support to capture Events and Breadcrumbs from tracing logs.
1717
1818** Fixes** :
@@ -29,6 +29,7 @@ Features, fixes and improvements in this release have been contributed by:
2929- [ @Jake-Shadle ] ( https://github.com/Jake-Shadle )
3030- [ @Tuetuopay ] ( https://github.com/Tuetuopay )
3131- [ @irevoire ] ( https://github.com/irevoire )
32+ - [ @pbzweihander ] ( https://github.com/pbzweihander )
3233
3334## 0.22.0
3435
You can’t perform that action at this time.
0 commit comments