Releases: getsentry/sentry-rust
Releases · getsentry/sentry-rust
0.14.1
0.14.0
- Added support for reading
SENTRY_ENVIRONMENT
andSENTRY_RELEASE
environment
variables. - Added support for panicking with failure errors.
- Added
attach_stacktraces
configuration option to logging integration - Fixed a bug where
emit_breadcrumbs
was incorrectly handled. - Restructured the transport system. You can now disbale the builtin HTTP
reqwest based transport or opt for the curl transport. - Fixed a potential issue where an event might have been dropped if it was sent
right after the transport was created. - Added support for server side symbolication for linux platforms.
0.13.0
0.12.1
- 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
forClientOptions
- Remove the never supported
repos
option.
0.12.0
0.11.1
0.11.0
0.10.0
release: 0.10.0
0.9.0
- Removed
drain_events
. Events are now drained by callingClient::close
or on the
transport onTransport::shutdown
. - Removed
Hub::add_event_processor
. This was replaced byScope::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
0.8.0