* fix(ui): fix create note modal * change(ui): remove tests for a moment * change(ui): fix job name * change(ui): fix job action * change(ui): fix job action * change(ui): fix job action * change(ui): fix job action * change(ui): add testing public dir * change(ui): return silent server start * change(ui): fix session url * change(ui): fix session url * change(ui): fix session url * change(ui): fix mockup * change(ui): fix mockup * change(ui): fix snapshot images * change(ui): fix snapshot images * change(ui): fix testing app * change(ui): fix testing app * change(ui): fix testing flow and add loggs * change(ui): add network and events * change(ui): fix table view * change(ui): fix table view * change(ui): fix acc req intercept * change(ui): fix mob req intercept * change(ui): change jump method |
||
|---|---|---|
| .. | ||
| .husky | ||
| tracker | ||
| tracker-assist | ||
| tracker-axios | ||
| tracker-fetch | ||
| tracker-graphql | ||
| tracker-mobx | ||
| tracker-ngrx | ||
| tracker-profiler | ||
| tracker-redux | ||
| tracker-testing-playground | ||
| 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.