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

Analytics options in mint.json
"analytics": {
    "hotjar": {
        "hjid": "required",
        "hjsv": "required"
    }
}

Was this page helpful?