mixpanel / mixpanel-react-native

Official React Native Tracking Library for Mixpanel Analytics
https://mixpanel.com
Apache License 2.0
107 stars 48 forks source link

setFlushInterval support for Javascript Mode #262

Open Tofufu opened 2 months ago

Tofufu commented 2 months ago

It looks like setFlushInterval() has been implemented in mixpanel-config.js: https://github.com/mixpanel/mixpanel-react-native/blob/master/javascript/mixpanel-config.js#L88, however, it doesn't work out-of-the-box yet with Javascript Mode as it's not defined in e.g. index.js and else where.

Request is to have this functionality supported (There is a thread in our #sdks for this)