Mixpanel v7.2.0 Release Notes

Release Date: 2022-10-20 // over 1 year ago
  • ✨ Enhancements

    • ➕ Add the ability to remove residual image files left from the legacy SDK versions #804

    To opt in, add this to AndroidManifest.xml.

    <meta-data android:name="com.mixpanel.android.MPConfig.RemoveLegacyResidualFiles"
                android:value="true" />
    
    • ✂ Remove Mixpanel DevX internal tracking #802
    • ⬆️ Upgrade SDK version to 31 #801

Previous changes from v7.0.1

  • 🛠 Fixes

    • 🛠 Fix the event being dropped if its properties contain custom class object #798