Overview
All changelog entries
Axiom
New feature

Export Vercel middleware API function

Export Vercel middleware API function

💡: You can export your middleware, edge, or api Vercel functions withAxiom() to:

  • Access logging from the request object
  • Capture request properties such as query params etc
  • Inspect failed executions with all the details you need