Skip to content

Commit

Permalink
default to sending all events
Browse files Browse the repository at this point in the history
  • Loading branch information
MarconLP committed Oct 24, 2024
1 parent 1faf16d commit 91ee78f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions posthog/cdp/templates/june/template_june.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
)

0 comments on commit 91ee78f

Please sign in to comment.