Analytics Service
Instructions for integrating the analytics provider.
Setup
- Install the SDK:
pnpm add analytics-service
- Set the
ANALYTICS_API_KEY
environment variable.
Usage Example
import { AnalyticsSDK } from 'analytics-service';
export const analyticsClient = new AnalyticsSDK({
apiKey: process.env.ANALYTICS_API_KEY,
});
Last updated on