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
fix: set both api_key and project_api_key in example.py
The PostHog module-level functions require api_key to be set, while
project_api_key is used for local evaluation and other features.
Setting both ensures all functionality works correctly.
0 commit comments