Skip to content

Commit 2c1fb33

Browse files
renovate[bot]otelbot[bot]songy23
authored
fix(deps): update module github.com/getsentry/sentry-go to v0.35.1 (#42088)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/getsentry/sentry-go](https://redirect.github.com/getsentry/sentry-go) | `v0.35.0` -> `v0.35.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgetsentry%2fsentry-go/v0.35.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgetsentry%2fsentry-go/v0.35.0/v0.35.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>getsentry/sentry-go (github.com/getsentry/sentry-go)</summary> ### [`v0.35.1`](https://redirect.github.com/getsentry/sentry-go/releases/tag/v0.35.1): 0.35.1 [Compare Source](https://redirect.github.com/getsentry/sentry-go/compare/v0.35.0...v0.35.1) The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.35.1. ##### Bug Fixes - Fix race conditions when accessing the scope during logging operations ([#&#8203;1050](https://redirect.github.com/getsentry/sentry-go/pull/1050)) - Fix nil pointer dereference with malformed URLs when tracing is enabled in `fasthttp` and `fiber` integrations ([#&#8203;1055](https://redirect.github.com/getsentry/sentry-go/pull/1055)) ##### Misc - Bump `github.com/gofiber/fiber/v2` from 2.52.5 to 2.52.9 in `/fiber` ([#&#8203;1067](https://redirect.github.com/getsentry/sentry-go/pull/1067)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS43MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuNzEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <[email protected]> Co-authored-by: Yang Song <[email protected]>
1 parent 12ec7a8 commit 2c1fb33

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

exporter/sentryexporter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/sentry
33
go 1.24
44

55
require (
6-
github.com/getsentry/sentry-go v0.35.0
6+
github.com/getsentry/sentry-go v0.35.1
77
github.com/google/go-cmp v0.7.0
88
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.132.0
99
github.com/stretchr/testify v1.10.0

exporter/sentryexporter/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)