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 bec81ad commit c235dd4Copy full SHA for c235dd4
src/common/telemetry.ts
@@ -53,7 +53,7 @@ export function createSegmentAnalyticsClient(settings: AnalyticsSettings, gitpod
53
};
54
if (updatedSettings.writeKey === ProductionUntrustedSegmentKey) {
55
settings.host = gitpodHost;
56
- settings.path = '/analytics' + settings.path;
+ settings.path = '/analytics/v1/batch';
57
} else {
58
if (serviceUrl.host !== 'gitpod.io' && !serviceUrl.host.endsWith('.gitpod-dev.com')) {
59
logService.error(`No telemetry: dedicated installations should send data always to own endpoints, host: ${serviceUrl.host}`);
0 commit comments