Skip to content

Commit a1ef42f

Browse files
authored
chore: prepare 0.37.0 (#1134)
1 parent 73e93c3 commit a1ef42f

1 file changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,26 @@
44

55
### Breaking Changes
66

7-
- Behavioral change for the `TraceIgnoreStatusCodes` option. The option now defaults to ignoring 404 status codes.
7+
## 0.37.0
8+
9+
The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.37.0.
10+
11+
### Breaking Changes
12+
13+
- Behavioral change for the `TraceIgnoreStatusCodes` option. The option now defaults to ignoring 404 status codes ([#1122](https://github.com/getsentry/sentry-go/pull/1122)).
14+
15+
### Features
16+
17+
- Add `sentry.origin` attribute to structured logs to identify log origin for `slog` and `logrus` integrations (`auto.log.slog`, `auto.log.logrus`) ([#1121](https://github.com/getsentry/sentry-go/pull/1121)).
18+
19+
### Bug Fixes
20+
21+
- Fix `slog` event handler to use the initial context, ensuring events use the correct hub/span when the emission context lacks one ([#1133](https://github.com/getsentry/sentry-go/pull/1133)).
22+
- Improve exception chain processing by checking pointer values when tracking visited errors, avoiding instability for certain wrapped errors ([#1132](https://github.com/getsentry/sentry-go/pull/1132)).
23+
24+
### Misc
25+
26+
- Bump `golang.org/x/net` to v0.38.0 ([#1126](https://github.com/getsentry/sentry-go/pull/1126)).
827

928
## 0.36.2
1029

0 commit comments

Comments
 (0)