statsig-io / statsig-feedback

Issue Tracker for Statsig. Leave your feedback on anything we do!
5 stars 0 forks source link

"How to Log Events" should include statsig.shutdown() line or callout about it #44

Open joyhchen opened 4 months ago

joyhchen commented 4 months ago

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 either