DaRealFreak / watcher-go

download and keep track of your favorite artists on multiple platforms
MIT License
1 stars 1 forks source link

Bump github.com/getsentry/sentry-go from 0.16.0 to 0.17.0 #172

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps github.com/getsentry/sentry-go from 0.16.0 to 0.17.0.

Release notes

Sourced from github.com/getsentry/sentry-go's releases.

0.17.0

The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.17.0. This release contains a new BeforeSendTransaction hook option and corrects two regressions introduced in 0.16.0.

Features

  • Add BeforeSendTransaction hook to ClientOptions (#517)
    • Here's an example of how BeforeSendTransaction can be used to modify or drop transaction events.

Bug Fixes

  • Do not crash in Span.Finish() when the Client is empty #520
  • Attach non-PII/non-sensitive request headers to events when ClientOptions.SendDefaultPii is set to false (#524)

Misc

  • Clarify how to handle logrus.Fatalf events (#501)
  • Rename the examples directory to _examples (#521)
    • This removes an indirect dependency to github.com/golang-jwt/jwt
Changelog

Sourced from github.com/getsentry/sentry-go's changelog.

0.17.0

The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.17.0. This release contains a new BeforeSendTransaction hook option and corrects two regressions introduced in 0.16.0.

Features

  • Add BeforeSendTransaction hook to ClientOptions (#517)
    • Here's an example of how BeforeSendTransaction can be used to modify or drop transaction events.

Bug Fixes

  • Do not crash in Span.Finish() when the Client is empty #520
  • Attach non-PII/non-sensitive request headers to events when ClientOptions.SendDefaultPii is set to false (#524)

Misc

  • Clarify how to handle logrus.Fatalf events (#501)
  • Rename the examples directory to _examples (#521)
    • This removes an indirect dependency to github.com/golang-jwt/jwt
Commits
  • a929b08 release: 0.17.0
  • 3037957 doc: Prepare 0.17.0 (#528)
  • 231e816 feat: When ClientOptions.SendDefaultPii is false, send http headers without s...
  • 932dcf0 feat: Add BeforeSendTransaction hook (#517)
  • 3c8662b fix(dynamic-sampling): Do not crash in Span.Finish() when Client is empty (#520)
  • e081f7e ref: Rename example/ directory to _examples/ (#521)
  • 6588be3 fix: Use "example.com" host in example/test DSNs (#519)
  • 84f883b dev: Add Makefile with common commands (#516)
  • ba1d20b Update README.md (#515)
  • 90e63f2 Add docs on how to handle logrus.Fatalf events (#501)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #174.