Upload source maps
Upload source maps from CI after building your frontend. The upload commit and service name must match the telemetry emitted by the deployed bundle.AIENT_API_KEY in CI. Unlike telemetry publishable keys, source map upload keys are server-side credentials and must not be shipped to browsers.
Matching rules
| Field | Must match |
|---|---|
service | Browser telemetry service.name |
commit | Browser telemetry deployment.commit_sha |
bundle-prefix | Public path that appears in minified stack frame URLs |