-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
ref: Remove tracingOrigins options
#10614
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
Conversation
size-limit report 📦
|
tracingOrigins APItracingOrigins options
Lms24
left a comment
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.
Nice! So good to see these backwards compatibility strategy bytes finally removed 🚀
| @@ -1,5 +1,11 @@ | |||
| # Upgrading from 7.x to 8.x | |||
|
|
|||
| ## Removal of the `tracingOrigins` option | |||
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.
This likely needs to be rewritten since we're removing BrowserTracing completely anyway but for now it's okay. Was just worried because we didn't mention that we removed tracePropaagationTargets in the BrowserTracing options but realized it's not gonna matter 😅
Removes all of the deprecated
tracingOriginAPIs and related logic. It is superseded bytracePropagationTargets.