Commit d5c230b
fix: Trim server ignoreSpans to only patterns that produce transactions
Only /node_modules/, /@id/, /@react-refresh/, and /@vite/ actually
generate server-side http.server transactions in a real browser session.
The rest (favicon.ico, /@tanstack-start/, /@fs/) are handled by Vite
before reaching Node.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent b806f8e commit d5c230b
2 files changed
Lines changed: 1 addition & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | | - | |
23 | | - | |
24 | 21 | | |
25 | 22 | | |
26 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
| 47 | + | |
56 | 48 | | |
57 | 49 | | |
58 | 50 | | |
| |||
0 commit comments