Skip to content

ref(react-router): Install SDK package with version @^10#1303

Merged
msonnb merged 3 commits into
masterfrom
ms/pin-v10-react-router
Jul 17, 2026
Merged

ref(react-router): Install SDK package with version @^10#1303
msonnb merged 3 commits into
masterfrom
ms/pin-v10-react-router

Conversation

@msonnb

@msonnb msonnb commented Jul 16, 2026

Copy link
Copy Markdown
Member

in preparation of the v11 major release, let's ensure we limit the installed SDK package version to latest v10. We'll bump to 11 post-release.

Only react-router and profiling-node are missing, the others have it already from when we released v10.

closes #1275

@msonnb
msonnb requested a review from nicohrubec July 16, 2026 09:02

@nicohrubec nicohrubec left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

thanks! so in all other wizards this is pinned already?

Comment thread CHANGELOG.md

## Unreleased

- ref(react-router): Install SDK package with version `@^10` ([#1303](https://github.com/getsentry/sentry-wizard/pull/1303))

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

afaik putting this here is optional so you can also omit it next time and then we add an auto-entry during release, just an fyi can leave as is 😅

@msonnb

msonnb commented Jul 16, 2026

Copy link
Copy Markdown
Member Author

thanks! so in all other wizards this is pinned already?

yes! happened in #1048 already

@cursor cursor Bot left a comment

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.

Cursor Bugbot has reviewed your changes and found 2 potential issues.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 96a11b6. Configure here.


describe('ReactNative', () => {
// TODO: remove skipIf when macOS CI is fixed
describe.skipIf(process.platform === 'darwin')('ReactNative', () => {

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.

Unrelated React Native test skip

Medium Severity

This PR is about pinning @sentry/react-router to @^10, but it also skips the entire React Native e2e suite on Darwin. That change is unrelated, unmentioned in the PR description or changelog, and disables macOS-only coverage such as pod install and the Xcode project test, which can never run while this skip is present.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 96a11b6. Configure here.


describe('ReactNative', () => {
// TODO: remove skipIf when macOS CI is fixed
describe.skipIf(process.platform === 'darwin')('ReactNative', () => {

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.

Skipped suite leaks temp directory

Low Severity

createIsolatedTestEnv runs in the describe body during collection, so it still creates and copies the React Native test app when the suite is skipped on Darwin. Cleanup lives only in afterAll, which Vitest does not run for skipped suites, so the temp directory is never removed.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 96a11b6. Configure here.

@msonnb
msonnb requested a review from andreiborza July 17, 2026 11:12

@andreiborza andreiborza left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Lets also create an issue to remind ourselves to unskip this.

@msonnb
msonnb merged commit ae4654d into master Jul 17, 2026
61 checks passed
@msonnb
msonnb deleted the ms/pin-v10-react-router branch July 17, 2026 12:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Pin installed JavaScript SDK packages to current major in sentry-wizard

3 participants