build(deps): bump github.com/getsentry/sentry-go from 0.44.1 to 0.46.1 #66

Merged
dependabot[bot] merged 1 commit from dependabot/go_modules/github.com/getsentry/sentry-go-0.46.1 into main 2026-04-30 17:27:56 +00:00
dependabot[bot] commented 2026-04-29 01:24:57 +00:00 (Migrated from github.com)

Bumps github.com/getsentry/sentry-go from 0.44.1 to 0.46.1.

Release notes

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

0.46.1

Bug Fixes 🐛

0.46.0

Breaking Changes 🛠

New Features

  • Add internal_sdk_error client report on serialization fail by @​giortzisg in #1273
  • Add grpc integration support by @​ribice in #938
  • Re-enable Telemetry Processor by default. To disable the behavior use the DisableTelemetryBuffer flag by @​giortzisg in #1254
  • Simplify client DSN storage to internal/protocol.Dsn and make it safe to access by @​giortzisg in #1254

Internal Changes 🔧

Deps

  • Bump github.com/labstack/echo/v5 from 5.0.0 to 5.0.3 in /echo by @​dependabot in #1253
  • Bump github.com/labstack/echo/v5 from 5.0.0 to 5.0.3 in /crosstest by @​dependabot in #1272
  • Bump golangci-lint action from 2.1.1 to 2.11.4 by @​giortzisg in #1265
  • Bump go.opentelemetry.io/otel/sdk from 1.40.0 to 1.43.0 in /otel by @​dependabot in #1256
  • Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp from 1.40.0 to 1.43.0 in /otel/otlp by @​dependabot in #1255

Other

0.45.1

Bug Fixes 🐛

0.45.0

Breaking Changes 🛠

New Features

... (truncated)

Changelog

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

0.46.1

Bug Fixes 🐛

0.46.0

Breaking Changes 🛠

New Features

  • Add internal_sdk_error client report on serialization fail by @​giortzisg in #1273
  • Add grpc integration support by @​ribice in #938
  • Re-enable Telemetry Processor by default. To disable the behavior use the DisableTelemetryBuffer flag by @​giortzisg in #1254
  • Simplify client DSN storage to internal/protocol.Dsn and make it safe to access by @​giortzisg in #1254

Internal Changes 🔧

Deps

  • Bump github.com/labstack/echo/v5 from 5.0.0 to 5.0.3 in /echo by @​dependabot in #1253
  • Bump github.com/labstack/echo/v5 from 5.0.0 to 5.0.3 in /crosstest by @​dependabot in #1272
  • Bump golangci-lint action from 2.1.1 to 2.11.4 by @​giortzisg in #1265
  • Bump go.opentelemetry.io/otel/sdk from 1.40.0 to 1.43.0 in /otel by @​dependabot in #1256
  • Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp from 1.40.0 to 1.43.0 in /otel/otlp by @​dependabot in #1255

Other

0.45.1

Bug Fixes 🐛

0.45.0

Breaking Changes 🛠

... (truncated)

