Skip to content

Commit

Permalink
meta: Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Swatinem committed Jul 7, 2021
1 parent 81e133f commit 8c7d02f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
- 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`.
- Added a new `flush` hook to the `Transport` trait.
- Exposed a new `RateLimiter` utility that transport implementations can use to drop envelopes early when the DSN is being rate limited.
- Allow capturing backtraces from anyhow errors.
- Optionally allow capturing backtraces from anyhow errors.
- Added new crate `sentry-tracing` and feature `tracing` that enables support to capture Events and Breadcrumbs from tracing logs.

**Fixes**:
Expand All @@ -29,6 +29,7 @@ Features, fixes and improvements in this release have been contributed by:
- [@Jake-Shadle](https://github.com/Jake-Shadle)
- [@Tuetuopay](https://github.com/Tuetuopay)
- [@irevoire](https://github.com/irevoire)
- [@pbzweihander](https://github.com/pbzweihander)

## 0.22.0

Expand Down

0 comments on commit 8c7d02f

Please sign in to comment.