This package contains scripts and files to generate telemetry calls for the AWS Toolkit for VS Code.
To generate telemetry for VSCode, install this package in your package.json, then run:
node node_modules/@aws-toolkits/telemetry/lib/generateTelemetry.js --output=<path/to/file>.ts
The script has two arguments:
--extraInput
accepts lists of paths to telemetry JSON files, seperated by commas. For example, "--extraInput=abc.json,/abc/bcd.json"--output
accepts one path which represents where the final output will go. For example, "--output=abc.ts"