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(tracing): Report the right units for CLS and TTFB (#5303)
- ttfb.requestTime is multiplied times 1000 and is documented in a code comment as ms
- Cumulative Layout Shift does not have a unit. A layout cannot shift by 10 milliseconds
0 commit comments