Skip to content

Commit

Permalink
Fix koa doc variable name mixup, fixes #260 (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
LewisJEllis authored Jan 25, 2017
1 parent dc2c0d8 commit 2caf2d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/integrations/koa.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Koa
Raven.config('___DSN___').install();
app.on('error', function (err) {
sentry.captureException(err, function (err, eventId) {
Raven.captureException(err, function (err, eventId) {
console.log('Reported error ' + eventId);
});
});
Expand Down

0 comments on commit 2caf2d4

Please sign in to comment.