VelaIngestClient and VelaManagementClient accept the same options.
Options
Custom base URL
Point to a self-hosted instance or local development server:Custom timeout
Custom fetch
Inject a customfetch implementation for edge runtimes, testing, or instrumentation:
- Testing — inject a mock fetch to avoid real HTTP calls
- Edge runtimes — some environments require a specific fetch implementation
- Observability — wrap fetch with logging or tracing