Closed
Description
Summary
Go 1.20 added another way to unwrap errors, interface { Unwrap() []error }
. As far as I can see, as of now Event.SetException
doesn't support it.
Lines 356 to 363 in cda691d
Motivation
Developers are updating to Go 1.20, as Go 1.19 is EOL now, and they will expect sentry-go to support the new interface and include all errors into the event data.
Additional Context
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
No status