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(perf-issues): Allow http timings small drift (#54547)
### Summary
It seems there are times where the http timings are slightly off from
span duration, in the millisecond range. This is likely due to the
differences between timing the fetch operations and how
PerformanceNetworkTiming works, but for now we can ease off the exit
condition by a few milliseconds so we get subtimings when it's really
close.
0 commit comments