Hotjar integration for VulcanJS
meteor add origenstudio:vulcan-hotjar
In your app settings.json file add:
{
//...
"public": {
//...
"hotjar": {
"id": "YOUR_HOTJAR_ID",
"snippetVersion": "SNIPPET_VERSION"
},
}
}
Check on your Hotjar dashboard to verify the integration is complete
This package download the Hotjar dependencies from its CDN and initializes them with your setting details.
If you have any feature request you can open and issue 😉