Drizzle
Drizzle
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.
ReviewingReviewing

Reviewing
changed status toUnder Review·3 weeks ago
3 weeks ago

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

3 weeks ago

Got it