mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-01 19:32:40 +02:00
7 lines
No EOL
199 B
TypeScript
7 lines
No EOL
199 B
TypeScript
// 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'
|
|
}); |