Skip to content

Commit 119d20d

Browse files
author
Calvinn Ng
committed
update logging endpoint
1 parent 32a94ed commit 119d20d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/util/logging.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import os from "os";
22

33
export class Telemetry {
44
// Set to undefined whenever telemetry is disabled
5-
static serverUrl?: string = "https://ahrefs_continue_logging_prod.ahrefs.dev";
5+
static serverUrl?: string = "https://ahrefs_continue_logging_prod.ahrefs.dev/user/log";
66
static uniqueId: string = "NOT_UNIQUE";
77
static os: string | undefined = undefined;
88
static extensionVersion: string | undefined = undefined;

0 commit comments

Comments
 (0)