We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 206ac01 + a971e1e commit 804978cCopy full SHA for 804978c
frontend/src/utils/posthog.ts
@@ -36,8 +36,7 @@ export const initializePostHog = (): void => {
36
setTimeout(() => {
37
try {
38
const anonymousId = getAnonymousId();
39
- console.log('Initializing PostHog with API key:', apiKey.substring(0, 10) + '...');
40
- console.log('PostHog host (secure reverse proxy):', host);
+
41
42
posthog.init(apiKey, {
43
api_host: host,
0 commit comments