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