mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-16 19:33:11 +02:00
Added posthog variables directly to code (#5024)
This commit is contained in:
@@ -12,8 +12,8 @@ import posthog from 'posthog-js';
|
|||||||
import { PostHogProvider } from 'posthog-js/react';
|
import { PostHogProvider } from 'posthog-js/react';
|
||||||
import { BASE_PATH } from '@app/constants/app';
|
import { BASE_PATH } from '@app/constants/app';
|
||||||
|
|
||||||
posthog.init(import.meta.env.VITE_PUBLIC_POSTHOG_KEY, {
|
posthog.init('phc_VOdeYnlevc2T63m3myFGjeBlRcIusRgmhfx6XL5a1iz', {
|
||||||
api_host: import.meta.env.VITE_PUBLIC_POSTHOG_HOST,
|
api_host: 'https://eu.i.posthog.com',
|
||||||
defaults: '2025-05-24',
|
defaults: '2025-05-24',
|
||||||
capture_exceptions: true, // This enables capturing exceptions using Error Tracking, set to false if you don't want this
|
capture_exceptions: true, // This enables capturing exceptions using Error Tracking, set to false if you don't want this
|
||||||
debug: false,
|
debug: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user