Skip to content

Errors wrapping

Latest
Compare
Choose a tag to compare
@Pr0Ger Pr0Ger released this 01 Feb 01:15
· 18 commits to master since this release

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 as wrapped<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)