mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 09:08:53 +01:00
Don't use @microsoft.com in source code (#163933)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user