resurfaceio / logger-nodejs

Log API calls with Node.js
Apache License 2.0
16 stars 2 forks source link

Custom fields #36

Open monrax opened 2 years ago

monrax commented 2 years ago

Add support for custom fields. This introduces breaking changes since the HttpMessage.send signature must be modified to accept custom fields. The custom fields themselves should be added to the message after rules have been applied in HttpLogger.submit_if_passing. See the logger-go implementation.

Anyesh commented 2 years ago

84241f8e62756ebcd022741d89733b3a2d1adb36