May 8
Treat *.localhost as Local Dev Host
**Expected Behavior**
`devmode: true` should send `debug: true` when running on local dev hosts, including `*.localhost` domains like `mydomain.localhost`.
**Actual Behavior**
The SDK sends `debug: false` on `mydomain.localhost` because it only recognizes exact `localhost`, loopback IPs, and `file:` as local.
**Proposed Solution**
Update local-host detection to also treat `hostname.endsWith(".localhost")` as local development.
Reviewing

I submitted this via the chat widget and formatting didn't come through well. Just FYI. Not a bot