From 91ee78fa0d51eb6980b5bcb8924c71813c5ba1c5 Mon Sep 17 00:00:00 2001 From: MarconLP <13001502+MarconLP@users.noreply.github.com> Date: Thu, 24 Oct 2024 16:09:21 +0200 Subject: [PATCH] default to sending all events --- posthog/cdp/templates/june/template_june.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/posthog/cdp/templates/june/template_june.py b/posthog/cdp/templates/june/template_june.py index d7751ca3198fb..17e2a86742d74 100644 --- a/posthog/cdp/templates/june/template_june.py +++ b/posthog/cdp/templates/june/template_june.py @@ -136,11 +136,8 @@ }, ], filters={ - "events": [ - {"id": "$identify", "name": "$identify", "type": "events", "order": 0}, - {"id": "$set", "name": "$set", "type": "events", "order": 1}, - ], + "events": [], "actions": [], - "filter_test_accounts": True, + "filter_test_accounts": False, }, )