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): Streamline module_metadata assignment and cleanup functions (#17696)
Quick PR to streamline the stack frame `module_metadata` property
assignment (`addMetadataToStackFrames`) and cleanup
(`stripMetadataFromStackFrames`) logic, since we can use optional
chaining now without a bundle size hit from polyfilling.
Originally went with moving the cleanup logic into the client but
decided against it due to the bundle size hit (see comment).
0 commit comments