Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aws-toolkits/telemetry

Package Overview
Dependencies
Maintainers
0
Versions
386
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-toolkits/telemetry

A library used by the AWS Toolkit, Amazon Q for VSCode to provide telemetry

  • 1.0.289
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

AWS Toolkit/Amazon Q for VSCode Telemetry

This package contains scripts and files to generate telemetry calls for:

  • AWS Toolkit for VS Code
  • Amazon Q for VS Code.

Usage

To generate telemetry and see the result:

  1. run npm run build to produce the lib/ dir.
  2. run:
    node ./lib/generateTelemetry.js --output=telemetry.gen.ts
    
    • The script has two arguments:
      1. --extraInput list of paths to telemetry JSON files, seperated by commas. For example, "--extraInput=abc.json,/abc/bcd.json"
      2. --output path where the final output will go. For example, "--output=abc.ts"

To generate telemetry for VSCode from a downstream project,

  1. install this package in your package.json
  2. run:
    node node_modules/@aws-toolkits/telemetry/lib/generateTelemetry.js --output=<path/to/file>.ts
    

FAQs

Package last updated on 12 Dec 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc