disable eslint for TELEMETRY_CAPTURING_ENABLED

This commit is contained in:
Maidul Islam
2022-12-10 13:49:37 -05:00
parent 4f312cfd1a
commit 589e811e9b

View File

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