openreplay/tracker
2025-04-28 17:19:50 +02:00
..
tracker tracker: clearup old deprecated changes 2025-04-28 17:19:50 +02:00
tracker-assist tracker: drop mentions of lint-staged 2025-04-15 14:42:55 +02: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 fix(tracker): drop functions and methods from state in mobx 2023-05-24 17:09:20 +02:00
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 Migrate to webrtc (#3051) 2025-02-27 10:12:27 +01:00
tracker-testing-playground fix ui: fix tracker testing package 2024-05-24 10:07:51 +02:00
tracker-vuex
tracker-zustand fix tracker speed up redux plugin hashing (#2027) 2024-04-03 11:07:29 +02:00
.gitignore
bun.lock tracker: bump proxy version to .3, prevent crash on calling obscure fn on objects 2025-04-17 17:35:27 +02:00
CONTRIBUTING.md fix(tracker): fix readme 2024-01-09 16:42:18 +01:00
package.json tracker: hoist deps to root level 2025-04-01 11:49:39 +02:00
README.md fix(tracker): fix readme 2024-01-09 16:42:18 +01:00

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