Analytics Plugins
Product analytics integrations: Jitsu, PostHog, and Sentry.
Jitsu Analytics Pluginโ
Integrates Jitsu for server-side event tracking.
Configurationโ
| Variable | Description |
|---|---|
JITSU_SERVER_URL | Jitsu server URL |
JITSU_SERVER_WRITE_KEY | Write key for events |
Events Trackedโ
- User signups and logins
- Feature usage events
- Error events
PostHog Analytics Pluginโ
Integrates PostHog for product analytics and feature flags.
Configurationโ
| Variable | Description |
|---|---|
POSTHOG_API_KEY | PostHog project API key |
POSTHOG_HOST | PostHog instance URL |
Featuresโ
- Event tracking
- User identification
- Feature flag evaluation
- Session recordings (client-side)
Sentry Tracing Pluginโ
Integrates Sentry for error monitoring and performance tracing.
Configurationโ
| Variable | Description |
|---|---|
SENTRY_DSN | Sentry DSN |
SENTRY_TRACES_SAMPLE_RATE | Trace sample rate (0-1) |
SENTRY_PROFILE_SAMPLE_RATE | Profile sample rate |
SENTRY_HTTP_TRACING_ENABLED | Enable HTTP tracing |
SENTRY_POSTGRES_TRACING_ENABLED | Enable DB tracing |
Featuresโ
- Automatic error reporting
- Performance tracing (HTTP, database)
- Release tracking
- Source map integration
Related Pagesโ
- Monitoring & Observability โ production monitoring