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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bug Fixes
sentry-go v0.46+ compatibility: sentry.Event.Extra was removed upstream, causing unknown field Extra in struct literal of type sentry.Event build errors for consumers pulling sentry-go v0.46 or newer. The notifier now stores supplementary data on event.Contexts["extra"] (Context is a map[string]interface{} alias, so the payload shape is unchanged).
Dependencies
Bump github.com/getsentry/sentry-go from v0.43.0 to v0.46.2