mixpanel / mixpanel-react-native

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

iOS not sending App Crash events #226

Closed arelstone closed 5 months ago

arelstone commented 5 months ago

I'd like to do a report showing the top crashes. I am only getting App Crashed events from Android phones. I would expect to get events from iOS too, because most of our customer base is on iPhones

Screenshot 2024-03-18 at 12 11 58

We've created a MixpanelProvider with this useEffect

const client = useMemo(() => new Mixpanel(token, true), [token]);
  useEffect(() => {
    log.debug('init()');
    client.init();
    client.setServerURL('https://api-eu.mixpanel.com');
  }, [client]);

My questions are: Does iOS allow for auto tracking app crashes?

if so

What am I missing, since I don't get any App Crashed events from any iPhones

zihejia commented 5 months ago

hi @arelstone , our iOS does not support App Crashed event.