Skip to content

Commit

Permalink
fix(deps): Update module github.com/getsentry/sentry-go to v0.17.0 (#52)
Browse files Browse the repository at this point in the history
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` ([#&#8203;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 ([#&#8203;520](https://togithub.com/getsentry/sentry-go/pull/520))
    -   Fixes [#&#8203;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` ([#&#8203;524](https://togithub.com/getsentry/sentry-go/pull/524))
    -   Fixes [#&#8203;523](https://togithub.com/getsentry/sentry-go/issues/523)

##### Misc

-   Clarify how to handle logrus.Fatalf events ([#&#8203;501](https://togithub.com/getsentry/sentry-go/pull/501/))
-   Rename the `examples` directory to `_examples` ([#&#8203;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
cq-bot authored Feb 1, 2023
1 parent d008c13 commit aeb2415
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ require (
)

require (
github.com/getsentry/sentry-go v0.16.0 // indirect
github.com/getsentry/sentry-go v0.17.0 // indirect; indirect // indirect
golang.org/x/text v0.5.0 // indirect
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ3
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/getsentry/sentry-go v0.16.0 h1:owk+S+5XcgJLlGR/3+3s6N4d+uKwqYvh/eS0AIMjPWo=
github.com/getsentry/sentry-go v0.16.0/go.mod h1:ZXCloQLj0pG7mja5NK6NPf2V4A88YJ4pNlc2mOHwh6Y=
github.com/getsentry/sentry-go v0.17.0 h1:UustVWnOoDFHBS7IJUB2QK/nB5pap748ZEp0swnQJak=
github.com/getsentry/sentry-go v0.17.0/go.mod h1:B82dxtBvxG0KaPD8/hfSV+VcHD+Lg/xUS4JuQn1P4cM=
github.com/ghodss/yaml v1.0.0 h1:wQHKEahhL6wmXdzwWG11gIVCkOv05bNOh+Rxn0yngAk=
github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04=
github.com/go-errors/errors v1.4.2 h1:J6MZopCL4uSllY1OfXM374weqZFFItUbrImctkmUxIA=
Expand Down

0 comments on commit aeb2415

Please sign in to comment.