Skip to content

Commit 2caf2d4

Browse files
authored
Fix koa doc variable name mixup, fixes #260 (#261)
1 parent dc2c0d8 commit 2caf2d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/integrations/koa.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Koa
1010
Raven.config('___DSN___').install();
1111
1212
app.on('error', function (err) {
13-
sentry.captureException(err, function (err, eventId) {
13+
Raven.captureException(err, function (err, eventId) {
1414
console.log('Reported error ' + eventId);
1515
});
1616
});

0 commit comments

Comments
 (0)