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

Merged
konrad merged 1 commits from renovate/github.com-getsentry-sentry-go-0.x into main 2023-05-08 17:55:50 +00:00
Member

This PR contains the following updates:

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

Release Notes

getsentry/sentry-go

v0.21.0: 0.21.0

Compare Source

The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.21.0.

Note: this release includes one breaking change and some deprecations, which are listed below.

Breaking Changes

This change does not apply if you use https://sentry.io

  • Remove support for the /store endpoint (#​631)
    • This change requires a self-hosted version of Sentry 20.6.0 or higher. If you are using a version of self-hosted Sentry (aka on-premise) older than 20.6.0, then you will need to upgrade your instance.
Features
  • Rename four span option functions (#​611, #​624)
    • TransctionSource -> WithTransactionSource
    • SpanSampled -> WithSpanSampled
    • OpName -> WithOpName
    • TransactionName -> WithTransactionName
    • Old functions TransctionSource, SpanSampled, OpName, and TransactionName are still available but are now deprecated and will be removed in a future release.
  • Make client.EventFromMessage and client.EventFromException methods public (#​607)
  • Add client.SetException method (#​607)
    • This allows to set or add errors to an existing Event.
Bug Fixes
  • Protect from panics while doing concurrent reads/writes to Span data fields (#​609)
  • otel] Improve detection of Sentry-related spans ([#​632](https://github.com/getsentry/sentry-go/pull/632), [#​636](https://github.com/getsentry/sentry-go/pull/636))
    -   Fixes cases when HTTP spans containing requests to Sentry were captured by Sentry ([#​627](https://github.com/getsentry/sentry-go/issues/627))
    
    
Misc

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, check this box

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.20.0` -> `v0.21.0` | --- ### Release Notes <details> <summary>getsentry/sentry-go</summary> ### [`v0.21.0`](https://github.com/getsentry/sentry-go/releases/tag/v0.21.0): 0.21.0 [Compare Source](https://github.com/getsentry/sentry-go/compare/v0.20.0...v0.21.0) The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.21.0. Note: this release includes one **breaking change** and some **deprecations**, which are listed below. ##### Breaking Changes **This change does not apply if you use <https://sentry.io>** - Remove support for the `/store` endpoint ([#&#8203;631](https://github.com/getsentry/sentry-go/pull/631)) - This change requires a self-hosted version of Sentry 20.6.0 or higher. If you are using a version of [self-hosted Sentry](https://develop.sentry.dev/self-hosted/) (aka *on-premise*) older than 20.6.0, then you will need to [upgrade](https://develop.sentry.dev/self-hosted/releases/) your instance. ##### Features - Rename four span option functions ([#&#8203;611](https://github.com/getsentry/sentry-go/pull/611), [#&#8203;624](https://github.com/getsentry/sentry-go/pull/624)) - `TransctionSource` -> `WithTransactionSource` - `SpanSampled` -> `WithSpanSampled` - `OpName` -> `WithOpName` - `TransactionName` -> `WithTransactionName` - Old functions `TransctionSource`, `SpanSampled`, `OpName`, and `TransactionName` are still available but are now **deprecated** and will be removed in a future release. - Make `client.EventFromMessage` and `client.EventFromException` methods public ([#&#8203;607](https://github.com/getsentry/sentry-go/pull/607)) - Add `client.SetException` method ([#&#8203;607](https://github.com/getsentry/sentry-go/pull/607)) - This allows to set or add errors to an existing `Event`. ##### Bug Fixes - Protect from panics while doing concurrent reads/writes to Span data fields ([#&#8203;609](https://github.com/getsentry/sentry-go/pull/609)) - \[otel] Improve detection of Sentry-related spans ([#&#8203;632](https://github.com/getsentry/sentry-go/pull/632), [#&#8203;636](https://github.com/getsentry/sentry-go/pull/636)) - Fixes cases when HTTP spans containing requests to Sentry were captured by Sentry ([#&#8203;627](https://github.com/getsentry/sentry-go/issues/627)) ##### Misc - Drop testing in (legacy) GOPATH mode ([#&#8203;618](https://github.com/getsentry/sentry-go/pull/618)) - Remove outdated documentation from https://pkg.go.dev/github.com/getsentry/sentry-go ([#&#8203;623](https://github.com/getsentry/sentry-go/pull/623)) </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, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4yNC42IiwidXBkYXRlZEluVmVyIjoiMzUuMjQuNiJ9-->
renovate added the
dependencies
label 2023-05-08 15:01:53 +00:00
renovate added 1 commit 2023-05-08 15:01:53 +00:00
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is failing Details
949e52e58c
fix(deps): update module github.com/getsentry/sentry-go to v0.21.0
konrad merged commit 949e52e58c into main 2023-05-08 17:55:50 +00:00
konrad deleted branch renovate/github.com-getsentry-sentry-go-0.x 2023-05-08 17:55:50 +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#1514
No description provided.