← All docs

Common issues

Early product — a short list of what usually breaks first.

  • No executions showing

    Confirm the wrapped function runs on a path you hit, SDK is configured with the right ingest, and the app project matches that ingest. Check network to the ingest URL from your environment.

  • Wrong project token

    Rotate or copy a fresh token from the dashboard, paste into config, and redeploy or restart the process that uses it.

  • Ingest URL issues

    Must match the project exactly (scheme, host, path). A typo in env vars is the usual cause.

  • Permission errors

    API keys, org and project access, and CORS/edge allowlists in your app can block capture. Fix auth first, then re-test a single run.