You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The server.py file initializes Statsig with statsig.initialize(API_KEY). If the API_KEY is invalid or Statsig initialization fails for any reason, it will crash the application. It needs exception handling.