Reputation: 25
From MixPanel release 3.1.5 (iOS) there are few events which are automatically tracked, one of them are Crash Events. Is there any way to disable Crash reporting. It does conflict with Appteligent/Crittercism
Release Notes
https://github.com/mixpanel/mixpanel-iphone/releases/tag/v3.1.5
Upvotes: 1
Views: 1086
Reputation: 25
Looks like disabling Crash Reporting in Mixpanel is not possible as of now. However If I switch the initialization of both then I am able to see crash reports on Apteligent. That means first Mixpanel and then initialize Crittercism
Upvotes: 1
Reputation: 44
Using another crash reporting tool along with Apteligent SDK is something which is not recommended. However, if you still wish to do so, you may check the following article in order to troubleshoot interference being created from other tools. Hope this helps :
Upvotes: 0