The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.37.0.
Breaking Changes
- Behavioral change for the
TraceIgnoreStatusCodesoption. The option now defaults to ignoring 404 status codes (#1122).
Features
- Add
sentry.originattribute to structured logs to identify log origin forslogandlogrusintegrations (auto.log.slog,auto.log.logrus) (#1121).
Bug Fixes
- Fix
slogevent handler to use the initial context, ensuring events use the correct hub/span when the emission context lacks one (#1133). - Improve exception chain processing by checking pointer values when tracking visited errors, avoiding instability for certain wrapped errors (#1132).
Misc
- Bump
golang.org/x/netto v0.38.0 (#1126).