Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
捕获产品事件和指标。
@repo/analytics
analytics
// For server-side code import { analytics } from '@repo/analytics/posthog/server'; // For client-side code import { analytics } from '@repo/analytics/posthog/client';
capture
analytics.capture({ event: 'Product Purchased', distinctId: 'user_123', });