add console.log for post

This commit is contained in:
Maidul Islam
2023-01-28 10:04:34 -08:00
parent 0bd9a848c4
commit dd960aa5f0

View File

@@ -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