logger-python icon indicating copy to clipboard operation
logger-python copied to clipboard

Custom fields

Open monrax opened this issue 3 years ago • 1 comments

Add support for custom fields. This introduces breaking changes since the signature for the HttpMessage.send method 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.

monrax avatar Jan 13 '22 16:01 monrax

e4a6af9865d8bdd43fc40cfed9e6e75f96c03e28

Anyesh avatar Jan 15 '22 13:01 Anyesh