Koa.js

AppSignal for Node.jsThis feature requires version 3.0.0 or higher.
Koa.jsThis feature requires version 2.0.0 or higher.

Default instrumentations can be disabled via the disableDefaultInstrumentations config option. You can read more about how to configure this in our Configuration Options documentation.

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.