console.log in posthog

This commit is contained in:
Maidul Islam
2023-01-28 11:21:56 -08:00
parent 233a468127
commit 13aeeb4731

View File

@@ -5,6 +5,8 @@ import posthog from 'posthog-js';
import { ENV, POSTHOG_API_KEY, POSTHOG_HOST } from '../utilities/config';
export const initPostHog = () => {
// @ts-ignore
console.log("Init Infisical")
try {
if (typeof window !== 'undefined') {
// @ts-ignore