文件名称:vscode-extension-telemetry
文件大小:16KB
文件格式:ZIP
更新时间:2024-06-08 13:27:53
TypeScript
该模块为第一方扩展提供了一种一致的方式来通过Application Insights报告遥测。 该模块遵循用户关于是否发送遥测数据的决定。
按照在Azure中并获取密钥。
安装
npm install vscode-extension-telemetry
用法
设置
import * as vscode from 'vscode' ;
import TelemetryReporter from 'vscode-extension-telemetry' ;
// all events will be prefixed with this event name
const extensionId = '
【文件预览】:
vscode-extension-telemetry-main
----tsfmt.json(663B)
----thirdpartynotices.txt(2KB)
----src()
--------telemetryReporter.ts(14KB)
----.vscode()
--------settings.json(302B)
--------tasks.json(178B)
----lib()
--------telemetryReporter.d.ts(1KB)
--------telemetryReporter.js(15KB)
----.npmignore(100B)
----tsconfig.json(441B)
----LICENSE(1KB)
----README.md(4KB)
----.gitignore(225B)
----package-lock.json(5KB)
----package.json(908B)