Skip to content

Commit c235dd4

Browse files
committed
Fix analytics path
1 parent bec81ad commit c235dd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/telemetry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export function createSegmentAnalyticsClient(settings: AnalyticsSettings, gitpod
5353
};
5454
if (updatedSettings.writeKey === ProductionUntrustedSegmentKey) {
5555
settings.host = gitpodHost;
56-
settings.path = '/analytics' + settings.path;
56+
settings.path = '/analytics/v1/batch';
5757
} else {
5858
if (serviceUrl.host !== 'gitpod.io' && !serviceUrl.host.endsWith('.gitpod-dev.com')) {
5959
logService.error(`No telemetry: dedicated installations should send data always to own endpoints, host: ${serviceUrl.host}`);

0 commit comments

Comments
 (0)