ChilliSource.Front.Modules

Hotjar

A module which magically registers hotjar.

Quickstart

Declare this in your chillifront entry point.

new Hotjar({
  hotjarId: process.env.REACT_APP_HOTJAR_ID,
  hotjarSnippetVersion: process.env.REACT_APP_HOTJAR_SNIPPET_VERSION
})

Fairly automagic.