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

Merged
konrad merged 1 commits from renovate/github.com-getsentry-sentry-go-0.x into main 2024-01-16 15:23:11 +00:00
Member

This PR contains the following updates:

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

Release Notes

getsentry/sentry-go (github.com/getsentry/sentry-go)

v0.26.0: 0.26.0

Compare Source

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

Breaking Changes

As previously announced, this release removes some methods from the SDK.

  • sentry.TransactionName() use sentry.WithTransactionName() instead.
  • sentry.OpName() use sentry.WithOpName() instead.
  • sentry.TransctionSource() use sentry.WithTransactionSource() instead.
  • sentry.SpanSampled() use sentry.WithSpanSampled() instead.
Features
  • Add WithDescription span option (#​751)

    span := sentry.StartSpan(ctx, "http.client", WithDescription("GET /api/users"))
    
  • Add support for package name parsing in Go 1.20 and higher (#​730)

Bug Fixes
  • Apply ClientOptions.SampleRate only to errors & messages (#​754)
  • Check if git is available before executing any git commands (#​737)

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.25.0` -> `v0.26.0` | --- ### Release Notes <details> <summary>getsentry/sentry-go (github.com/getsentry/sentry-go)</summary> ### [`v0.26.0`](https://github.com/getsentry/sentry-go/releases/tag/v0.26.0): 0.26.0 [Compare Source](https://github.com/getsentry/sentry-go/compare/v0.25.0...v0.26.0) The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.26.0. ##### Breaking Changes As previously announced, this release removes some methods from the SDK. - `sentry.TransactionName()` use `sentry.WithTransactionName()` instead. - `sentry.OpName()` use `sentry.WithOpName()` instead. - `sentry.TransctionSource()` use `sentry.WithTransactionSource()` instead. - `sentry.SpanSampled()` use `sentry.WithSpanSampled()` instead. ##### Features - Add `WithDescription` span option ([#&#8203;751](https://github.com/getsentry/sentry-go/pull/751)) ```go span := sentry.StartSpan(ctx, "http.client", WithDescription("GET /api/users")) ``` - Add support for package name parsing in Go 1.20 and higher ([#&#8203;730](https://github.com/getsentry/sentry-go/pull/730)) ##### Bug Fixes - Apply `ClientOptions.SampleRate` only to errors & messages ([#&#8203;754](https://github.com/getsentry/sentry-go/pull/754)) - Check if git is available before executing any git commands ([#&#8203;737](https://github.com/getsentry/sentry-go/pull/737)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
renovate added the
dependencies
label 2024-01-16 13:05:24 +00:00
renovate added 1 commit 2024-01-16 13:05:26 +00:00
konrad scheduled this pull request to auto merge when all checks succeed 2024-01-16 13:09:05 +00:00
konrad merged commit 72f5f027f1 into main 2024-01-16 15:23:09 +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#1682
No description provided.