-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
feat(v8/remix): Remove remixRouterInstrumentation #10933
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 📦
|
startTransactionOnPageLoad = true, | ||
startTransactionOnLocationChange = true, | ||
): void => { | ||
setGlobals({ |
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.
I think we can also remove the setGlobals
method and everything related to it then?
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.
setGlobals
is still used by browserTracingIntegration
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.
ahh right, sorry.
a57f00e
to
1574c2c
Compare
ref #10898