- Real GA4 Measurement Protocol implementation (page_view, purchase, waitlist_signup, conversion tracking) - Setup script with manual and automated (GCP Admin API) paths - GA4 env vars documented in .env.example Co-Authored-By: Paperclip <noreply@paperclip.ing>
30 lines
636 B
Plaintext
30 lines
636 B
Plaintext
DATABASE_URL="postgresql://shieldai:shieldai_dev@localhost:5432/shieldai"
|
|
REDIS_URL="redis://localhost:6379"
|
|
PORT=3000
|
|
LOG_LEVEL=info
|
|
HIBP_API_KEY=""
|
|
RESEND_API_KEY=""
|
|
AWS_REGION="us-east-1"
|
|
|
|
# Datadog APM Configuration
|
|
DD_SERVICE="shieldai-api"
|
|
DD_ENV="development"
|
|
DD_VERSION="0.1.0"
|
|
DD_TRACE_ENABLED="true"
|
|
DD_TRACE_SAMPLE_RATE="1.0"
|
|
DD_LOGS_INJECTION="true"
|
|
DD_AGENT_HOST="localhost"
|
|
DD_AGENT_PORT="8126"
|
|
DD_API_KEY=""
|
|
DD_SITE="datadoghq.com"
|
|
|
|
# Sentry Error Tracking
|
|
SENTRY_DSN=""
|
|
SENTRY_ENVIRONMENT="development"
|
|
SENTRY_RELEASE="0.1.0"
|
|
SENTRY_TRACES_SAMPLE_RATE="0.1"
|
|
|
|
# Google Analytics 4
|
|
GA4_MEASUREMENT_ID=""
|
|
GA4_API_SECRET=""
|