AWS Toolkit/Amazon Q for VSCode Telemetry
This package contains scripts and files to generate telemetry calls for:
Usage
To generate telemetry and see the result:
- run
npm run build
to produce the lib/
dir. - run:
node ./lib/generateTelemetry.js --output=telemetry.gen.ts
- The script has two arguments:
--extraInput
list of paths to telemetry JSON files, seperated by commas. For example, "--extraInput=abc.json,/abc/bcd.json"--output
path where the final output will go. For example, "--output=abc.ts"
To generate telemetry for VSCode from a downstream project,
- install this package in your package.json
- run:
node node_modules/@aws-toolkits/telemetry/lib/generateTelemetry.js --output=<path/to/file>.ts