Skip to content

v0.2.16

Latest

Choose a tag to compare

@ankurs ankurs released this 04 May 12:32
dbbc891

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