* 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 EE heatmaps
This commit is contained in:
Kraiem Taha Yassine 2024-09-05 11:50:57 +02:00 committed by GitHub
parent bff9b7fb93
commit b5e8e86f23
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -78,7 +78,6 @@ def get_by_url(project_id, data: schemas.GetHeatMapPayloadSchema):
logger.debug("---------")
try:
rows = cur.execute(query)
except Exception as err:
logger.warning("--------- HEATMAP 2 SEARCH QUERY EXCEPTION CH -----------")
logger.warning(query)
@ -270,7 +269,7 @@ if not config("EXP_SESSIONS_SEARCH", cast=bool, default=False):
message_id,
timestamp,
host,
path
path,
path AS value,
path AS url,
'LOCATION' AS type