microsoft/vscode-extension-telemetry
Node module to help VS Code extensions send telemetry using application insights
TypeScriptNOASSERTION
Issues
- 4
Can I use the Application Insights connection string?
#212 opened by racz16 - 1
Update docs to encourage using connection string instead of instrumentation key
#208 opened by babakks - 2
- 0
Update repo README and Docs
#157 opened by lramos15 - 3
User reports broken at https://portal.azure.com
#209 opened by phaumer - 6
- 9
`0.9.0` not sending telemetry information
#192 opened by mattseddon - 1
0.9.5: webpacked bits fail with TypeError: Cannot read properties of undefined (reading 'getCrypto')
#205 opened by aeschli - 1
- 2
- 5
Provide mechanisms that prevent abuse
#176 opened by phaumer - 11
Why am I not apparently getting any telemetry sent?
#190 opened by tomqwpl - 2
Data sanitization for uncaught exception telemetry?
#179 opened by Joouis - 5
Extension telemetry stopped collecting ~3 weeks ago
#184 opened by kingdonb - 5
"AI (Internal): 46 message: telemetryItem.baseData cannot be null." in payload when sending telemetry
#185 opened by sezna - 5
Telemetry is broken since switching to 1DS keys
#183 opened by andyleejordan - 3
Method sendRawTelemetryEvent sends telemetry values in the form of key: key instead of key:value
#181 opened by aiday-mar - 0
- 1
Transitive import-in-the-middle vulnerability
#174 opened by baywet - 1
- 4
I can't use my own vscode.env.createTelemetryLogger to get error on version 0.8.0
#156 opened by freedom-git - 2
- 1
sendTelemetryException not working
#152 opened by freedom-git - 7
- 1
Common properties not sent when properties parameter is undefined in sendTelemetryEvent
#149 opened by jwunderl - 4
Webpack `vscode/extension-telemetry` to avoid that clients need to know exclusion rules
#150 opened by aeschli - 0
Switch off `navigator.userAgent`
#146 opened by lramos15 - 3
- 0
For web extensions TelemetryReporter in 7.x.x versions crashes immediately on first use.
#144 opened by IanMatthewHuff - 0
Disable collecting of certain telemetry values that are automatically collected
#142 opened by jjaguirre394 - 2
Error trying to pack latest with web pack 4
#118 opened by brianignacio5 - 1
- 0
Exclude .map files from published build
#134 opened by mjbvz - 11
- 0
Better documents and test `ReplacementOptions`
#132 opened by lramos15 - 0
Improve the email regex
#123 opened by michaelprichardson - 1
Whitelist endpoint URL
#115 opened by DatGuyJonathan - 2
- 0
- 0
Need a testing setup
#84 opened by lramos15 - 0
- 2
not receiving the telemetry metrics when calling sendEvent() from the deactivate()
#92 opened by luyu12 - 1
Out of date readme contents.
#91 opened by mhshami01 - 1
common.remotename shows "other" for wsl
#87 opened by swatDong - 2
- 1
Telemetry for uninstall event
#89 opened by usernamehw - 2
- 1
How does one set up an Application Insights dashboard not just for an individual, but for an organization?
#85 opened by hamirmahal - 2
How safe is it to store the application insights key in `extension.ts`? How much obfuscation do you recommend?
#83 opened by hamirmahal - 1
What's the recommended way to access telemetry in an extension's `server.ts` file?
#82 opened by hamirmahal