Commit 4a5b5b1
fix: report hdr source option in internal analytics (#1053)
* fix: report hdr source option in internal analytics
The hdr field used hasConfig() (lodash isEmpty) which always returns
null for booleans, so it was filtered out and never sent. Report the
boolean directly instead.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* fix: report analytics and download source options in internal analytics
Same hasConfig() (lodash isEmpty) bug as hdr: both are booleans that
always collapsed to null and were filtered out, so they were never sent.
Report the boolean directly instead.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 22bb57f commit 4a5b5b1
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
| 32 | + | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
0 commit comments