Koa.js
This feature requires AppSignal for Node.js version 3.0.0 or higher.
This feature requires Koa.js version 2.0.0 or higher.
The AppSignal for Node.js integration for Koa.js (koa
) v2.0.0+.
Installation
Koa.js is instrumented automatically by the AppSignal for Node.js package. No additional setup is required to instrument your Koa.js application.
Features
The Koa.js integration will send AppSignal a child span representing the execution time of each middleware, as well as a child span for the request handler.
If using @koa/router
, the integration will use the request route as the name of the action. Request query parameters will be sent.
Any errors raised by the request handler or any of the middlewares will be reported to AppSignal.