Skip to content

Commit 578041f

Browse files
skyrpextiurin
andauthored
Update src/utils/telemetry.ts
Co-authored-by: Misha Tiurin <650819+tiurin@users.noreply.github.com>
1 parent 1ac5bdc commit 578041f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)