-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
ref(core)!: Remove supportsNativeFetch export
#23719
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,6 +13,5 @@ export { | |
|
|
||
| export { startIdleSpan } from './tracing/idleSpan'; | ||
|
|
||
| export { supportsNativeFetch } from './utils/supports'; | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Public API removed without deprecationMedium Severity This was flagged because the review rules call out removal of publicly exported functions without a deprecation notice. Triggered by project rule: PR Review Guidelines for Cursor Bot Reviewed by Cursor Bugbot for commit 1c482b3. Configure here. |
||
| export type { XhrBreadcrumbData, XhrBreadcrumbHint } from './types/breadcrumb'; | ||
| export type { BrowserClientReplayOptions } from './types/browseroptions'; | ||
|
Comment on lines
15
to
17
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bug: The removal of Suggested FixUpdate the test in Prompt for AI AgentAlso affects:
|
||


Uh oh!
There was an error while loading. Please reload this page.