public: feature pages

This commit is contained in:
Carl-Gerhard Lindesvärd
2026-02-07 16:42:02 +00:00
parent ed8b5c667e
commit 6ce9b5dd1b
127 changed files with 3140 additions and 81 deletions

View File

@@ -41,7 +41,7 @@ op = OpenPanel(
Additional Python-specific options:
- `filter` - A function that will be called before tracking an event. If it returns false the event will not be tracked
- `disabled` - Set to `True` to disable all event tracking
- `disabled` - Set to `True` to disable all [event tracking](/features/event-tracking)
- `global_properties` - Dictionary of properties that will be sent with every event
#### Filter Function Example