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 32a94ed commit 119d20dCopy full SHA for 119d20d
core/util/logging.ts
@@ -2,7 +2,7 @@ import os from "os";
2
3
export class Telemetry {
4
// Set to undefined whenever telemetry is disabled
5
- static serverUrl?: string = "https://ahrefs_continue_logging_prod.ahrefs.dev";
+ static serverUrl?: string = "https://ahrefs_continue_logging_prod.ahrefs.dev/user/log";
6
static uniqueId: string = "NOT_UNIQUE";
7
static os: string | undefined = undefined;
8
static extensionVersion: string | undefined = undefined;
0 commit comments