openreplay/tracker
2025-02-10 10:03:27 +01:00
..
tracker tracker: option to disable network 2025-02-10 10:03:27 +01:00
tracker-assist tracker: fix singletab initialization 2025-01-27 15:00:35 +01:00
tracker-axios tracker doc fix 2024-07-31 09:42:12 +02:00
tracker-fetch tracker doc fix 2024-07-31 09:42:12 +02:00
tracker-graphql tracker: add use el / sprite map support, change graphql relay plugin 2024-12-18 14:04:29 +01:00
tracker-mobx
tracker-ngrx
tracker-profiler tracker doc fix 2024-07-31 09:42:12 +02:00
tracker-reactnative change(react-native): version jump that fixes kotlin syntax issues 2025-02-07 15:57:22 +01:00
tracker-redux
tracker-testing-playground
tracker-vuex
tracker-zustand
.gitignore
CONTRIBUTING.md
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

read CONTRIBUTING.md