From dd960aa5f045f62a556e67f81bf172372401a465 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Sat, 28 Jan 2023 10:04:34 -0800 Subject: [PATCH] add console.log for post --- frontend/src/components/analytics/posthog.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/src/components/analytics/posthog.ts b/frontend/src/components/analytics/posthog.ts index aa6abf463..612289997 100644 --- a/frontend/src/components/analytics/posthog.ts +++ b/frontend/src/components/analytics/posthog.ts @@ -5,6 +5,9 @@ import posthog from 'posthog-js'; import { ENV, POSTHOG_API_KEY, POSTHOG_HOST } from '../utilities/config'; export const initPostHog = () => { + /* eslint-disable no-console */ + console.log("Hello World") + /* eslint-enable no-console */ try { if (typeof window !== 'undefined') { // @ts-ignore