The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.32.0.
Breaking Changes
- Bump the minimum Go version to 1.22. The supported versions are 1.22, 1.23 and 1.24. (#967)
- Setting any values on
span.Extrahas no effect anymore. UseSetData(name string, value interface{})instead. (#864)
Features
- Add a
MockTransportandMockScope. (#972)
Bug Fixes
- Fix writing
*http.Requestin the Logrus JSONFormatter. (#955)
Misc
- Transaction
dataattributes are now seralized as trace context data attributes, allowing you to query these attributes in the Trace Explorer.