Skip to content

Commit c1b5a58

Browse files
committed
Don't log Ai
1 parent e042d79 commit c1b5a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/typescriptlang-org/src/components/AppInsights.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const AppInsights = () => {
1010
window[sdkInstance] = "appInsights";
1111
const config = {
1212
instrumentationKey: "78a8fb52-a225-4c66-ac08-92fad1c1ade1",
13-
loggingLevelConsole: 1
13+
// loggingLevelConsole: 1
1414
}
1515

1616
// @ts-ignore

0 commit comments

Comments
 (0)