Skip to content
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

Use new built-in telemetry masking #1104

Closed
bwateratmsft opened this issue Apr 5, 2022 · 1 comment · Fixed by #1622
Closed

Use new built-in telemetry masking #1104

bwateratmsft opened this issue Apr 5, 2022 · 1 comment · Fixed by #1622

Comments

@bwateratmsft
Copy link
Contributor

The @vscode/extension-telemetry package recently added support for custom masking. (Note: At the time of writing it has not yet been released.)

We should investigate using this instead of our current more ad-hoc masking logic. One limitation is that it doesn't support adding masks after-the-fact, so we would need to see if it's possible to change all of our masks to more generic, statically-defined regexs.

@bwateratmsft bwateratmsft self-assigned this Apr 5, 2022
@bwateratmsft
Copy link
Contributor Author

Related to #1360 as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant