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
fix(logs): Ensure logs can be flushed correctly (#16216)
resolves#16110
Stores the Client to LogBuffer WeakMap onto the global object so logs
can be retrieved correctly during flushing. Previously, the WeakMap
reference would be different at flush time, causing no logs to be found
for any given client.
Adds an express e2e tests to ensure logs are flushed correctly.
0 commit comments