You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ref(core): Avoid keeping span-FF map on GLOBAL_OBJ (#16924)
Instead, we can just check the required things directly on the span.
This is likely a bit more expensive than checking a map, but I would not
assume this operation should be happening too excessively, so IMHO this
should be fine.
This is also part of
#16846@aliu39 do you see any problems with this change?
0 commit comments