File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
- ## Features
5
+ ### Features
6
6
7
7
- feat(core): add Response context ([ #874 ] ( https://github.com/getsentry/sentry-rust/pull/874 ) ) by @lcian
8
8
- The ` Response ` context can now be attached to events, to include information about HTTP responses such as headers, cookies and status code.
21
21
. insert (" response" . to_owned (), response . into ());
22
22
```
23
23
24
+ ### Fixes
25
+
26
+ - build (panic ): Fix build without other dependencies ([#883 ](https : // github.com/getsentry/sentry-rust/pull/883)) by @liskin
27
+ - The `sentry - panic ` crate now builds successfully when used as a standalone dependency .
28
+
24
29
## 0.42 . 0
25
30
26
31
### Features
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ edition = "2021"
13
13
rust-version = " 1.81"
14
14
15
15
[dependencies ]
16
- sentry-core = { version = " 0.42.0" , path = " ../sentry-core" }
16
+ sentry-core = { version = " 0.42.0" , path = " ../sentry-core" , features = [ " client " ] }
17
17
sentry-backtrace = { version = " 0.42.0" , path = " ../sentry-backtrace" }
18
18
19
19
[dev-dependencies ]
You can’t perform that action at this time.
0 commit comments