Commits
  • e972183 release: 0.46.1
  • 6b9885c fix(http): avoid async transport shutdown panics (#1288)
  • 79947a7 fix: safe concurrent access for span and scope (#1285)
  • c8ea578 fix(scope): use scoped client for request PII (#1289)
  • 0bb583e fix(httpclient): clone request before adding trace headers (#1290)
  • bd20df0 fix(fasthttp,fiber): correctly capture request body on scope (#1284)
  • 41f09e1 fix(lint): Resolve workspace submodule lint issues (#1276)
  • 7a480f7 Merge branch 'release/0.46.0'
  • 7e1f926 release: 0.46.0
  • 55688a9 fix: keep replace directives (#1275)
  • Additional commits viewable in compare view

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.44.1 to 0.46.1. <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.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> <h2>0.46.0</h2> <h3>Breaking Changes 🛠</h3> <ul> <li>Remove SetExtra by <a href="https://github.com/giortzisg"><code>@​giortzisg</code></a> in <a href="https://redirect.github.com/getsentry/sentry-go/pull/1274">#1274</a></li> <li>Update compatibility policy to align with Go, supporting only the last two major Go versions by <a href="https://github.com/giortzisg"><code>@​giortzisg</code></a> in <a href="https://redirect.github.com/getsentry/sentry-go/pull/1264">#1264</a></li> <li>Drop support for Go 1.24 by <a href="https://github.com/giortzisg"><code>@​giortzisg</code></a> in <a href="https://redirect.github.com/getsentry/sentry-go/pull/1264">#1264</a></li> </ul> <h3>New Features ✨</h3> <ul> <li>Add internal_sdk_error client report on serialization fail by <a href="https://github.com/giortzisg"><code>@​giortzisg</code></a> in <a href="https://redirect.github.com/getsentry/sentry-go/pull/1273">#1273</a></li> <li>Add grpc integration support by <a href="https://github.com/ribice"><code>@​ribice</code></a> in <a href="https://redirect.github.com/getsentry/sentry-go/pull/938">#938</a></li> <li>Re-enable Telemetry Processor by default. To disable the behavior use the <code>DisableTelemetryBuffer</code> flag by <a href="https://github.com/giortzisg"><code>@​giortzisg</code></a> in <a href="https://redirect.github.com/getsentry/sentry-go/pull/1254">#1254</a></li> <li>Simplify client DSN storage to <code>internal/protocol.Dsn</code> and make it safe to access by <a href="https://github.com/giortzisg"><code>@​giortzisg</code></a> in <a href="https://redirect.github.com/getsentry/sentry-go/pull/1254">#1254</a></li> </ul> <h3>Internal Changes 🔧</h3> <h4>Deps</h4> <ul> <li>Bump github.com/labstack/echo/v5 from 5.0.0 to 5.0.3 in /echo by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/getsentry/sentry-go/pull/1253">#1253</a></li> <li>Bump github.com/labstack/echo/v5 from 5.0.0 to 5.0.3 in /crosstest by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/getsentry/sentry-go/pull/1272">#1272</a></li> <li>Bump golangci-lint action from 2.1.1 to 2.11.4 by <a href="https://github.com/giortzisg"><code>@​giortzisg</code></a> in <a href="https://redirect.github.com/getsentry/sentry-go/pull/1265">#1265</a></li> <li>Bump go.opentelemetry.io/otel/sdk from 1.40.0 to 1.43.0 in /otel by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/getsentry/sentry-go/pull/1256">#1256</a></li> <li>Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp from 1.40.0 to 1.43.0 in /otel/otlp by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/getsentry/sentry-go/pull/1255">#1255</a></li> </ul> <h4>Other</h4> <ul> <li>Improve ci by <a href="https://github.com/giortzisg"><code>@​giortzisg</code></a> in <a href="https://redirect.github.com/getsentry/sentry-go/pull/1271">#1271</a></li> <li>Add crosstest package by <a href="https://github.com/giortzisg"><code>@​giortzisg</code></a> in <a href="https://redirect.github.com/getsentry/sentry-go/pull/1269">#1269</a></li> <li>Add sentrytest package by <a href="https://github.com/giortzisg"><code>@​giortzisg</code></a> in <a href="https://redirect.github.com/getsentry/sentry-go/pull/1267">#1267</a></li> </ul> <h2>0.45.1</h2> <h3>Bug Fixes 🐛</h3> <ul> <li>Add missing TracesSampler fields for SamplingContext by <a href="https://github.com/giortzisg"><code>@​giortzisg</code></a> in <a href="https://redirect.github.com/getsentry/sentry-go/pull/1259">#1259</a></li> </ul> <h2>0.45.0</h2> <h3>Breaking Changes 🛠</h3> <ul> <li>Add support for Echo v5 by <a href="https://github.com/Scorfly"><code>@​Scorfly</code></a> in <a href="https://redirect.github.com/getsentry/sentry-go/pull/1183">#1183</a></li> </ul> <h3>New Features ✨</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.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> <h2>0.46.0</h2> <h3>Breaking Changes 🛠</h3> <ul> <li>Remove SetExtra by <a href="https://github.com/giortzisg"><code>@​giortzisg</code></a> in <a href="https://redirect.github.com/getsentry/sentry-go/pull/1274">#1274</a></li> <li>Update compatibility policy to align with Go, supporting only the last two major Go versions by <a href="https://github.com/giortzisg"><code>@​giortzisg</code></a> in <a href="https://redirect.github.com/getsentry/sentry-go/pull/1264">#1264</a></li> <li>Drop support for Go 1.24 by <a href="https://github.com/giortzisg"><code>@​giortzisg</code></a> in <a href="https://redirect.github.com/getsentry/sentry-go/pull/1264">#1264</a></li> </ul> <h3>New Features ✨</h3> <ul> <li>Add internal_sdk_error client report on serialization fail by <a href="https://github.com/giortzisg"><code>@​giortzisg</code></a> in <a href="https://redirect.github.com/getsentry/sentry-go/pull/1273">#1273</a></li> <li>Add grpc integration support by <a href="https://github.com/ribice"><code>@​ribice</code></a> in <a href="https://redirect.github.com/getsentry/sentry-go/pull/938">#938</a></li> <li>Re-enable Telemetry Processor by default. To disable the behavior use the <code>DisableTelemetryBuffer</code> flag by <a href="https://github.com/giortzisg"><code>@​giortzisg</code></a> in <a href="https://redirect.github.com/getsentry/sentry-go/pull/1254">#1254</a></li> <li>Simplify client DSN storage to <code>internal/protocol.Dsn</code> and make it safe to access by <a href="https://github.com/giortzisg"><code>@​giortzisg</code></a> in <a href="https://redirect.github.com/getsentry/sentry-go/pull/1254">#1254</a></li> </ul> <h3>Internal Changes 🔧</h3> <h4>Deps</h4> <ul> <li>Bump github.com/labstack/echo/v5 from 5.0.0 to 5.0.3 in /echo by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/getsentry/sentry-go/pull/1253">#1253</a></li> <li>Bump github.com/labstack/echo/v5 from 5.0.0 to 5.0.3 in /crosstest by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/getsentry/sentry-go/pull/1272">#1272</a></li> <li>Bump golangci-lint action from 2.1.1 to 2.11.4 by <a href="https://github.com/giortzisg"><code>@​giortzisg</code></a> in <a href="https://redirect.github.com/getsentry/sentry-go/pull/1265">#1265</a></li> <li>Bump go.opentelemetry.io/otel/sdk from 1.40.0 to 1.43.0 in /otel by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/getsentry/sentry-go/pull/1256">#1256</a></li> <li>Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp from 1.40.0 to 1.43.0 in /otel/otlp by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/getsentry/sentry-go/pull/1255">#1255</a></li> </ul> <h4>Other</h4> <ul> <li>Improve ci by <a href="https://github.com/giortzisg"><code>@​giortzisg</code></a> in <a href="https://redirect.github.com/getsentry/sentry-go/pull/1271">#1271</a></li> <li>Add crosstest package by <a href="https://github.com/giortzisg"><code>@​giortzisg</code></a> in <a href="https://redirect.github.com/getsentry/sentry-go/pull/1269">#1269</a></li> <li>Add sentrytest package by <a href="https://github.com/giortzisg"><code>@​giortzisg</code></a> in <a href="https://redirect.github.com/getsentry/sentry-go/pull/1267">#1267</a></li> </ul> <h2>0.45.1</h2> <h3>Bug Fixes 🐛</h3> <ul> <li>Add missing TracesSampler fields for SamplingContext by <a href="https://github.com/giortzisg"><code>@​giortzisg</code></a> in <a href="https://redirect.github.com/getsentry/sentry-go/pull/1259">#1259</a></li> </ul> <h2>0.45.0</h2> <h3>Breaking Changes 🛠</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <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><a href="https://github.com/getsentry/sentry-go/commit/41f09e115efec73c14961253fbffac6e55fef552"><code>41f09e1</code></a> fix(lint): Resolve workspace submodule lint issues (<a href="https://redirect.github.com/getsentry/sentry-go/issues/1276">#1276</a>)</li> <li><a href="https://github.com/getsentry/sentry-go/commit/7a480f73b74f6232e45a1f460ae2f88b2c07f086"><code>7a480f7</code></a> Merge branch 'release/0.46.0'</li> <li><a href="https://github.com/getsentry/sentry-go/commit/7e1f9265d7119244f29cecbeb913dc3eefe4014b"><code>7e1f926</code></a> release: 0.46.0</li> <li><a href="https://github.com/getsentry/sentry-go/commit/55688a9ed1a91c150f6584414f1ade15929bc30f"><code>55688a9</code></a> fix: keep replace directives (<a href="https://redirect.github.com/getsentry/sentry-go/issues/1275">#1275</a>)</li> <li>Additional commits viewable in <a href="https://github.com/getsentry/sentry-go/compare/v0.44.1...v0.46.1">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.44.1&new-version=0.46.1)](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>
Sign in to join this conversation.
No description provided.