Commit 3b6ed49
fix: Always send origin header to server
The origin header was only sent when cliConfig.origin was truthy,
but we set it to null when not explicitly provided. This caused the
header to never be sent, resulting in "origin: (not set)" in Mixpanel.
Fix: Always send the header, using 'null' string when origin is null.
This ensures Mixpanel always receives the origin value.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 2aef0dc commit 3b6ed49
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
476 | 476 | | |
477 | 477 | | |
478 | 478 | | |
479 | | - | |
480 | | - | |
481 | | - | |
| 479 | + | |
482 | 480 | | |
483 | 481 | | |
484 | 482 | | |
| |||
0 commit comments