What's wrong with this entry?
Anonymous. No account, no email.
The bundled Statsig client SDK has been almost entirely removed (from approximately 87 string references down to 7). This includes removal of:
- The Statsig SDK key and all SDK-specific error messages
- DNS-based fallback mechanisms (
cloudflare-dns.com,application/dns-message) - Local storage providers, event loggers, and evaluation adapters
- The
node://localhostbrowser shim used by the Statsig SDK
Feature flag evaluation likely moved to a server-side or pre-evaluated model. This should reduce bundle size and eliminate Statsig-related network requests at startup.