Skip to content

Commit a30c2b8

Browse files
authored
Prepare 0.36.2 (#1119)
1 parent 97e65bf commit a30c2b8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 0.36.2
4+
5+
The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.36.2.
6+
7+
### Bug Fixes
8+
9+
- Fix context propagation for logs to ensure logger instances correctly inherit span and hub information from their creation context ([#1118](https://github.com/getsentry/sentry-go/pull/1118))
10+
- Logs now properly propagate trace context from the logger's original context, even when emitted in a different context
11+
- The logger will first check the emission context, then fall back to its creation context, and finally to the current hub
12+
313
## 0.36.1
414

515
The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.36.1.

0 commit comments

Comments
 (0)