Skip to content

Commit 8c7d02f

Browse files
committed
meta: Update Changelog
1 parent 81e133f commit 8c7d02f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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

0 commit comments

Comments
 (0)