openreplay/tracker
2023-12-12 16:46:55 +01:00
..
.husky feat: canvas support [assist] (#1641) 2023-11-21 11:22:54 +01:00
tracker feat(tracker): changelog and versions update in package.json 2023-12-12 16:46:55 +01:00
tracker-assist feat(tracker): changelog and versions update in package.json 2023-12-12 16:46:55 +01:00
tracker-axios change(tracker): updating changelogs for v10 2023-10-30 15:32:02 +01:00
tracker-fetch change(tracker): updating changelogs for v10 2023-10-30 15:32:02 +01:00
tracker-graphql
tracker-mobx fix(tracker): drop functions and methods from state in mobx 2023-05-24 17:09:20 +02:00
tracker-ngrx
tracker-profiler
tracker-reactnative fix(rn): pod update 2023-12-11 16:54:20 +01:00
tracker-redux
tracker-testing-playground [WIP] Mobile replayer (#1452) 2023-10-27 12:12:09 +02:00
tracker-vuex
tracker-zustand
.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

Contributing notes

Please use dev branch as base and target branch.