README
AWS Toolkit for VSCode Telemetry
This package contains scripts and files to generate telemetry calls for the AWS Toolkit for VS Code.
Usage
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:
--extraInputaccepts lists of paths to telemetry JSON files, seperated by commas. For example, "--extraInput=abc.json,/abc/bcd.json"--outputaccepts one path which represents where the final output will go. For example, "--output=abc.ts"