Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@
"@sentry-internal/rrweb-player": "2.41.0",
"@sentry-internal/rrweb-snapshot": "2.41.0",
"@sentry/conventions": "^0.4.0",
"@sentry/core": "10.41.0-beta.0",
"@sentry/node": "10.41.0-beta.0",
"@sentry/react": "10.41.0-beta.0",
"@sentry/core": "10.50.0",
"@sentry/node": "10.50.0",
"@sentry/react": "10.50.0",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actual versions (10.50.0) mismatch PR description (10.43.0)

High Severity

The PR description states the Sentry packages are being bumped to 10.43.0, but the actual versions in package.json are 10.50.0. This means 7 additional minor versions of changes (10.44 through 10.50) are being pulled in without review. The release notes and changelog in the PR description only cover 10.43.0, so any breaking changes or behavioral differences introduced in versions 10.44–10.50 are undocumented and unreviewed in this PR.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 5c10791. Configure here.

"@sentry/release-parser": "^1.3.1",
"@sentry/sqlish": "1.0.1",
"@sentry/status-page-list": "^0.6.1",
Expand Down Expand Up @@ -236,7 +236,7 @@
"@mdx-js/language-service": "^0.7.3",
"@sentry-internal/rrweb-types": "2.41.0",
"@sentry/jest-environment": "6.1.0",
"@sentry/profiling-node": "10.41.0-beta.0",
"@sentry/profiling-node": "10.50.0",
"@styled/typescript-styled-plugin": "^1.0.1",
"@swc-contrib/mut-cjs-exports": "14.8.0",
"@swc/core": "1.15.24",
Expand Down
Loading
Loading