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 want to add that everything works fine on Android. When I try to send an event after disabling, I see the following message in the logs: PostHog is in OptOut state. And not a single sent event is displayed in the Activity area.
Version
4.1.0
Steps to Reproduce
flutter pub add posthog_flutter
Posthog().disable()
after app starts on iOS simulator or device.Expected Result
Posthog doesn't send events after disabling.
Actual Result
All events, including autocaptured, are shown in the Activity area after disabling.
The text was updated successfully, but these errors were encountered: