Commit e749645
committed
Add OnyxUpdates.applyHTTPSOnyxUpdates Sentry span for perf comparison
Wraps applyHTTPSOnyxUpdates in a Sentry span via the existing
@libs/telemetry/activeSpans helper so we can measure local
Onyx-update processing time per API response, isolated from network
latency. Cold-cache mergeCollection batches dominate this duration
during OpenApp / ReconnectApp / Search, so this span is a clean
A/B-test signal for mergeCollectionWithPatches changes (cache-first
ordering and multiGet pre-warm).
Span attributes: command, onyx_data_count, success_data_count,
failure_data_count. Local console output via the helper:
[Sentry][OnyxUpdates.applyHTTPSOnyxUpdates:OpenApp:<id>] Ending span (Xms)
Not for merge -- perf-test instrumentation only.1 parent c0821dd commit e749645
2 files changed
Lines changed: 22 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2061 | 2061 | | |
2062 | 2062 | | |
2063 | 2063 | | |
| 2064 | + | |
2064 | 2065 | | |
2065 | 2066 | | |
2066 | 2067 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
33 | 51 | | |
34 | 52 | | |
35 | 53 | | |
| |||
75 | 93 | | |
76 | 94 | | |
77 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
78 | 99 | | |
79 | 100 | | |
80 | 101 | | |
| |||
0 commit comments