Skip to content

Commit 578041f

Browse files
skyrpextiurin
andauthored
Update src/utils/telemetry.ts
Co-authored-by: Misha Tiurin <[email protected]>
1 parent 1ac5bdc commit 578041f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/telemetry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ export function createTelemetry(
167167

168168
postEvent(extensionVersion, telemetryEvent).catch(() => {});
169169

170-
outputChannel.debug(
170+
outputChannel.trace(
171171
`[telemetry.event]: ${JSON.stringify(telemetryEvent)}`,
172172
);
173173
},

0 commit comments

Comments
 (0)