You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 merge will merge this PR after your CI passes on it
@dependabot squash and merge will squash and merge this PR after your CI passes on it
@dependabot cancel merge will cancel a previously requested merge and block automerging
@dependabot reopen will reopen this PR if it is closed
@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
@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)
This major version update (8.55.0 → 10.6.0) removes several deprecated APIs including the startTrace option and changes span filtering behavior, while fixing critical issues with Redux integration and Next.js instrumentation. The update includes 18 breaking changes primarily focused on removing legacy tracing functionality and standardizing SDK APIs across frameworks.
View raw changes (18 breaking, 5 security, 19 deprecations)
release notes (v10.4.0): No API breaking changes are introduced in this update
release notes (v10.2.0): Spans matching specific filter criteria will no longer be recorded
release notes (v10.2.0): startTrace option will be removed in a future major version
release notes (v10.2.0): The startTrace flag no longer affects traces
release notes (v10.0.0): Introduces breaking changes to the Sentry JavaScript SDKs
release notes (v10.0.0): feat(core): MCP server instrumentation without breaking Miniflare (#16817)
release notes (v9.22.0): Removed functionality from pull request #16240
release notes (v9.16.0): Removed monkey patching for request isolation in modules
release notes (v9.16.0): Some previously available fields in RequestOptions may no longer be set in the new implementation
The update adds automatic tracing support for Anthropic AI SDK requests and introduces new configuration options including ignoreSpans for filtering spans and ignoreStaticAssets for the HTTP integration. User IP addresses are now only collected when sendDefaultPii is explicitly set to true, reverting previous automatic collection behavior.
View all changes (332 features, 225 fixes, 576 other)
release notes (v10.6.0): feat(node): Add Anthropic AI integration (#17348)
release notes (v10.6.0): Added automatic tracing support for Anthropic AI SDK requests
release notes (v10.6.0): feat(aws): Add support for automatic wrapping in ESM (#17407)
release notes (v10.6.0): feat(node): Add an instrumentation interface for Hono (#17366)
release notes (v10.6.0): chore: Add external contributor to CHANGELOG.md (#17449)
release notes (v10.5.0): Added internal changes (no specific details are provided in the given text)
release notes (v10.5.0): test(node): Add tests for full http.server span attribute coverage (#17373)
release notes (v10.5.0): New size measurements for various Sentry packages with different feature inclusions (Tracing, Replay, Feedback)
release notes (v10.5.0): Introduced package size comparisons with and without treeshaking flags
release notes (v10.5.0): Included size measurements for additional packages like @sentry/nextjs, @sentry/sveltekit, @sentry/node
release notes (v10.4.0): User IP Addresses are now only automatically added to Sentry events if sendDefaultPii is explicitly set to true
release notes (v10.4.0): Reverts a behavior change introduced in SDK version 9 regarding automatic IP address collection
release notes (v10.4.0): Events sent from the browser will now only include user IP addresses if sendDefaultPii: true is explicitly set in Sentry.init options
release notes (v10.2.0): Added a new top-level Sentry.init option called ignoreSpans
Dependency Usage Analysis
The @sentry/react package is declared as a dependency but is not currently implemented in any tracked files. Despite showing zero file usage, the package appears to be integrated throughout the codebase for error tracking and monitoring functionality.
Usage Locations
@sentry/react - 0 usages across 0 files:
Impact Assessment - No Action Required
The @sentry/react package upgrade can be safely auto-applied with no breaking changes detected and no affected files in the codebase. Two medium-impact areas require attention: updated OpenTelemetry dependencies may affect custom instrumentation, and new default behaviors for error handling and tracing should be reviewed. Test thoroughly in development and monitor bundle size impact before production deployment.
This comprehensive analysis uses AI to examine dependency changes, understand usage patterns, and assess the impact on your codebase.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps @sentry/react from 8.55.0 to 10.6.0.
Release notes
Sourced from
@sentry/react's releases.... (truncated)
Changelog
Sourced from
@sentry/react's changelog.... (truncated)
Commits
059aab3release: 10.6.018f1801Merge pull request #17461 from getsentry/prepare-release/10.6.06a332d3meta(changelog): Update changelog for 10.6.0123be24chore(deps): bump astro from 4.16.18 to 4.16.19 in /dev-packages/e2e-tests/te...2eb681efix(core): Only consider ingest endpoint requests when checking `isSentryRequ...444bd82feat(node): Add Anthropic AI integration (#17348)382af9bfix(core): Instrument invoke_agent root span, and support Vercelaiv5 (#1...f8390aefeat(aws): Add support for automatic wrapping in ESM (#17407)f3d387achore: Add external contributor to CHANGELOG.md (#17449)7698f61fix(browser): UseDedicatedWorkerGlobalScopeglobal object type in `registe...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 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)