* backend integrations ui start * some more ui things * moving around some integration code * add dynatrace * add datadog, useform hook and other things to update backend logging integration forms * change api queries * backend logging modals * tracker: fix some types * remove deprecated integrations, update types * some ui fixes and improvements * update notifications on success/error * ui: debugging log output, autoclose fix * ui: some stuff for logs base64str * ui: improve log formatting, change datadog data format * some improvs for logging irm * ui: fixup for sentry |
||
|---|---|---|
| .. | ||
| tracker | ||
| tracker-assist | ||
| tracker-axios | ||
| tracker-fetch | ||
| tracker-graphql | ||
| tracker-mobx | ||
| tracker-ngrx | ||
| tracker-profiler | ||
| tracker-reactnative | ||
| 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