You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,9 @@
6
6
7
7
- feat(log): support kv feature of log (#851) by @lcian
8
8
- Attributes added to a `log` record using the `kv` feature are now recorded as attributes on the log sent to Sentry.
9
+
- feat(types): add all the missing supported envelope headers ([#867](https://github.com/getsentry/sentry-rust/pull/867)) by @lcian
10
+
- feat(types): add getters and setters for envelope headers ([#868](https://github.com/getsentry/sentry-rust/pull/868)) by @lcian
11
+
- It's now possible to set all of the [envelope headers](https://develop.sentry.dev/sdk/data-model/envelopes/#headers) supported by the protocol when constructing envelopes.
0 commit comments