We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba5d46f commit 828ff7eCopy full SHA for 828ff7e
CHANGELOG.md
@@ -1,5 +1,18 @@
1
# Changelog
2
3
+## 0.14.0
4
+
5
+- Added support for reading `SENTRY_ENVIRONMENT` and `SENTRY_RELEASE` environment
6
+ variables.
7
+- Added support for panicking with failure errors.
8
+- Added `attach_stacktraces` configuration option to logging integration
9
+- Fixed a bug where `emit_breadcrumbs` was incorrectly handled.
10
+- Restructured the transport system. You can now disbale the builtin HTTP
11
+ reqwest based transport or opt for the curl transport.
12
+- Fixed a potential issue where an event might have been dropped if it was sent
13
+ right after the transport was created.
14
+- Added support for server side symbolication for linux platforms.
15
16
## 0.13.0
17
18
**Breaking Change**: This release requires Rust 1.31 or newer.
0 commit comments