Don't use @microsoft.com in source code (#163933)

This commit is contained in:
Logan Ramos
2022-10-18 10:38:15 -04:00
committed by GitHub
parent 281161a547
commit 256aaf296b
2 changed files with 2 additions and 2 deletions

View File

@@ -171,7 +171,7 @@ suite('ExtHostTelemetry', function () {
// Log an event with a bunch of PII, this should all get cleaned out
logger.logUsage('test-event', {
'fake-password': 'pwd=123',
'fake-email': 'no-reply@microsoft.com',
'fake-email': 'no-reply@example.com',
'fake-token': 'token=123',
'fake-slack-token': 'xoxp-123',
'fake-path': '/Users/username/.vscode/extensions',