-
Notifications
You must be signed in to change notification settings - Fork 30
chore(deps): Bump @sentry/browser from 10.28.0 to 10.29.0 #3216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript) from 10.28.0 to 10.29.0. - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md) - [Commits](getsentry/sentry-javascript@10.28.0...10.29.0) --- updated-dependencies: - dependency-name: "@sentry/browser" dependency-version: 10.29.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
openhpi-bot
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dependabot merge
|
Beginning January 27, 2026, Dependabot will no longer support the @dependabot merge command. Please use GitHub's native pull request controls instead. Please see the changelog announcement for additional details. |
| "@egjs/hammerjs": "^2.0.17", | ||
| "@fortawesome/fontawesome-free": "^6.7.2", | ||
| "@github/webauthn-json": "^2.1.1", | ||
| "@hotwired/turbo-rails": "^8.0.20", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: Upgrading @sentry/browser to v10.29.0 will silently disable Sentry profiling due to deprecated profilesSampleRate and missing profileSessionSampleRate.
Severity: CRITICAL | Confidence: High
🔍 Detailed Analysis
When @sentry/browser is upgraded to v10.29.0 or higher, the profilesSampleRate: 1.0 option used in Sentry.init() will be silently ignored. Since the required profileSessionSampleRate is not configured, Sentry's profiling data collection will cease to function without any error messages or warnings, leading to a complete loss of performance observability.
💡 Suggested Fix
Either remove profilesSampleRate: 1.0 if profiling is not needed, or add profileSessionSampleRate (e.g., 0.1 or 1.0) to the Sentry.init() configuration to re-enable profiling.
🤖 Prompt for AI Agent
Review the code at the location below. A potential bug has been identified by an AI
agent.
Verify if this is a real issue. If it is, propose a fix; if not, explain why it's not
valid.
Location: package.json#L12
Potential issue: When `@sentry/browser` is upgraded to v10.29.0 or higher, the
`profilesSampleRate: 1.0` option used in `Sentry.init()` will be silently ignored. Since
the required `profileSessionSampleRate` is not configured, Sentry's profiling data
collection will cease to function without any error messages or warnings, leading to a
complete loss of performance observability.
Did we get this right? 👍 / 👎 to inform future reviews.
Reference ID: 5684132
Bumps @sentry/browser from 10.28.0 to 10.29.0.
Release notes
Sourced from
@sentry/browser's releases.... (truncated)
Changelog
Sourced from
@sentry/browser's changelog.Commits
3529d46release: 10.29.07b3b613Merge pull request #18407 from getsentry/prepare-release/10.29.0477f6admeta(changelog): Update changelog for 10.29.0cf5c4baMerge pull request #18406 from getsentry/manual-master-sync-dev3c5d47fMerge branch 'develop' into manual-master-sync-dev862f415test(nuxt): Relax captured unhandled error assertion (#18397)b6eb205fix(node): Include system message in anthropic-ai messages span (#18332)65f5006fix(tracing): Add missing attributes in vercel-ai spans (#18333)df4c541feat(solid|solidstart): Bump accepted@solidjs/routerrange (#18395)f961771ref(core): Avoid looking up openai integration options (#17695)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 will merge this PR once CI passes on it, as requested by @openhpi-bot.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)