Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): Update module github.com/getsentry/sentry-go to v0.17.0 (#52)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/getsentry/sentry-go](https://togithub.com/getsentry/sentry-go) | indirect | minor | `v0.16.0` -> `v0.17.0` | --- ### Release Notes <details> <summary>getsentry/sentry-go</summary> ### [`v0.17.0`](https://togithub.com/getsentry/sentry-go/releases/tag/v0.17.0): 0.17.0 [Compare Source](https://togithub.com/getsentry/sentry-go/compare/v0.16.0...v0.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](https://togithub.com/getsentry/sentry-go/pull/517)) - Here's [an example](https://togithub.com/getsentry/sentry-go/blob/master/\_examples/http/main.go#L56-L66) 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](https://togithub.com/getsentry/sentry-go/pull/520)) - Fixes [#​518](https://togithub.com/getsentry/sentry-go/issues/518) - Attach non-PII/non-sensitive request headers to events when `ClientOptions.SendDefaultPii` is set to `false` ([#​524](https://togithub.com/getsentry/sentry-go/pull/524)) - Fixes [#​523](https://togithub.com/getsentry/sentry-go/issues/523) ##### Misc - Clarify how to handle logrus.Fatalf events ([#​501](https://togithub.com/getsentry/sentry-go/pull/501/)) - Rename the `examples` directory to `_examples` ([#​521](https://togithub.com/getsentry/sentry-go/pull/521)) - This removes an indirect dependency to `github.com/golang-jwt/jwt` </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC45NC4wIiwidXBkYXRlZEluVmVyIjoiMzQuOTQuMCJ9-->
- Loading branch information