Skip to content

Commit 804978c

Browse files
authored
Merge pull request #67 from ahmed20455/postog_apii
fix(frontend): remove PostHog API key logs from console
2 parents 206ac01 + a971e1e commit 804978c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

frontend/src/utils/posthog.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ export const initializePostHog = (): void => {
3636
setTimeout(() => {
3737
try {
3838
const anonymousId = getAnonymousId();
39-
console.log('Initializing PostHog with API key:', apiKey.substring(0, 10) + '...');
40-
console.log('PostHog host (secure reverse proxy):', host);
39+
4140

4241
posthog.init(apiKey, {
4342
api_host: host,

0 commit comments

Comments
 (0)