Skip to content

Conversation

@cq-bot
Copy link
Contributor

@cq-bot cq-bot commented Feb 1, 2023

This PR contains the following updates:

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

Release Notes

getsentry/sentry-go

v0.17.0: 0.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 - "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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@github-actions github-actions bot added the fix label Feb 1, 2023
@codecov-commenter
Copy link

codecov-commenter commented Feb 1, 2023

Codecov Report

Base: 47.15% // Head: 47.15% // No change to project coverage 👍

Coverage data is based on head (07130a8) compared to base (c6ec154).
Patch has no changes to coverable lines.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #644   +/-   ##
=======================================
  Coverage   47.15%   47.15%           
=======================================
  Files          70       70           
  Lines        6721     6721           
=======================================
  Hits         3169     3169           
  Misses       3106     3106           
  Partials      446      446           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@kodiakhq kodiakhq bot merged commit fb33f8c into main Feb 1, 2023
@kodiakhq kodiakhq bot deleted the renovate/github.com-getsentry-sentry-go-0.x branch February 1, 2023 00:54
kodiakhq bot pushed a commit that referenced this pull request Feb 1, 2023
🤖 I have created a release *beep* *boop*
---


## [1.33.0](v1.32.0...v1.33.0) (2023-02-01)


### Features

* Support downloading plugins from other cloudquery repos ([#632](#632)) ([9e1501e](9e1501e))


### Bug Fixes

* **deps:** Update golang.org/x/exp digest to f062dba ([#641](#641)) ([c6ec154](c6ec154))
* **deps:** Update google.golang.org/genproto digest to 1c01626 ([#642](#642)) ([fc9f338](fc9f338))
* **deps:** Update module github.com/avast/retry-go/v4 to v4.3.2 ([#643](#643)) ([2f6a2e8](2f6a2e8))
* **deps:** Update module github.com/getsentry/sentry-go to v0.17.0 ([#644](#644)) ([fb33f8c](fb33f8c))
* **deps:** Update module github.com/rs/zerolog to v1.29.0 ([#645](#645)) ([e864963](e864963))
* **deps:** Update module github.com/schollz/progressbar/v3 to v3.13.0 ([#646](#646)) ([c2146d3](c2146d3))
* **deps:** Update module golang.org/x/net to v0.5.0 ([#647](#647)) ([417c99d](417c99d))
* **deps:** Update module golang.org/x/text to v0.6.0 ([#649](#649)) ([a91c7dc](a91c7dc))
* **deps:** Update module google.golang.org/grpc to v1.52.3 ([#650](#650)) ([48d96ee](48d96ee))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants