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
{{ message }}
This repository was archived by the owner on Sep 11, 2025. It is now read-only.
Is this related to platform?
No
Describe the Problem
PostHog CLI/SDK throws an error only if we pass an empty string. It doesn't intimate if API Key is valid and the connection is successful or not.
Reason to believe It's required
Solution
Asserting an error if the connection is unsuccessful only when the initial connection is made. This should only be for server-side libraries.
Current Approach
Logging a test event (makes no sense every time).