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 dc2c0d8 commit 2caf2d4Copy full SHA for 2caf2d4
docs/integrations/koa.rst
@@ -10,7 +10,7 @@ Koa
10
Raven.config('___DSN___').install();
11
12
app.on('error', function (err) {
13
- sentry.captureException(err, function (err, eventId) {
+ Raven.captureException(err, function (err, eventId) {
14
console.log('Reported error ' + eventId);
15
});
16
0 commit comments