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

Closed
dependabot[bot] wants to merge 1 commit from dependabot/go_modules/github.com/getsentry/sentry-go-0.46.0 into main
dependabot[bot] commented 2026-04-22 01:24:20 +00:00 (Migrated from github.com)

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

Release notes

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

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

  • Add OTLP trace exporter via new otel/otlp sub-module by @​giortzisg in #1229
    • sentryotlp.NewTraceExporter sends OTel spans directly to Sentry's OTLP endpoint.
    • sentryotel.NewOtelIntegration links Sentry errors, logs, and metrics to the active OTel trace. Works with both direct-to-Sentry and collector-based setups.
    • NewSentrySpanProcessor, NewSentryPropagator, and SentrySpanMap are deprecated and will be removed in 0.47.0. To Migrate use sentryotlp.NewTraceExporter instead:
    // Before
    sentry.Init(sentry.ClientOptions{Dsn: dsn, EnableTracing: true, TracesSampleRate: 1.0})
    

... (truncated)

Changelog

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

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

  • Add OTLP trace exporter via new otel/otlp sub-module by @​giortzisg in #1229
    • sentryotlp.NewTraceExporter sends OTel spans directly to Sentry's OTLP endpoint.
    • sentryotel.NewOtelIntegration links Sentry errors, logs, and metrics to the active OTel trace. Works with both direct-to-Sentry and collector-based setups.
    • NewSentrySpanProcessor, NewSentryPropagator, and SentrySpanMap are deprecated and will be removed in 0.47.0. To Migrate use sentryotlp.NewTraceExporter instead:

... (truncated)

Commits
  • 7e1f926 release: 0.46.0
  • 55688a9 fix: keep replace directives (#1275)
  • edb9172 feat!: remove SetExtra (#1274)
  • dbb964c feat: add internal_sdk_error client report on serialization fail (#1273)
  • 1fee895 feat: Add grpc integration support (#938)
  • f4eabe8 feat: re-enable Telemetry Processor and simplify setup (#1254)
  • aaef0ff chore: improve ci (#1271)
  • 533d762 chore: simplify makefile with go work (#1270)
  • 1ecdc28 build(deps): bump github.com/labstack/echo/v5 from 5.0.0 to 5.0.3 in /echo (#...
  • 00dcbf0 build(deps): bump github.com/labstack/echo/v5 from 5.0.0 to 5.0.3 in /crosste...
  • 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.0. <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.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> <ul> <li>Add OTLP trace exporter via new otel/otlp sub-module by <a href="https://github.com/giortzisg"><code>@​giortzisg</code></a> in <a href="https://redirect.github.com/getsentry/sentry-go/pull/1229">#1229</a> <ul> <li>sentryotlp.NewTraceExporter sends OTel spans directly to Sentry's OTLP endpoint.</li> <li>sentryotel.NewOtelIntegration links Sentry errors, logs, and metrics to the active OTel trace. Works with both direct-to-Sentry and collector-based setups.</li> <li>NewSentrySpanProcessor, NewSentryPropagator, and SentrySpanMap are deprecated and will be removed in 0.47.0. To Migrate use <code>sentryotlp.NewTraceExporter</code> instead:</li> </ul> <pre lang="go"><code>// Before sentry.Init(sentry.ClientOptions{Dsn: dsn, EnableTracing: true, TracesSampleRate: 1.0}) <p></code></pre></p> </li> </ul> <!-- 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.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> <ul> <li>Add OTLP trace exporter via new otel/otlp sub-module by <a href="https://github.com/giortzisg"><code>@​giortzisg</code></a> in <a href="https://redirect.github.com/getsentry/sentry-go/pull/1229">#1229</a> <ul> <li>sentryotlp.NewTraceExporter sends OTel spans directly to Sentry's OTLP endpoint.</li> <li>sentryotel.NewOtelIntegration links Sentry errors, logs, and metrics to the active OTel trace. Works with both direct-to-Sentry and collector-based setups.</li> <li>NewSentrySpanProcessor, NewSentryPropagator, and SentrySpanMap are deprecated and will be removed in 0.47.0. To Migrate use <code>sentryotlp.NewTraceExporter</code> instead:</li> </ul> <pre lang="go"><code></code></pre> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <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><a href="https://github.com/getsentry/sentry-go/commit/edb9172ff7f59e5815e24defae8916aeeb9b5391"><code>edb9172</code></a> feat!: remove SetExtra (<a href="https://redirect.github.com/getsentry/sentry-go/issues/1274">#1274</a>)</li> <li><a href="https://github.com/getsentry/sentry-go/commit/dbb964c7ac89f6b879cb8551cd9aa6901a1f70ae"><code>dbb964c</code></a> feat: add internal_sdk_error client report on serialization fail (<a href="https://redirect.github.com/getsentry/sentry-go/issues/1273">#1273</a>)</li> <li><a href="https://github.com/getsentry/sentry-go/commit/1fee8951f583ce2d2a5cff30dbeb50240f97c8de"><code>1fee895</code></a> feat: Add grpc integration support (<a href="https://redirect.github.com/getsentry/sentry-go/issues/938">#938</a>)</li> <li><a href="https://github.com/getsentry/sentry-go/commit/f4eabe880fcbfdfdf81df93f0d88d5f71c14af1e"><code>f4eabe8</code></a> feat: re-enable Telemetry Processor and simplify setup (<a href="https://redirect.github.com/getsentry/sentry-go/issues/1254">#1254</a>)</li> <li><a href="https://github.com/getsentry/sentry-go/commit/aaef0ffcbf4d26e2d59d3f68b255161f369e97eb"><code>aaef0ff</code></a> chore: improve ci (<a href="https://redirect.github.com/getsentry/sentry-go/issues/1271">#1271</a>)</li> <li><a href="https://github.com/getsentry/sentry-go/commit/533d76265cd3a103bebfd7b1e6a676784ade1215"><code>533d762</code></a> chore: simplify makefile with go work (<a href="https://redirect.github.com/getsentry/sentry-go/issues/1270">#1270</a>)</li> <li><a href="https://github.com/getsentry/sentry-go/commit/1ecdc2861ffc2d1c87c2877b096b0f5a12b3bbba"><code>1ecdc28</code></a> build(deps): bump github.com/labstack/echo/v5 from 5.0.0 to 5.0.3 in /echo (#...</li> <li><a href="https://github.com/getsentry/sentry-go/commit/00dcbf0d836f3d13d71ec592d7ef7399c22463ac"><code>00dcbf0</code></a> build(deps): bump github.com/labstack/echo/v5 from 5.0.0 to 5.0.3 in /crosste...</li> <li>Additional commits viewable in <a href="https://github.com/getsentry/sentry-go/compare/v0.44.1...v0.46.0">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.0)](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-04-29 01:24:59 +00:00 (Migrated from github.com)

Superseded by #66.

Superseded by #66.

Pull request closed

Sign in to join this conversation.
No description provided.