# StackScope Configuration for Create React App # Copy this file to .env.local in your project root # Required: Your StackScope worker URL REACT_APP_STACKSCOPE_WORKER_URL=https://your-worker.workers.dev # Optional: API key for authentication # REACT_APP_STACKSCOPE_API_KEY=your-optional-api-key # Optional: Enable debug mode (shows logs in console) REACT_APP_STACKSCOPE_DEBUG=true # Optional: Set log level (debug, info, warn, error) # REACT_APP_STACKSCOPE_LOG_LEVEL=info # Optional: Disable all capture (for testing) # REACT_APP_STACKSCOPE_ENABLED=false # Create React App requires REACT_APP_* prefix for client-side access # Variables without this prefix will not be available in the browser # Restart your development server after changing these values