From a308dea583fc9cfba908aded84338624652a39cb Mon Sep 17 00:00:00 2001 From: Pete Cheslock Date: Wed, 26 Jul 2023 15:14:14 -0400 Subject: [PATCH] Update comparison filters --- appmap.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/appmap.yml b/appmap.yml index ff4a1ec..12a67f4 100644 --- a/appmap.yml +++ b/appmap.yml @@ -6,9 +6,4 @@ language: ruby appmap_dir: tmp/appmap compare: filter: - hide_external: true - hide_name: - - /^external-route:.*\bhttp:\/\/127\.0\.0\.1:\d+\/session\/[a-f0-9]{32,}\// - - /^query:[\s\S]*\bSAVEPOINT\b/ - - /^query:[\s\S]*\bPRAGMA\b/, - - /^query:[\s\S]*\bsqlite_master\b/ \ No newline at end of file + hide_external: true \ No newline at end of file