Skip to content

chore(deps): bump github.com/getsentry/sentry-go from 0.36.0 to 0.48.0 - #69

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/getsentry/sentry-go-0.48.0
Open

chore(deps): bump github.com/getsentry/sentry-go from 0.36.0 to 0.48.0#69
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/getsentry/sentry-go-0.48.0

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubJul 16, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/getsentry/sentry-go from 0.36.0 to 0.48.0.

Release notes

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

0.48.0

Breaking Changes 🛠

New Features ✨

  • Add ClientOptions.DataCollection for granular control over data collected by automatic instrumentation, replacing the broad SendDefaultPII switch. DataCollection can independently configure automatic user.* population, cookies, request/response headers, HTTP bodies, and query parameters. When configured, it is the source of truth and SendDefaultPII is ignored. by @​giortzisg in #1339
    • For backwards compatibility, clients that do not configure DataCollection keep a best-effort mapping of the previous SendDefaultPII behavior. To opt in to the new defaults, pass an empty DataCollection and then restrict individual categories as needed.
    sentry.Init(sentry.ClientOptions{
    Dsn: "https://public@example.com/1",
    // Opt in to the new data collection defaults. Omitted fields use their// defaults: user info, cookies, headers, query params, and supported HTTP// bodies are collected, with sensitive values filtered.DataCollection: &sentry.DataCollection{},
    })

    • To opt in while disabling automatic user info and HTTP bodies, configure those fields explicitly:
    sentry.Init(sentry.ClientOptions{
    Dsn: "https://public@example.com/1",
    DataCollection: &sentry.DataCollection{
    UserInfo: sentry.Set(false),
    HTTPBodies: []sentry.BodyType{},
    },
    })
  • PushScope shorthand now returns the new scope reference by @​DoctorJohn in #1335

Bug Fixes 🐛

Internal Changes 🔧

Deps

... (truncated)

Changelog

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

0.48.0

Breaking Changes 🛠

New Features ✨

  • Add ClientOptions.DataCollection for granular control over data collected by automatic instrumentation, replacing the broad SendDefaultPII switch. DataCollection can independently configure automatic user.* population, cookies, request/response headers, HTTP bodies, and query parameters. When configured, it is the source of truth and SendDefaultPII is ignored. by @​giortzisg in #1339
    • For backwards compatibility, clients that do not configure DataCollection keep a best-effort mapping of the previous SendDefaultPII behavior. To opt in to the new defaults, pass an empty DataCollection and then restrict individual categories as needed.
    sentry.Init(sentry.ClientOptions{
    Dsn: "https://public@example.com/1",
    // Opt in to the new data collection defaults. Omitted fields use their// defaults: user info, cookies, headers, query params, and supported HTTP// bodies are collected, with sensitive values filtered.DataCollection: &sentry.DataCollection{},
    })

    • To opt in while disabling automatic user info and HTTP bodies, configure those fields explicitly:
    sentry.Init(sentry.ClientOptions{
    Dsn: "https://public@example.com/1",
    DataCollection: &sentry.DataCollection{
    UserInfo: sentry.Set(false),
    HTTPBodies: []sentry.BodyType{},
    },
    })
  • PushScope shorthand now returns the new scope reference by @​DoctorJohn in #1335

Bug Fixes 🐛

Internal Changes 🔧

Deps

... (truncated)

Commits

@dependabotdependabotBot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jul 16, 2026
@dependabot
dependabotBotforce-pushed the dependabot/go_modules/github.com/getsentry/sentry-go-0.48.0 branch from 73a5604 to 8000c71CompareJuly 17, 2026 02:08
@dependabot
dependabotBotforce-pushed the dependabot/go_modules/github.com/getsentry/sentry-go-0.48.0 branch from 8000c71 to cc0817aCompareJuly 27, 2026 02:07
@dependabot
dependabotBotforce-pushed the dependabot/go_modules/github.com/getsentry/sentry-go-0.48.0 branch from cc0817a to 657892dCompareAugust 11, 2026 11:45
Bumps [github.com/getsentry/sentry-go](https://github.com/getsentry/sentry-go) from 0.36.0 to 0.48.0.
- [Release notes](https://github.com/getsentry/sentry-go/releases)
- [Changelog](https://github.com/getsentry/sentry-go/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-go@v0.36.0...v0.48.0)
---
updated-dependencies:
- dependency-name: github.com/getsentry/sentry-go
dependency-version: 0.48.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabotBotforce-pushed the dependabot/go_modules/github.com/getsentry/sentry-go-0.48.0 branch from 657892d to a5d715dCompareAugust 11, 2026 12:01
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filegoPull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants