We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0094775 commit 03638cfCopy full SHA for 03638cf
src/common/telemetry.ts
@@ -7,6 +7,7 @@ import * as os from 'os';
7
import { Analytics, AnalyticsSettings } from '@segment/analytics-node';
8
import { ILogService } from '../services/logService';
9
import { cloneAndChange, escapeRegExpCharacters, isBuiltFromGHA, mixin } from '../common/utils';
10
+import fetch from 'node-fetch-commonjs';
11
12
export const TRUSTED_VALUES = new Set([
13
'gitpodHost'
0 commit comments