Skip to content

Observability

Observability integrations give agents production evidence without giving them direct access to provider tokens.

ProviderProvider IDUse it for
SentrysentryIssues, events, releases, and project-level production errors.
LaminarlaminarLLM telemetry and run traces.
Cloudflare Workers Observabilitycloudflare_workers_observabilityWorker telemetry and runtime investigation.

Connect Sentry with a personal token scoped to organization and project read access.

Terminal window
onequery source connect --source sentry \
--input '{"sourceKey":"sentry_prod","credentials":{"authToken":"sntrys_...","organizationSlug":"acme","projectSlug":"web"}}'

Use Source API for issue, event, and release requests after the source is connected.

Enable Workers Logs for the target Worker before expecting useful telemetry. Connect the account ID and a token with the Workers Observability permission required by Cloudflare.

{
"sourceKey": "cloudflare_workers",
"credentials": {
"type": "cloudflare_workers_observability",
"accountId": "023e105f4ecef8ad9ca31a8372d0c353",
"apiToken": "cloudflare_api_token",
"scriptName": "api-production"
}
}
  • Start with a short time window.
  • Ask the provider for fields and status before assuming event shape.
  • Summarize evidence separately from hypotheses.
  • Link production changes to the source and query used for evidence.