Commit 90f407a
fix(browser): Fix ReferenceError for spanStreamingEnabled in afterAllSetup
spanStreamingEnabled was declared in setup() but referenced in
afterAllSetup(), a separate scope. Replace with inline
hasSpanStreamingEnabled(client) call.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 02beaf1 commit 90f407a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
737 | 737 | | |
738 | 738 | | |
739 | 739 | | |
740 | | - | |
| 740 | + | |
741 | 741 | | |
742 | 742 | | |
743 | 743 | | |
| |||
0 commit comments