newrelic / newrelic-flutter-agent

New Relic agent SDK for Flutter hybrid mobile apps
Apache License 2.0
6 stars 12 forks source link

router bug #73

Closed khsydney closed 7 months ago

khsydney commented 8 months ago

test

[nodejs-shark-app] app.js (Lines 51-54)


router.use(function (req,res,next) {
  console.log('/' + req.method + ' called') ;
  next();
});

Open in IDE · Open on GitHub

Created from VS Code using CodeStream