mirror of
https://github.com/Infisical/infisical.git
synced 2025-03-25 14:05:03 +00:00
disable eslint for TELEMETRY_CAPTURING_ENABLED
This commit is contained in:
@ -4,6 +4,7 @@ import { ENV, POSTHOG_API_KEY, POSTHOG_HOST } from '../utilities/config';
|
||||
|
||||
export const initPostHog = () => {
|
||||
if (typeof window !== 'undefined') {
|
||||
// eslint-disable-next-line
|
||||
if (ENV == 'production' && TELEMETRY_CAPTURING_ENABLED) {
|
||||
posthog.init(POSTHOG_API_KEY, {
|
||||
api_host: POSTHOG_HOST
|
||||
|
Reference in New Issue
Block a user