rowboat/apps/rowboat/instrumentation-client.ts

7 lines
199 B
TypeScript
Raw Normal View History

2025-08-14 23:26:35 +05:30
// instrumentation-client.js
import posthog from 'posthog-js';
posthog.init(process.env.NEXT_PUBLIC_POSTHOG_KEY!, {
api_host: process.env.NEXT_PUBLIC_POSTHOG_HOST,
defaults: '2025-05-24'
});