-
-
Notifications
You must be signed in to change notification settings - Fork 366
[DO NOT MERGE] test(deps): Validate @sentry/* 11.0.0-beta.1 compatibility #6682
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
Draft
antonis
wants to merge
12
commits into
main
Choose a base branch
from
chore/js-11-beta-1-compat
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
b206b45
chore(deps): bump @sentry/* to 11.0.0-alpha.2
antonis 5acaf85
chore(deps): fix lint and API report after v11 alpha.2 bump
antonis 4bfae4c
style(core): apply oxfmt to v11 alpha.2 migration changes
antonis dff13af
Merge remote-tracking branch 'origin/main' into chore/js-11-beta-0-coโฆ
antonis dfabda5
chore(deps): bump @sentry/* to 11.0.0-beta.0
antonis 7c61999
fix(tracing): Adapt to @sentry/* 11.0.0-beta.0 span/scope changes
antonis 6f07544
ci: retarget TypeScript compat guard from 3.8 to 5.0
antonis 0d72292
test(e2e): Migrate ErrorsScreen source assertion to sentry.segment.naโฆ
antonis c3dd1bf
Merge remote-tracking branch 'origin/main' into chore/js-11-beta-0-coโฆ
antonis 1d966e7
fix(e2e): Read TurboModule span attrs via spanToStaticSpanJSON for JSโฆ
antonis b3e1d7c
Merge remote-tracking branch 'origin/main' into chore/js-11-beta-1-coโฆ
antonis 121c043
chore(deps): Bump @sentry/* to 11.0.0-beta.1
antonis File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
Removing previously exported AI helpers breaks React Native consumers
The v11 compatibility changes remove the OpenAI, Anthropic, Google GenAI, LangChain, and LangGraph helpers from the
@sentry/react-nativepublic entry point. Apps that imported these helpers from React Native will fail to compile after upgrading. Before a releasable v11 release, document whether React Native users should install and import an alternative package or confirm that these helpers are unsupported on React Native.Evidence
packages/core/src/js/index.tsno longer re-exports the AI instrumentation helpers or their types.@sentry/server-utils, which is not a dependency of@sentry/react-native.CHANGELOG.mdpreviously documented these helpers as React Native exports in the 8.9.1 release under PR feat(ai): Re-export AI SDK manual instrumentation helpersย #6028.Also found at 4 additional locations
packages/core/etc/sentry-react-native.api.md:149-161packages/core/etc/sentry-react-native.api.md:396-423packages/core/etc/sentry-react-native.api.md:490-495packages/core/src/js/index.ts:50-62Identified by Warden ยท code-review ยท 84H-EYE