Skip to content

Commit 414e81a

Browse files
authored
Merge branch 'main' into seanmcm/1_25_0_changelog
2 parents e8f055b + 4e6f2f8 commit 414e81a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Extension/src/LanguageServer/extension.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1329,6 +1329,11 @@ async function handleCrashFileRead(crashDirectory: string, crashFile: string, cr
13291329

13301330
data += crashCallStack;
13311331

1332+
// TODO: Remove this in 1.25.1 after it's confirmed that it's not happening.
1333+
if (containsFilteredTelemetryData(data)) {
1334+
data = "unexpected call stack\n";
1335+
}
1336+
13321337
logCppCrashTelemetry(data, addressData, crashLog);
13331338

13341339
await util.deleteFile(path.resolve(crashDirectory, crashFile)).catch(logAndReturn.undefined);

0 commit comments

Comments
 (0)