Docs
CodeRabbit
Cloudflare
Railway
OpenRouter
WorkOS
Clerk
SerpAPI
Netlify
AG Grid
Electric
Sentry
Unkey
Prisma
CodeRabbit
Cloudflare
Railway
OpenRouter
WorkOS
Clerk
SerpAPI
Netlify
AG Grid
Electric
Sentry
Unkey
Prisma
Class References
Function References
Interface References
Type Alias References
Variable References

DebugOption

Type Alias: DebugOption

ts
type DebugOption = boolean | DebugConfig;
type DebugOption = boolean | DebugConfig;

Defined in: packages/ai/src/logger/types.ts:78

The shape accepted by the debug option on every @tanstack/ai activity. Pass true to enable all categories with the default console logger; false to silence everything including errors; an object for granular control.