Versions:
- Bump go.uber.org/multierr from 1.8.0 to 1.9.0
- Bump github.com/getsentry/sentry-go from 0.16.0 to 0.17.0
Features:
- Errors created by
fmt.Errorf("wrap: %w", err)
will report their type aswrapped<err type>
instead of useless*fmt.wrapError
This will improve usefulness of issues list in Sentry for most cases and should not affect issues grouping (since it is done by stacktrace matching by default)