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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
# Changelog
2
2
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
+
3
13
## 0.36.1
4
14
5
15
The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.36.1.
0 commit comments