Commit 6d2401f
fix(browser): Skip CLS/LCP measurements on pageload span when streaming
When span streaming is enabled, CLS and LCP are emitted as streamed
spans. Previously they were also recorded as measurements on the
pageload span because the flags only checked enableStandaloneClsSpans
and enableStandaloneLcpSpans, which default to undefined.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 739fcf4 commit 6d2401f
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
457 | 457 | | |
458 | 458 | | |
459 | 459 | | |
| 460 | + | |
460 | 461 | | |
461 | | - | |
462 | | - | |
| 462 | + | |
| 463 | + | |
463 | 464 | | |
464 | 465 | | |
465 | 466 | | |
| |||
0 commit comments