beeradmoore / Xam.Plugin.Mixpanel.iOS

Xamarin.iOS bindings for Mixpanel (Objective-C)
Apache License 2.0
8 stars 2 forks source link

Crash reporting #8

Closed Lelelo1 closed 2 years ago

Lelelo1 commented 2 years ago

Crash reporting

Maybe I have should turn to Mixpanel forum as well but I start here. Im wondering how Mixpanel's crash reporting works. Im using AppCenter where many crashes are not shown but are reported by Mixpanel.

How are you handing Mixpanel crash reporting? And is there is some way I can use the bindings to throw exception so they end up in AppCenter?

beeradmoore commented 2 years ago

I don't use it personally as I use AppCenter for crashes and MixPanel for analytics.

According to their docs it should be automatically recorded. It could be possible that if you have AppCenter active then MixPanel isn't tracking the crashes.

Lelelo1 commented 2 years ago

Yeah I also use AppCenter for crashes. It's just that I get concerned when Mixpanel reports crashes like shown below:

Screenshot 2022-06-30 at 13 58 06

And AppCenter seem to function but don't report that crashing. It's maybe 20% of the times that crashes don't match and is reported in Mixpanel but not in AppCenter

beeradmoore commented 2 years ago

That sounds like a bug for the AppCenter team.

Lelelo1 commented 2 years ago

I’ll take it up with them and report back if I find anything