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
Adds a check in the PostHog analytics class's init method to return early if the instance has already been initialized. Ensures that calling init() multiple times does not reinitialize and prevents possible side effects from multiple initializations.
0 commit comments