Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Update module github.com/getsentry/sentry-go to v0.27.0 #3702

Merged
merged 1 commit into from
Mar 4, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 16, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

v0.27.0: 0.27.0

Compare Source

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)
Misc
  • Export Event.Attachments (#​771)

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.

@renovate renovate bot requested a review from a team as a code owner January 16, 2024 14:32
@renovate renovate bot added dependencies Pull requests that update a dependency file renovate PR created by RenovateBot labels Jan 16, 2024
@renovate renovate bot force-pushed the renovate/github.com-getsentry-sentry-go-0.x branch 3 times, most recently from 0787913 to d396a84 Compare January 31, 2024 14:11
@renovate renovate bot changed the title Update module github.com/getsentry/sentry-go to v0.26.0 Update module github.com/getsentry/sentry-go to v0.27.0 Feb 7, 2024
@renovate renovate bot force-pushed the renovate/github.com-getsentry-sentry-go-0.x branch from d396a84 to c8c44c7 Compare February 7, 2024 19:44
@renovate renovate bot force-pushed the renovate/github.com-getsentry-sentry-go-0.x branch 6 times, most recently from 7cb2025 to 7725a38 Compare March 4, 2024 10:15
@renovate renovate bot force-pushed the renovate/github.com-getsentry-sentry-go-0.x branch from 4e62bb8 to 0829fdd Compare March 4, 2024 10:19
@whites11 whites11 merged commit 630f63c into master Mar 4, 2024
5 checks passed
@whites11 whites11 deleted the renovate/github.com-getsentry-sentry-go-0.x branch March 4, 2024 10:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file renovate PR created by RenovateBot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant