Skip to content

Releases: samber/slog-sentry

v2.11.0

Choose a tag to compare

@github-actions github-actions released this 02 Jun 08:30

Min Go version has been upgraded to 1.24

What's Changed

  • feat(otel): propagate ctx for otel by @samber in #59
  • fix(tags): fix erasure of tags by @samber in #60

Dependencies

  • chore(deps): upgrading min go version to 1.24, required by getsentry/sentry-go by @samber in #58
  • chore(deps): bump github.com/samber/slog-common from 0.21.0 to 0.22.0 by @dependabot[bot] in #55
  • chore(deps): bump codecov/codecov-action from 5 to 6 by @dependabot[bot] in #51
  • chore(deps): bump softprops/action-gh-release from 2 to 3 by @dependabot[bot] in #53
  • ci: add dependabot automerge workflow by @headless-samber in #56

New Contributors

Full Changelog: v2.10.3...v2.11.0

v2.10.3

Choose a tag to compare

@github-actions github-actions released this 25 Mar 14:49

Update dependencies
Full Changelog: v2.10.2...v2.10.3

v2.10.2

Choose a tag to compare

@github-actions github-actions released this 02 Feb 18:12

What's Changed

  • chore(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #46
  • chore(deps): bump golangci/golangci-lint-action from 8 to 9 by @dependabot[bot] in #45
  • chore(deps): upgrading samber/slog-common by @samber in #49

Full Changelog: v2.10.1...v2.10.2

v2.10.1

Choose a tag to compare

@github-actions github-actions released this 07 Nov 15:50

Re-release because i made a mistake in release name: v.2.10.1 -> v2.10.1

v2.10.0

Choose a tag to compare

@github-actions github-actions released this 18 Jun 12:19

EDIT: the released has been renamed to v2.10.0 but the tag did not change

What's Changed

Dependencies

  • chore(deps): bump golangci/golangci-lint-action from 6 to 7 by @dependabot in #27
  • chore(deps): bump golangci/golangci-lint-action from 7 to 8 by @dependabot in #29
  • chore(deps): bump github.com/getsentry/sentry-go from 0.31.1 to 0.32.0 by @dependabot in #28
  • chore(deps): bump github.com/getsentry/sentry-go from 0.32.0 to 0.33.0 by @dependabot in #30

New Contributors

Full Changelog: v2.9.3...v.2.10.0

v2.9.3

Choose a tag to compare

@github-actions github-actions released this 12 Jan 21:18

Upgrade dependencies

v2.9.2

Choose a tag to compare

@github-actions github-actions released this 03 Jan 13:06
  • Upgrade to sentry-go v0.31.0
  • Remove "Segment" field (deprecated by Sentry)

v2.9.1

Choose a tag to compare

@github-actions github-actions released this 23 Dec 14:52

Upgrade deps

v2.9.0

Choose a tag to compare

@github-actions github-actions released this 20 Dec 13:23

Adding BeforeSend parameter

v2.8.0

Choose a tag to compare

@github-actions github-actions released this 05 Aug 07:58
  • Fix "transactions" field
  • Fix "user" field
  • More tests