feat(backend): added new mobile conditions to chalice filters (#1941)
This commit is contained in:
parent
f2cd253bc3
commit
b8eca2516b
1 changed files with 7 additions and 0 deletions
|
|
@ -517,6 +517,13 @@ class FilterType(str, Enum):
|
|||
utm_source = "utmSource"
|
||||
utm_medium = "utmMedium"
|
||||
utm_campaign = "utmCampaign"
|
||||
# Mobile conditions
|
||||
thermal_state = "thermalState"
|
||||
main_thread_cpu = "mainThreadCPU"
|
||||
view_component = "viewComponent"
|
||||
log_event = "logEvent"
|
||||
click_event = "clickEvent"
|
||||
memory_usage = "memoryUsage"
|
||||
|
||||
|
||||
class SearchEventOperator(str, Enum):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue