build(deps): update module github.com/getsentry/sentry-go to v0.26.0
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| github.com/getsentry/sentry-go | require | minor |
v0.25.0 -> v0.26.0
|
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
getsentry/sentry-go
v0.26.0: 0.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()usesentry.WithTransactionName()instead. -
sentry.OpName()usesentry.WithOpName()instead. -
sentry.TransctionSource()usesentry.WithTransactionSource()instead. -
sentry.SpanSampled()usesentry.WithSpanSampled()instead.
Features
-
Add
WithDescriptionspan 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
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.