We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0817b9e commit 30dfa83Copy full SHA for 30dfa83
platform-includes/getting-started-use/javascript.koa.mdx
@@ -4,10 +4,8 @@ require("./instrument");
4
5
// Now require other modules
6
const Koa = require("koa");
7
-const Router = require("@koa/router");
8
const Sentry = require("@sentry/node");
9
10
-const router = new Router();
11
const app = new Koa();
12
13
Sentry.setupKoaErrorHandler(app);
@@ -23,10 +21,8 @@ import "./instrument";
23
21
24
22
// Now import other modules
25
import Koa from "koa";
26
-import Router from "@koa/router";
27
import * as Sentry from "@sentry/node";
28
29
30
31
32
0 commit comments