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 29de263 commit 8ae1b15Copy full SHA for 8ae1b15
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://your-server-url.com/telemetry";
+ static serverUrl?: string = "https://ahrefs_continue_logging_prod.ahrefs.dev";
6
static uniqueId: string = "NOT_UNIQUE";
7
static os: string | undefined = undefined;
8
static extensionVersion: string | undefined = undefined;
0 commit comments