-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added telemetry #47
Added telemetry #47
Conversation
michaelshin
commented
Mar 21, 2023
•
edited
Loading
edited
- Based on VSCode Extension Telemetry API, DeepView only asks for users to opt into telemetry
- https://code.visualstudio.com/api/references/vscode-api#TelemetrySender
- https://code.visualstudio.com/api/references/vscode-api#TelemetryLogger
- Added document on what data is collected by CentML and how to opt-out
- Added precompile directives to ensure that during development we only print out the data and do not pollute the data collection.
- Updated build scripts to use esbuild script instead of CLI so it is more easily configurable
Can you please link to relevant documentation related to VSCode Extension Telemetry API? |
Here are the links to relevant interfaces: |
Code Climate has analyzed commit 874ad0d and detected 1 issue on this pull request. Here's the issue category breakdown:
View more on Code Climate. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!