Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 627 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 627 Bytes

Vulcan Hotjar

Hotjar integration for VulcanJS

Set-up

Install

meteor add origenstudio:vulcan-hotjar

Settings

In your app settings.json file add:

{
    //...
    "public": {
        //...
          "hotjar": {
            "id": "YOUR_HOTJAR_ID",
            "snippetVersion": "SNIPPET_VERSION"
        },
    }
}

Run your app

Check on your Hotjar dashboard to verify the integration is complete

What it does?

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 😉