Installation
Prerequisites
Please contact Yofi team to get your own tokens:
NPM access token: Used for installing npm packages
Telemetry public token: Used for using the telemetry SDK
Install
.npmrc sample:
@yofi-ai:registry=https://registry.npmjs.org/
//registry.npmjs.org/:_authToken=YOUR-NPM-ACCESS-TOKEN-HEREInstall the package via npm cli
npm install @yofi-ai/telemetry-web-sdk@TARGET_VESIONor install via package.json
"@yofi-ai/telemetry-web-sdk": "TARGET_VESION"
TARGET_VESIONcan be found on npm registry, or usestablefor a stable version
latestalso support, but automatically updating to the latest version of a package can introduce breaking changes to your project
Last updated
Was this helpful?
