Page cover

Installation

Prerequisites

Please contact Yofi team to get your own tokens:

  1. NPM access token: Used for installing npm packages

  2. 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-HERE
  1. Install the package via npm cli

npm install @yofi-ai/telemetry-web-sdk@TARGET_VESION

or install via package.json

"@yofi-ai/telemetry-web-sdk": "TARGET_VESION"

TARGET_VESION can be found on npm registry, or use stable for a stable version

latest also support, but automatically updating to the latest version of a package can introduce breaking changes to your project

Last updated

Was this helpful?