mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-16 18:25:17 +02:00
7 lines
199 B
TypeScript
7 lines
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'
|
||
|
|
});
|