New feature

Export Vercel middleware API function

· week 34 · 2022

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