Commit 80669b9
fix(browser): Prevent duplicate INP spans when span streaming is enabled
Gate standalone INP (`startTrackingINP`) behind `!spanStreamingEnabled`
and gate streamed INP (`trackInpAsSpan`) behind `enableInp` so both
paths respect the user's preference and don't produce duplicate data.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent f0325bd commit 80669b9
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
524 | 524 | | |
525 | 525 | | |
526 | 526 | | |
527 | | - | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
528 | 530 | | |
529 | 531 | | |
530 | | - | |
| 532 | + | |
531 | 533 | | |
532 | 534 | | |
533 | 535 | | |
| |||
0 commit comments