Skip to content

Commit 6c3577d

Browse files
authored
Allow aml extension in telemetry (microsoft#175256)
1 parent 8dcf90c commit 6c3577d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/platform/telemetry/common/telemetryUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ export function validateTelemetryData(data?: any): { properties: Properties; mea
238238
};
239239
}
240240

241-
const telemetryAllowedAuthorities = new Set(['ssh-remote', 'dev-container', 'attached-container', 'wsl', 'tunnel', 'codespaces']);
241+
const telemetryAllowedAuthorities = new Set(['ssh-remote', 'dev-container', 'attached-container', 'wsl', 'tunnel', 'codespaces', 'amlext']);
242242

243243
export function cleanRemoteAuthority(remoteAuthority?: string): string {
244244
if (!remoteAuthority) {

0 commit comments

Comments
 (0)