Skip to content

Commit 4f16e2c

Browse files
fix(deps): Update module github.com/getsentry/sentry-go to v0.46.0 (#2493)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/getsentry/sentry-go](https://redirect.github.com/getsentry/sentry-go) | `v0.44.1` → `v0.46.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgetsentry%2fsentry-go/v0.46.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgetsentry%2fsentry-go/v0.44.1/v0.46.0?slim=true) | --- ### Release Notes <details> <summary>getsentry/sentry-go (github.com/getsentry/sentry-go)</summary> ### [`v0.46.0`](https://redirect.github.com/getsentry/sentry-go/releases/tag/v0.46.0): 0.46.0 [Compare Source](https://redirect.github.com/getsentry/sentry-go/compare/v0.45.1...v0.46.0) ##### Breaking Changes 🛠 - Remove SetExtra by [@&#8203;giortzisg](https://redirect.github.com/giortzisg) in [#&#8203;1274](https://redirect.github.com/getsentry/sentry-go/pull/1274) - Update compatibility policy to align with Go, supporting only the last two major Go versions by [@&#8203;giortzisg](https://redirect.github.com/giortzisg) in [#&#8203;1264](https://redirect.github.com/getsentry/sentry-go/pull/1264) - Drop support for Go 1.24 by [@&#8203;giortzisg](https://redirect.github.com/giortzisg) in [#&#8203;1264](https://redirect.github.com/getsentry/sentry-go/pull/1264) ##### New Features ✨ - Add internal\_sdk\_error client report on serialization fail by [@&#8203;giortzisg](https://redirect.github.com/giortzisg) in [#&#8203;1273](https://redirect.github.com/getsentry/sentry-go/pull/1273) - Add grpc integration support by [@&#8203;ribice](https://redirect.github.com/ribice) in [#&#8203;938](https://redirect.github.com/getsentry/sentry-go/pull/938) - Re-enable Telemetry Processor by default. To disable the behavior use the `DisableTelemetryBuffer` flag by [@&#8203;giortzisg](https://redirect.github.com/giortzisg) in [#&#8203;1254](https://redirect.github.com/getsentry/sentry-go/pull/1254) - Simplify client DSN storage to `internal/protocol.Dsn` and make it safe to access by [@&#8203;giortzisg](https://redirect.github.com/giortzisg) in [#&#8203;1254](https://redirect.github.com/getsentry/sentry-go/pull/1254) ##### Internal Changes 🔧 ##### Deps - Bump github.com/labstack/echo/v5 from 5.0.0 to 5.0.3 in /echo by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;1253](https://redirect.github.com/getsentry/sentry-go/pull/1253) - Bump github.com/labstack/echo/v5 from 5.0.0 to 5.0.3 in /crosstest by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;1272](https://redirect.github.com/getsentry/sentry-go/pull/1272) - Bump golangci-lint action from 2.1.1 to 2.11.4 by [@&#8203;giortzisg](https://redirect.github.com/giortzisg) in [#&#8203;1265](https://redirect.github.com/getsentry/sentry-go/pull/1265) - Bump go.opentelemetry.io/otel/sdk from 1.40.0 to 1.43.0 in /otel by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;1256](https://redirect.github.com/getsentry/sentry-go/pull/1256) - Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp from 1.40.0 to 1.43.0 in /otel/otlp by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;1255](https://redirect.github.com/getsentry/sentry-go/pull/1255) ##### Other - Improve ci by [@&#8203;giortzisg](https://redirect.github.com/giortzisg) in [#&#8203;1271](https://redirect.github.com/getsentry/sentry-go/pull/1271) - Add crosstest package by [@&#8203;giortzisg](https://redirect.github.com/giortzisg) in [#&#8203;1269](https://redirect.github.com/getsentry/sentry-go/pull/1269) - Add sentrytest package by [@&#8203;giortzisg](https://redirect.github.com/giortzisg) in [#&#8203;1267](https://redirect.github.com/getsentry/sentry-go/pull/1267) ### [`v0.45.1`](https://redirect.github.com/getsentry/sentry-go/releases/tag/v0.45.1): 0.45.1 [Compare Source](https://redirect.github.com/getsentry/sentry-go/compare/v0.45.0...v0.45.1) ##### Bug Fixes 🐛 - Add missing TracesSampler fields for SamplingContext by [@&#8203;giortzisg](https://redirect.github.com/giortzisg) in [#&#8203;1259](https://redirect.github.com/getsentry/sentry-go/pull/1259) ### [`v0.45.0`](https://redirect.github.com/getsentry/sentry-go/releases/tag/v0.45.0): 0.45.0 [Compare Source](https://redirect.github.com/getsentry/sentry-go/compare/v0.44.1...v0.45.0) ##### Breaking Changes 🛠 - Add support for Echo v5 by [@&#8203;Scorfly](https://redirect.github.com/Scorfly) in [#&#8203;1183](https://redirect.github.com/getsentry/sentry-go/pull/1183) ##### New Features ✨ - Add OTLP trace exporter via new otel/otlp sub-module by [@&#8203;giortzisg](https://redirect.github.com/giortzisg) in [#&#8203;1229](https://redirect.github.com/getsentry/sentry-go/pull/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: ```go // Before sentry.Init(sentry.ClientOptions{Dsn: dsn, EnableTracing: true, TracesSampleRate: 1.0}) tp := sdktrace.NewTracerProvider( sdktrace.WithSpanProcessor(sentryotel.NewSentrySpanProcessor()), ) otel.SetTextMapPropagator(sentryotel.NewSentryPropagator()) otel.SetTracerProvider(tp) // After: sentry.Init(sentry.ClientOptions{ Dsn: dsn, EnableTracing: true, TracesSampleRate: 1.0, Integrations: func(i []sentry.Integration) []sentry.Integration { return append(i, sentryotel.NewOtelIntegration()) }, }) exporter, _ := sentryotlp.NewTraceExporter(ctx, dsn) tp := sdktrace.NewTracerProvider(sdktrace.WithBatcher(exporter)) otel.SetTracerProvider(tp) ``` - Add IsSensitiveHeader helper to easily distinguish which headers to scrub for PII. by [@&#8203;giortzisg](https://redirect.github.com/giortzisg) in [#&#8203;1239](https://redirect.github.com/getsentry/sentry-go/pull/1239) ##### Bug Fixes 🐛 - (ci) Update validate-pr action to remove draft enforcement by [@&#8203;stephanie-anderson](https://redirect.github.com/stephanie-anderson) in [#&#8203;1237](https://redirect.github.com/getsentry/sentry-go/pull/1237) - (fiber) Use UserContext for transaction to enable OTel trace linking by [@&#8203;giortzisg](https://redirect.github.com/giortzisg) in [#&#8203;1252](https://redirect.github.com/getsentry/sentry-go/pull/1252) - Race condition when getting envelope identifier by [@&#8203;giortzisg](https://redirect.github.com/giortzisg) in [#&#8203;1250](https://redirect.github.com/getsentry/sentry-go/pull/1250) ##### Internal Changes 🔧 ##### Deps - Bump OpenTelemetry SDK to 1.40.0 by [@&#8203;giortzisg](https://redirect.github.com/giortzisg) in [#&#8203;1243](https://redirect.github.com/getsentry/sentry-go/pull/1243) - Bump changelog-preview\.yml from 2.24.1 to 2.25.2 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;1247](https://redirect.github.com/getsentry/sentry-go/pull/1247) - Bump getsentry/craft from 2.24.1 to 2.25.2 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;1248](https://redirect.github.com/getsentry/sentry-go/pull/1248) - Bump codecov/codecov-action from 5.5.2 to 6.0.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;1245](https://redirect.github.com/getsentry/sentry-go/pull/1245) - Bump actions/create-github-app-token from 2.2.1 to 3.0.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;1246](https://redirect.github.com/getsentry/sentry-go/pull/1246) - Bump actions/setup-go from 6.3.0 to 6.4.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;1244](https://redirect.github.com/getsentry/sentry-go/pull/1244) ##### Other - Update validate-pr workflow by [@&#8203;stephanie-anderson](https://redirect.github.com/stephanie-anderson) in [#&#8203;1242](https://redirect.github.com/getsentry/sentry-go/pull/1242) - Add PR validation workflow by [@&#8203;stephanie-anderson](https://redirect.github.com/stephanie-anderson) in [#&#8203;1234](https://redirect.github.com/getsentry/sentry-go/pull/1234) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month (`* 0-3 1 * *`) - 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNDAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjE0MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
1 parent 1b94998 commit 4f16e2c

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

examples/simple_plugin/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ require (
3737
github.com/cloudquery/plugin-pb-go v1.27.14 // indirect
3838
github.com/cloudquery/plugin-sdk/v2 v2.7.0 // indirect
3939
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
40-
github.com/getsentry/sentry-go v0.44.1 // indirect
40+
github.com/getsentry/sentry-go v0.46.0 // indirect
4141
github.com/ghodss/yaml v1.0.0 // indirect
4242
github.com/go-logr/logr v1.4.3 // indirect
4343
github.com/go-logr/stdr v1.2.2 // indirect

examples/simple_plugin/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ github.com/dlclark/regexp2 v1.11.0 h1:G/nrcoOa7ZXlpoa/91N3X7mM3r8eIlMBBJZvsz/mxK
7171
github.com/dlclark/regexp2 v1.11.0/go.mod h1:DHkYz0B9wPfa6wondMfaivmHpzrQ3v9q8cnmRbL6yW8=
7272
github.com/fatih/color v1.16.0 h1:zmkK9Ngbjj+K0yRhTVONQh1p/HknKYSlNT+vZCzyokM=
7373
github.com/fatih/color v1.16.0/go.mod h1:fL2Sau1YI5c0pdGEVCbKQbLXB6edEj1ZgiY4NijnWvE=
74-
github.com/getsentry/sentry-go v0.44.1 h1:/cPtrA5qB7uMRrhgSn9TYtcEF36auGP3Y6+ThvD/yaI=
75-
github.com/getsentry/sentry-go v0.44.1/go.mod h1:XDotiNZbgf5U8bPDUAfvcFmOnMQQceESxyKaObSssW0=
74+
github.com/getsentry/sentry-go v0.46.0 h1:mbdDaarbUdOt9X+dx6kDdntkShLEX3/+KyOsVDTPDj0=
75+
github.com/getsentry/sentry-go v0.46.0/go.mod h1:evVbw2qotNUdYG8KxXbAdjOQWWvWIwKxpjdZZIvcIPw=
7676
github.com/ghodss/yaml v1.0.0 h1:wQHKEahhL6wmXdzwWG11gIVCkOv05bNOh+Rxn0yngAk=
7777
github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04=
7878
github.com/go-errors/errors v1.4.2 h1:J6MZopCL4uSllY1OfXM374weqZFFItUbrImctkmUxIA=

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/cloudquery/codegen v0.4.1
1414
github.com/cloudquery/plugin-pb-go v1.27.14
1515
github.com/cloudquery/plugin-sdk/v2 v2.7.0
16-
github.com/getsentry/sentry-go v0.44.1
16+
github.com/getsentry/sentry-go v0.46.0
1717
github.com/goccy/go-json v0.10.6
1818
github.com/golang/mock v1.6.0
1919
github.com/google/go-cmp v0.7.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ github.com/dlclark/regexp2 v1.11.0 h1:G/nrcoOa7ZXlpoa/91N3X7mM3r8eIlMBBJZvsz/mxK
7474
github.com/dlclark/regexp2 v1.11.0/go.mod h1:DHkYz0B9wPfa6wondMfaivmHpzrQ3v9q8cnmRbL6yW8=
7575
github.com/fatih/color v1.16.0 h1:zmkK9Ngbjj+K0yRhTVONQh1p/HknKYSlNT+vZCzyokM=
7676
github.com/fatih/color v1.16.0/go.mod h1:fL2Sau1YI5c0pdGEVCbKQbLXB6edEj1ZgiY4NijnWvE=
77-
github.com/getsentry/sentry-go v0.44.1 h1:/cPtrA5qB7uMRrhgSn9TYtcEF36auGP3Y6+ThvD/yaI=
78-
github.com/getsentry/sentry-go v0.44.1/go.mod h1:XDotiNZbgf5U8bPDUAfvcFmOnMQQceESxyKaObSssW0=
77+
github.com/getsentry/sentry-go v0.46.0 h1:mbdDaarbUdOt9X+dx6kDdntkShLEX3/+KyOsVDTPDj0=
78+
github.com/getsentry/sentry-go v0.46.0/go.mod h1:evVbw2qotNUdYG8KxXbAdjOQWWvWIwKxpjdZZIvcIPw=
7979
github.com/ghodss/yaml v1.0.0 h1:wQHKEahhL6wmXdzwWG11gIVCkOv05bNOh+Rxn0yngAk=
8080
github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04=
8181
github.com/go-errors/errors v1.4.2 h1:J6MZopCL4uSllY1OfXM374weqZFFItUbrImctkmUxIA=

0 commit comments

Comments
 (0)