Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.

Commit

Permalink
Merge pull request #2973 from comus/alpha
Browse files Browse the repository at this point in the history
fix Raven.requestHandler
  • Loading branch information
mxstbr authored Apr 30, 2018
2 parents a895a52 + 4e5aa69 commit 8c92c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/raven/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if (
captureException: noop,
setUserContext: noop,
config: () => ({ install: noop }),
requestHandler: (req, res, next) => next(),
requestHandler: () => (req, res, next) => next(),
parsers: {
parseRequest: noop,
},
Expand Down

0 comments on commit 8c92c00

Please sign in to comment.