mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-10 07:58:15 -05:00
@@ -5,9 +5,6 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user