Skip to content

Instantly share code, notes, and snippets.

@alexbeletsky
Created September 9, 2015 09:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexbeletsky/a809b53a2e09c3523be1 to your computer and use it in GitHub Desktop.
Save alexbeletsky/a809b53a2e09c3523be1 to your computer and use it in GitHub Desktop.
undefined:3
return function bound dispatch(req, res, next) {
^^^^^^^^
SyntaxError: Unexpected identifier
at Function (native)
at wrapHandle (/Users/alexanderbeletsky/Development/Projects/mylorry/health-point/node_modules/newrelic/lib/instrumentation/express.js:277:19)
at Function.cls_wrapMiddlewareStack [as use] (/Users/alexanderbeletsky/Development/Projects/mylorry/health-point/node_modules/newrelic/lib/instrumentation/express.js:319:24)
at EventEmitter.<anonymous> (/Users/alexanderbeletsky/Development/Projects/mylorry/health-point/node_modules/express/lib/application.js:219:21)
at Array.forEach (native)
at EventEmitter.use (/Users/alexanderbeletsky/Development/Projects/mylorry/health-point/node_modules/express/lib/application.js:216:7)
at EventEmitter.wrappedAppUse [as use] (/Users/alexanderbeletsky/Development/Projects/mylorry/health-point/node_modules/newrelic/lib/instrumentation/express.js:349:11)
at Object.<anonymous> (/Users/alexanderbeletsky/Development/Projects/mylorry/health-point/app.js:30:5)
at Module._compile (module.js:434:26)
at Object.Module._extensions..js (module.js:452:10)
@ismyrnow
Copy link

Found this via google, and it mirrors the newrelic issue I'm having on Windows 8 x64 with nodejs v4.0.0.

Have you found a resolution to this? I've got an open issue with newrelic right now (and on the forums), and am waiting to hear back from them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment