fix(deps): update module github.com/getsentry/sentry-go to v0.17.0 #1361

Merged
konrad merged 1 commits from renovate/github.com-getsentry-sentry-go-0.x into main 2023-01-12 13:25:14 +00:00
Member

This PR contains the following updates:

Package Type Update Change
github.com/getsentry/sentry-go require minor v0.16.0 -> v0.17.0

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

getsentry/sentry-go

v0.17.0

Compare Source

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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/getsentry/sentry-go](https://github.com/getsentry/sentry-go) | require | minor | `v0.16.0` -> `v0.17.0` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>getsentry/sentry-go</summary> ### [`v0.17.0`](https://github.com/getsentry/sentry-go/releases/tag/v0.17.0) [Compare Source](https://github.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` ([#&#8203;517](https://github.com/getsentry/sentry-go/pull/517)) - Here's [an example](https://github.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 [#&#8203;520](https://github.com/getsentry/sentry-go/pull/520) - Fixes [#&#8203;518](https://github.com/getsentry/sentry-go/issues/518) - Attach non-PII/non-sensitive request headers to events when `ClientOptions.SendDefaultPii` is set to `false` ([#&#8203;524](https://github.com/getsentry/sentry-go/pull/524)) - Fixes [#&#8203;523](https://github.com/getsentry/sentry-go/issues/523) ##### Misc - Clarify how to handle logrus.Fatalf events ([#&#8203;501](https://github.com/getsentry/sentry-go/pull/501/)) - Rename the `examples` directory to `_examples` ([#&#8203;521](https://github.com/getsentry/sentry-go/pull/521)) - This removes an indirect dependency to `github.com/golang-jwt/jwt` </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yNDAuMiIsInVwZGF0ZWRJblZlciI6IjMyLjI0MC4yIn0=-->
renovate added the
dependencies
label 2023-01-12 13:01:26 +00:00
renovate added 1 commit 2023-01-12 13:01:26 +00:00
konrad merged commit acd31c4ff7 into main 2023-01-12 13:25:14 +00:00
konrad deleted branch renovate/github.com-getsentry-sentry-go-0.x 2023-01-12 13:25:14 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: vikunja/vikunja#1361
No description provided.