Tracker 3.6.0 and message schema update * feat (tracker, backend, player): Adopted Style Sheets maintenance * refactor(tracker,player): compact messages representation (as array) * feat (tracker,backend): Use real sessionStart timestamp decoded from token on start * fix (frontend/assist): Fix activity timeouts logic in assist * fix (tracker): maintain scroll, mousemove, mouseclick, exceptions inside iFrames * fix (tracker): img module url resolving * fix (tracker): critical bug in observer (missing nodes) * feat (tracker): sessionHash returned on stop can be used for continuing session on start |
||
|---|---|---|
| .. | ||
| .husky | ||
| tracker | ||
| tracker-assist | ||
| tracker-axios | ||
| tracker-fetch | ||
| tracker-graphql | ||
| tracker-mobx | ||
| tracker-ngrx | ||
| tracker-profiler | ||
| tracker-redux | ||
| tracker-vuex | ||
| .gitignore | ||
| README.md | ||
Local build
In order to build locally any of the javascript packages located under this directory, go to the corresponding folder first:
cd tracker # or any tracker-* plugin
Then run
yarn
yarn build
OR
npm i
npm run build
You can then use it as a local javascript package by executing the folowing line under your local project location:
yarn add file:../path/to/openreplay/monorepo/tracker/tracker
OR
npm install --save ../path/to/openreplay/monorepo/tracker/tracker