Bump github.com/getsentry/sentry-go from 0.46.0 to 0.46.2 #69

Closed
dependabot[bot] wants to merge 1 commit from dependabot/go_modules/github.com/getsentry/sentry-go-0.46.2 into main
dependabot[bot] commented 2026-05-04 14:08:03 +00:00 (Migrated from github.com)

Bumps github.com/getsentry/sentry-go from 0.46.0 to 0.46.2.

Release notes

Sourced from github.com/getsentry/sentry-go's releases.

0.46.2

Bug Fixes 🐛

0.46.1

Bug Fixes 🐛

Changelog

Sourced from github.com/getsentry/sentry-go's changelog.

0.46.2

Bug Fixes 🐛

0.46.1

Bug Fixes 🐛

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps [github.com/getsentry/sentry-go](https://github.com/getsentry/sentry-go) from 0.46.0 to 0.46.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/getsentry/sentry-go/releases">github.com/getsentry/sentry-go's releases</a>.</em></p> <blockquote> <h2>0.46.2</h2> <h3>Bug Fixes 🐛</h3> <ul> <li>Add attachments to new event path by <a href="https://github.com/giortzisg"><code>@​giortzisg</code></a> in <a href="https://redirect.github.com/getsentry/sentry-go/pull/1295">#1295</a></li> </ul> <h2>0.46.1</h2> <h3>Bug Fixes 🐛</h3> <ul> <li>Correctly capture request body for fasthttp and fiber by <a href="https://github.com/giortzisg"><code>@​giortzisg</code></a> in <a href="https://redirect.github.com/getsentry/sentry-go/pull/1284">#1284</a></li> <li>(http) Avoid async transport shutdown panics by <a href="https://github.com/giortzisg"><code>@​giortzisg</code></a> in <a href="https://redirect.github.com/getsentry/sentry-go/pull/1288">#1288</a></li> <li>(httpclient) Clone request before adding trace headers by <a href="https://github.com/giortzisg"><code>@​giortzisg</code></a> in <a href="https://redirect.github.com/getsentry/sentry-go/pull/1290">#1290</a></li> <li>(scope) Use scoped client for request PII by <a href="https://github.com/giortzisg"><code>@​giortzisg</code></a> in <a href="https://redirect.github.com/getsentry/sentry-go/pull/1289">#1289</a></li> <li>Safe concurrent access for span and scope by <a href="https://github.com/giortzisg"><code>@​giortzisg</code></a> in <a href="https://redirect.github.com/getsentry/sentry-go/pull/1285">#1285</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/getsentry/sentry-go/blob/master/CHANGELOG.md">github.com/getsentry/sentry-go's changelog</a>.</em></p> <blockquote> <h2>0.46.2</h2> <h3>Bug Fixes 🐛</h3> <ul> <li>Add attachments to new event path by <a href="https://github.com/giortzisg"><code>@​giortzisg</code></a> in <a href="https://redirect.github.com/getsentry/sentry-go/pull/1295">#1295</a></li> </ul> <h2>0.46.1</h2> <h3>Bug Fixes 🐛</h3> <ul> <li>Correctly capture request body for fasthttp and fiber. by <a href="https://github.com/giortzisg"><code>@​giortzisg</code></a> in <a href="https://redirect.github.com/getsentry/sentry-go/pull/1284">#1284</a></li> <li>(http) Avoid async transport shutdown panics by <a href="https://github.com/giortzisg"><code>@​giortzisg</code></a> in <a href="https://redirect.github.com/getsentry/sentry-go/pull/1288">#1288</a></li> <li>(httpclient) Clone request before adding trace headers by <a href="https://github.com/giortzisg"><code>@​giortzisg</code></a> in <a href="https://redirect.github.com/getsentry/sentry-go/pull/1290">#1290</a></li> <li>(scope) Use scoped client for request PII by <a href="https://github.com/giortzisg"><code>@​giortzisg</code></a> in <a href="https://redirect.github.com/getsentry/sentry-go/pull/1289">#1289</a></li> <li>Safe concurrent access for span and scope by <a href="https://github.com/giortzisg"><code>@​giortzisg</code></a> in <a href="https://redirect.github.com/getsentry/sentry-go/pull/1285">#1285</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getsentry/sentry-go/commit/1d2598e7580f52f201f06ce6b5d819c11a977f4c"><code>1d2598e</code></a> release: 0.46.2</li> <li><a href="https://github.com/getsentry/sentry-go/commit/57175c67c4665610f5112a1beecc96178d0bd28f"><code>57175c6</code></a> fix: flaky attachment test (<a href="https://redirect.github.com/getsentry/sentry-go/issues/1296">#1296</a>)</li> <li><a href="https://github.com/getsentry/sentry-go/commit/8d2146849fa2c7fcc2e679367ef9c06959f65e43"><code>8d21468</code></a> fix: add attachments to new event path (<a href="https://redirect.github.com/getsentry/sentry-go/issues/1295">#1295</a>)</li> <li><a href="https://github.com/getsentry/sentry-go/commit/e4bcedde0a0f2aa1b8999a6ba72e6c5b174d74a0"><code>e4bcedd</code></a> Merge branch 'release/0.46.1'</li> <li><a href="https://github.com/getsentry/sentry-go/commit/e972183b89e882147beae49a1ec8bf98ba1c3298"><code>e972183</code></a> release: 0.46.1</li> <li><a href="https://github.com/getsentry/sentry-go/commit/6b9885c0372193f8dfb7895f61d2354ef2e51502"><code>6b9885c</code></a> fix(http): avoid async transport shutdown panics (<a href="https://redirect.github.com/getsentry/sentry-go/issues/1288">#1288</a>)</li> <li><a href="https://github.com/getsentry/sentry-go/commit/79947a7ad33239d1849ba619af2cb8922b074eb3"><code>79947a7</code></a> fix: safe concurrent access for span and scope (<a href="https://redirect.github.com/getsentry/sentry-go/issues/1285">#1285</a>)</li> <li><a href="https://github.com/getsentry/sentry-go/commit/c8ea578dfc589f9b3ca06b7a9c13019ac96325b5"><code>c8ea578</code></a> fix(scope): use scoped client for request PII (<a href="https://redirect.github.com/getsentry/sentry-go/issues/1289">#1289</a>)</li> <li><a href="https://github.com/getsentry/sentry-go/commit/0bb583ea2b4292f2204468e09b465314048b03e1"><code>0bb583e</code></a> fix(httpclient): clone request before adding trace headers (<a href="https://redirect.github.com/getsentry/sentry-go/issues/1290">#1290</a>)</li> <li><a href="https://github.com/getsentry/sentry-go/commit/bd20df0d91c5d258394e0d52c732e18f0009d6d5"><code>bd20df0</code></a> fix(fasthttp,fiber): correctly capture request body on scope (<a href="https://redirect.github.com/getsentry/sentry-go/issues/1284">#1284</a>)</li> <li>Additional commits viewable in <a href="https://github.com/getsentry/sentry-go/compare/v0.46.0...v0.46.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/getsentry/sentry-go&package-manager=go_modules&previous-version=0.46.0&new-version=0.46.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
dependabot[bot] commented 2026-05-07 00:54:01 +00:00 (Migrated from github.com)

Looks like github.com/getsentry/sentry-go is up-to-date now, so this is no longer needed.

Looks like github.com/getsentry/sentry-go is up-to-date now, so this is no longer needed.

Pull request closed

Sign in to join this conversation.
No description provided.