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
The previous issue includes info on our app setup and how we make requests
The setup is exactly the same although our package versions are different now
posthogInstance = new PostHog(config.posthog.apiKey, {
host: 'https://us.i.posthog.com',
disableGeoip: true,
// Comment out the line below to enable PostHog in dev
disabled: __DEV__ || !config.posthog.enabled, // Disable in dev or if not enabled in config
enableSessionReplay: true,
});
We had a very similar issue for iOS that was fixed by the team PostHog/posthog-js-lite#276
The previous issue includes info on our app setup and how we make requests
The setup is exactly the same although our package versions are different now
Package Versions
expo@npm:51.0.39 (via npm:~51.0.39)
posthog-react-native@npm:3.3.9 [2f28e] (via npm:^3.3.9 [2f28e])
posthog-react-native-session-replay@npm:0.1.6 [2f28e] (via npm:^0.1.6 [2f28e])
react-native@npm:0.74.5 [2f28e] (via npm:0.74.5 [2f28e])
The text was updated successfully, but these errors were encountered: