What problem does it solve?
This Skill provides framework-specific wrappers that enable consistent request-scoped logging, tracing, and utility functions across multiple server environments, reducing development complexity.
Core Features & Use Cases
- Handler Wrappers: Facilitate automatic span creation and logger binding in Next.js, Nitro, Cloudflare Workers, Hono, and TanStack Start.
- Logger Utilities: Provide functions like
useLogger() for easy access to request qualifiers within handlers.
- Toolkit Bundles: Offer
*Toolkit objects that include error parsing, structured error creation, and drain pipeline generation, supporting consistent debugging and observability.
- Use Case: Developers building API endpoints or server functions can quickly add request-level observability with minimal boilerplate, ensuring trace context propagation and logging coherence.
Quick Start
Import the framework-specific functions like withAutotel and useLogger and wrap your handlers to enable request-scoped logging and tracing automatically.