Releases: getsentry/sentry-rust
Releases · getsentry/sentry-rust
0.15.5
- Fix backtraces with inline frames in newer Rust versions (#141).
0.15.4
- Added a feature flag to disable the default sentry features in sentry-actix. (#139)
0.15.3
- Added
with_rustls
and with_native_tls
features to control SSL in the default
reqwest transport. (#137)
0.15.2
- Added support for passing custom reqwest clients/curl handles to the transport (#130)
0.15.1
- Correct dependency bump for sentry types.
0.15.0
- Upgraded to newer version of the internal sentry types crate.
0.14.2
- Fixed a potential issue where an event might have been dropped if it was sent
right after the curl transport was created.
0.14.1
- Fixed an issue where turning off the http transports would cause a compile error.
0.14.0
- Added support for reading
SENTRY_ENVIRONMENT
and SENTRY_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
Breaking Change: This release requires Rust 1.31 or newer.
- Upgrade the logger integration to
env_logger:0.6
- Support debug identifiers of loaded images on Linux (#114)
- Update
sentry-types
to the latest version
- Fix
log::log_enabled!
when log integration is active