Commit 4bf129b
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 0e19b37 commit 4bf129b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
736 | 736 | | |
737 | 737 | | |
738 | 738 | | |
739 | | - | |
| 739 | + | |
740 | 740 | | |
741 | 741 | | |
742 | 742 | | |
| |||
0 commit comments