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