Documentation Index
Fetch the complete documentation index at: https://docs.aient.ai/llms.txt
Use this file to discover all available pages before exploring further.
@aient/otel-browser
@aient/otel-browser sends browser traces and logs to Aient using public OTLP HTTP endpoints. Use a publishable key and release metadata from your build environment.
Configuration
| Option | Meaning |
|---|---|
publishableKey | Aient environment publishable key safe for browser code |
serviceName | Frontend service name; match source map uploads |
release.environment | Deployment environment slug |
release.commit | Build commit SHA; match source map uploads |
release.branch | Build branch or ref for release correlation |
exporterUrl | Optional base endpoint override; the SDK appends /v1/traces and /v1/logs |
exporterHeaders | Optional custom exporter headers merged with Aient auth |
logs.exporterUrl | Optional logs-specific endpoint override |