Ghost/ghost/api-framework/lib
Daniel Lockyer cc085bafe9 Added function names to all Express middleware
refs https://github.com/TryGhost/DevOps/issues/68

- without a name, tools such as New Relic report the function as
  `<anonymous>`, which makes it incredible hard to follow the code flow
- this commit adds a function name to all middleware I can find that
  doesn't already have one, which should fill in a lot of those gaps
2023-08-30 11:47:50 +02:00
..
serializers
utils
validators
api-framework.js
Frame.js
headers.js
http.js Added function names to all Express middleware 2023-08-30 11:47:50 +02:00
pipeline.js