Skip to content

Option to disable exception handler

Compare
Choose a tag to compare
@patedit patedit released this 26 Nov 19:48
· 514 commits to master since this release

You can now decide whether you want Mixpanel to report App Crashed events or not. Add the following meta-tag to your AndroidManifest.xml if you want to disable our exception handler:

<meta-data android:name="com.mixpanel.android.MPConfig.DisableExceptionHandler" android:value="true" />