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
I added the statsig.shutdown() and my events now appear. I think either
the statsig.shutdown() line should be included in the code snippet under "How to Log Events" in the onboarding wizard, since this is one of the first pages I interacted with when I registered my account
or there should be a callout below the code snippet, that you may need to add the statsig.shutdown() line
The text was updated successfully, but these errors were encountered:
Page: https://console.statsig.com/.../onboarding?page=last&selectedPath=experiments
I got stuck on this onboarding page. I wrote a Python script to test the event logging, kept running it, and none of the events appeared.
Next, I go to this page in the docs: https://docs.statsig.com/server/pythonSDK#logging-an-event
The code is the same, so I'm still confused. Later, I find these parts of the docs:
I added the
statsig.shutdown()
and my events now appear. I think eitherstatsig.shutdown()
line should be included in the code snippet under "How to Log Events" in the onboarding wizard, since this is one of the first pages I interacted with when I registered my accountstatsig.shutdown()
lineThe text was updated successfully, but these errors were encountered: