Skip to content

Commit acd96b7

Browse files
committed
Minor logException fix
1 parent 6840f1a commit acd96b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/telemetryService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const analyticsClientFactory = async (gitpodHost: string, segmentKey: string, lo
6868

6969
const jsonData = {
7070
component: 'vscode-desktop-extension',
71-
errorStack: exception.stack ?? String(exception),
71+
errorStack: exception.stack || String(exception),
7272
version: properties['common.extversion'],
7373
workspaceId,
7474
instanceId,

0 commit comments

Comments
 (0)