- Make debug logs disabled by default. To enable, pass the option `enable_debug_logs` on initialize - Move print during ErrorBoundary error handling inside try/catch
Target Apps for client bootstrap: - `get_client_initialize_response` now accepts `client_sdk_key` as a parameter. This allows responses to respect [Target Apps](https://docs.statsig.com/sdk-keys/target-apps#configuring-target-apps) assigned to a client key.
Bootstrap/Datastore falls back to network: - In the event that bootstrap or datastore fails during initialization a network request to `/download_config_specs` will be sent immediately. Previously the SDK would be left uninitialized until the next background sync
Internal Diagnostics Changes: - Convert Diagnostics into a static class which can be used throughout the code base. - This required the `_ConfigEvaluation()` class be moved into its own folder to prevent a circular dependency issues
- Move SpecStore network calls out of SpecStore.__init__ - Move /download_config_specs retry to background sync thread - Fix bug where init_timeout was not gracefully timing out