Skip to content

Commit

Permalink
chore: update supported technologies
Browse files Browse the repository at this point in the history
  • Loading branch information
david-luna committed Sep 16, 2024
1 parent 789130a commit c878415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/supported-technologies.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ These are the frameworks that we officially support:
| <<express,Express>> | ^4.0.0 |
| <<fastify,Fastify>> | >=1.0.0 | See also https://www.fastify.io/docs/latest/Reference/LTS/[Fastify's own LTS documentation]
| <<hapi,@hapi/hapi>> | >=17.9.0 <22.0.0 |
| <<koa,Koa>> via koa-router or @koa/router | >=5.2.0 <13.0.0 | Koa doesn't have a built in router, so we can't support Koa directly since we rely on router information for full support. We currently support the most popular Koa router called https://github.com/koajs/koa-router[koa-router].
| <<koa,Koa>> via koa-router or @koa/router | >=5.2.0 <14.0.0 | Koa doesn't have a built in router, so we can't support Koa directly since we rely on router information for full support. We currently support the most popular Koa router called https://github.com/koajs/koa-router[koa-router].
| <<nextjs,Next.js>> | >=12.0.0 <13.3.0 | (Technical Preview) This instruments Next.js routing to name transactions for incoming HTTP transactions; and reports errors in user pages. It supports the Next.js production server (`next start`) and development server (`next dev`). See the <<nextjs,Getting Started document>>.
| <<restify,Restify>> | >=5.2.0 <12.0.0 |
|=======================================================================
Expand Down

0 comments on commit c878415

Please sign in to comment.