Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jan 11, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 10, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/getsentry/sentry-go v0.25.0 -> v0.26.0 age adoption passing confidence

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 Mend Renovate. View repository job log here.

Copy link

[puLL-Merge] - getsentry/sentry-go@otel/v0.25.0..otel/v0.26.0

Description

This pull request updates the sentry-go SDK from version 0.25.0 to 0.26.0. It also includes some minor changes and added tests.

Changes

Changes

  • Updated the version of golangci-lint-action to v3.7.0 in the .github/workflows/lint.yml file.
  • Removed the .github/workflows/stale.yml file.
  • Removed the deadcode, depdguard, structcheck, and varcheck linters from the .golangci.yml file.
  • Updated the CHANGELOG.md file to include the changes in version 0.26.0.
  • Made some changes to the client.go, integrations.go, interfaces.go, mocks_test.go, otel/go.mod, profiler_test.go, scope_concurrency_test.go, sentry.go, span_recorder_test.go, stacktrace.go, tracing.go, and tracing_test.go files. These changes include refactoring, bug fixes, and improvements to existing code.
  • Added new files internal/testutils/notrace.go, internal/testutils/race.go, stacktrace_below_go1.20.go, stacktrace_below_go1.20_test.go, stacktrace_go1.20.go, and stacktrace_go1.20_test.go.
  • Made changes to the martini/sentrymartini.go file to improve error handling.
  • Added new tests for various functions and scenarios.

Security Hotspots

None

@mihaiplesa mihaiplesa merged commit d793365 into master Jan 11, 2024
7 checks passed
@mihaiplesa mihaiplesa deleted the renovate/github.com-getsentry-sentry-go-0.x branch January 11, 2024 14:14
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.

1 participant