Skip to content

Commit 03638cf

Browse files
committed
Fix missing fetch import
1 parent 0094775 commit 03638cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/common/telemetry.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import * as os from 'os';
77
import { Analytics, AnalyticsSettings } from '@segment/analytics-node';
88
import { ILogService } from '../services/logService';
99
import { cloneAndChange, escapeRegExpCharacters, isBuiltFromGHA, mixin } from '../common/utils';
10+
import fetch from 'node-fetch-commonjs';
1011

1112
export const TRUSTED_VALUES = new Set([
1213
'gitpodHost'

0 commit comments

Comments
 (0)