The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.35.1.
Bug Fixes
- Fix race conditions when accessing the scope during logging operations (#1050)
- Fix nil pointer dereference with malformed URLs when tracing is enabled in
fasthttp
andfiber
integrations (#1055)
Misc
- Bump
github.com/gofiber/fiber/v2
from 2.52.5 to 2.52.9 in/fiber
(#1067)