1. Set Up Analytics
  2. Mixpanel

Add the following to your mint.json file to send analytics to Mixpanel.

Analytics options in mint.json
"analytics": {
    "mixpanel": {
        "projectToken": "required"
    }
}