Releases: getsentry/sentry-rust
Releases · getsentry/sentry-rust
0.12.1
06 Jan 20:35
Compare
Sorry, something went wrong.
No results found
Resolve a memory leak in the actix integration.
Fix an issue where dropping a scope guard for a non active hub resulted in a
panic.
Added support for the new failure Fail::name
Improved support for actix failure based error
Added RefUnwindSafe for ClientOptions
Remove the never supported repos option.
0.12.0
26 Sep 12:00
Compare
Sorry, something went wrong.
No results found
Upgrade reqwest to 0.9
Add support for debug logging through the log crate (with_debug_to_log feature)
Added debug log for when events are dropped in the transport.
0.11.1
19 Sep 10:01
Compare
Sorry, something went wrong.
No results found
Fix compilation error in sentry-actix (#87 )
0.11.0
17 Sep 22:38
Compare
Sorry, something went wrong.
No results found
This release causes a compilation error when using sentry-actix. Use 0.11.1 instead.
Added sentry::with_scope
Updated the sentry types to 0.8.x
0.10.0
12 Sep 12:00
Compare
Sorry, something went wrong.
No results found
0.9.0
03 Sep 08:10
Compare
Sorry, something went wrong.
No results found
Removed drain_events. Events are now drained by calling Client::close or on the
transport on Transport::shutdown.
Removed Hub::add_event_processor. This was replaced by Scope::add_event_processor
which is easier to use (only returns factory function)/
Added various new client configuration values.
Unified option handling
This is likely to be the final API before 1.0
0.8.0
24 Aug 09:09
Compare
Sorry, something went wrong.
No results found
0.6.1
22 Jun 10:56
Compare
Sorry, something went wrong.
No results found
0.6.0
19 Jun 18:37
Compare
Sorry, something went wrong.
No results found
doc: Show 0.6.0 in the docs
0.5.4
05 Jun 12:55
Compare
Sorry, something went wrong.
No results found