Cluebase Docs

Configuration

The CluebaseProvider accepts several optional props to customize behavior.

Props Reference

apiKey *

Your project's unique API key, starting with lum_.

typescript
apiKey: string

maxRetries

Number of times to retry failed error reports.

typescript
maxRetries?: number // default: 3
Environment Variables
We strongly recommend using environment variables for the API key to keep it secure and easily rotatable.