* fix(chalice): fixed Math-operators validation
refactor(chalice): search for sessions that have events for heatmaps

* refactor(chalice): search for sessions that have at least 1 location event for heatmaps

* fix(chalice): fixed Math-operators validation
refactor(chalice): search for sessions that have events for heatmaps

* refactor(chalice): search for sessions that have at least 1 location event for heatmaps

* feat(chalice): autocomplete return top 10 with stats

* fix(chalice): fixed autocomplete top 10 meta-filters

* fix(chalice): fixed typo in modules
This commit is contained in:
Kraiem Taha Yassine 2024-11-15 15:37:57 +01:00 committed by GitHub
parent ea53e7ce48
commit 746d7a04eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1570,7 +1570,7 @@ class ModuleType(str, Enum):
BUG_REPORTS = "bug-reports"
OFFLINE_RECORDINGS = "offline-recordings"
ALERTS = "alerts"
ASSIST_STATTS = "assist-statts"
ASSIST_STATS = "assist-stats"
RECOMMENDATIONS = "recommendations"
FEATURE_FLAGS = "feature-flags"
USABILITY_TESTS = "usability-tests"