Skip to content

Commit 8ae1b15

Browse files
author
Calvinn Ng
committed
update logging URL
1 parent 29de263 commit 8ae1b15

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://your-server-url.com/telemetry";
5+
static serverUrl?: string = "https://ahrefs_continue_logging_prod.ahrefs.dev";
66
static uniqueId: string = "NOT_UNIQUE";
77
static os: string | undefined = undefined;
88
static extensionVersion: string | undefined = undefined;

0 commit comments

Comments
 (0)