PostHog / posthog-js-lite

Reimplementation of posthog-js to be as light and modular as possible.
https://posthog.com/docs/libraries
MIT License
70 stars 36 forks source link

posthog-react-native 2.X doesn't send autocaptured “Application Installed” event #107

Closed robbie-c closed 1 year ago

robbie-c commented 1 year ago

Bug description

The native SDKs send this

Which means that 1.X of posthog-react-native (which was a wrapper around the iOS/Android SDK) sent it too. 2.X does not send this, and some users who have upgraded to 2.X have asked about this:

How to reproduce

  1. Add posthog-react-native@1.1.5 to app
  2. Install app
  3. Observe events in dashboard
  4. Add posthog-react-native@2.7.1 to app
  5. Install app
  6. Observe (lack of) events in dashboard

Related sub-libraries

Additional context

Thank you for your bug report – we love squashing them!