Library for sending usage telemetry data
npm install @sap-ux/telemetry 
@sap-ux/telemetryThis library is used by SAP Fiori tools to collect anonymous usage data to guide Fiori tools improvement. This library is
specific for SAP Fiori tools's telemtry infrastrcture deployed on Azure cloud and it is built on Azure Application Insight node.js client. It is open sourced becaused some open sourced modules of Fiori tools need it for collecting usage data.
npm install --save @sap-ux/telemetryYarnyarn add @sap-ux/telemetry
Pnpmpnpm add @sap-ux/telemetry
See code in example folder for basic usage. To run example:
``shell``At project root folder of @sap-ux/telemetry
cd package/telemetryCreate a file with name .env
Add this line in .env file OpenUxTools_ResourceId=
pnpm example