Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): Update module github.com/getsentry/sentry-go to v0.27.0 (#…
…1588) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/getsentry/sentry-go](https://togithub.com/getsentry/sentry-go) | require | minor | `v0.24.1` -> `v0.27.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>getsentry/sentry-go (github.com/getsentry/sentry-go)</summary> ### [`v0.27.0`](https://togithub.com/getsentry/sentry-go/releases/tag/v0.27.0): 0.27.0 [Compare Source](https://togithub.com/getsentry/sentry-go/compare/v0.26.0...v0.27.0) The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.27.0. ##### Breaking Changes - `Exception.ThreadId` is now typed as `uint64`. It was wrongly typed as `string` before. ([#​770](https://togithub.com/getsentry/sentry-go/pull/770)) ##### Misc - Export `Event.Attachments` ([#​771](https://togithub.com/getsentry/sentry-go/pull/771)) ### [`v0.26.0`](https://togithub.com/getsentry/sentry-go/releases/tag/v0.26.0): 0.26.0 [Compare Source](https://togithub.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 ([#​751](https://togithub.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 ([#​730](https://togithub.com/getsentry/sentry-go/pull/730)) ##### Bug Fixes - Apply `ClientOptions.SampleRate` only to errors & messages ([#​754](https://togithub.com/getsentry/sentry-go/pull/754)) - Check if git is available before executing any git commands ([#​737](https://togithub.com/getsentry/sentry-go/pull/737)) ### [`v0.25.0`](https://togithub.com/getsentry/sentry-go/releases/tag/v0.25.0): 0.25.0 [Compare Source](https://togithub.com/getsentry/sentry-go/compare/v0.24.1...v0.25.0) The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.25.0. ##### Breaking Changes As previously announced, this release removes two global constants from the SDK. - `sentry.Version` was removed. Use `sentry.SDKVersion` instead ([#​727](https://togithub.com/getsentry/sentry-go/pull/727)) - `sentry.SDKIdentifier` was removed. Use `Client.GetSDKIdentifier()` instead ([#​727](https://togithub.com/getsentry/sentry-go/pull/727)) ##### Features - Add `ClientOptions.IgnoreTransactions`, which allows you to ignore specific transactions based on their name ([#​717](https://togithub.com/getsentry/sentry-go/pull/717)) - Add `ClientOptions.Tags`, which allows you to set global tags that are applied to all events. You can also define tags by setting `SENTRY_TAGS_` environment variables ([#​718](https://togithub.com/getsentry/sentry-go/pull/718)) ##### Bug fixes - Fix an issue in the profiler that would cause an infinite loop if the duration of a transaction is longer than 30 seconds ([#​724](https://togithub.com/getsentry/sentry-go/issues/724)) ##### Misc - `dsn.RequestHeaders()` is not to be removed, though it is still considered deprecated and should only be used when using a custom transport that sends events to the `/store` endpoint ([#​720](https://togithub.com/getsentry/sentry-go/pull/720)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNzguMCIsInVwZGF0ZWRJblZlciI6IjM3LjI3OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
- Loading branch information
88ec704
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
⏱️ Benchmark results