github getsentry/sentry-go v0.6.1

latest releases: v0.29.0, otel/v0.29.0, v0.28.1...
4 years ago
  • fix: Use NewEvent to init Event struct (#220)

NOTE:
A change introduced in v0.6.0 with the intent of avoiding allocations made a
pattern used in official examples break in certain circumstances (attempting
to write to a nil map).
This release reverts the change such that maps in the Event struct are always
allocated.

Don't miss a new sentry-go release

NewReleases is sending notifications on new releases.