From 0625c13be3477a9d6a927908d32117cf34184247 Mon Sep 17 00:00:00 2001 From: akumar Date: Mon, 9 Oct 2023 09:17:10 +0200 Subject: [PATCH] fix: add omit fields config --- cfg/config.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cfg/config.json b/cfg/config.json index b15bafc..a1732c0 100644 --- a/cfg/config.json +++ b/cfg/config.json @@ -47,6 +47,10 @@ { "fieldPath": "decodedMsg.payloads" } + ], + "omitFields": [ + "response", + "responses" ] } },