scoutapp / scout_apm_node

ScoutAPM Agent for NodeJS. Supports Express and other frameworks
https://scoutapm.com
Other
8 stars 9 forks source link

Bad/Invalid endpoint name in Controller logs #258

Open ghost opened 3 years ago

ghost commented 3 years ago

An endpoint was recorded that was malformed:

Controller/GET /^((?!.).)*$/end
Controller/OPTIONS /^((?!.).)*$/end

It looks like the code to determine endpoint patterns may need to be updated