Skip to main content
Use this checklist when traces do not appear in Catalyst or when spans are missing expected attributes.

No Spans Appear

Confirm Export Configuration

Enable Debug Logging

Initialize Before Clients

Call setup() before constructing provider or framework clients. Many integrations patch shared prototypes or callback configuration paths.
TypeScript

Spans Disappear In Short-Lived Processes

Batch exporters flush on an interval. CLIs, scripts, workers, and tests should call shutdown() before the process exits.

Framework Spans Are Missing

Attributes Are Missing

Some attributes only appear when the upstream provider returns the data. For example, token counts depend on provider usage fields, and Anthropic prompt-cache details appear only when prompt caching actually engages for the request.

Next Steps

If setup order, export configuration, and shutdown are correct, reduce the issue to the smallest provider call and compare it with Traces Quickstart.