Api v1.15.0 (#1621)

* fix(chalice): fixed default env-vars
* fix(chalice): fixed ios replay video
This commit is contained in:
Kraiem Taha Yassine 2023-11-07 16:53:11 +01:00 committed by GitHub
parent d96011c522
commit f2a7fd80e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -133,6 +133,8 @@ def get_replay(project_id, session_id, context: schemas.CurrentContext, full_dat
if data["platform"] == 'ios':
data['mobsUrl'] = sessions_mobs.get_ios(session_id=session_id, project_id=project_id,
check_existence=False)
data['videoURL'] = sessions_mobs.get_ios_videos(session_id=session_id, project_id=project_id,
check_existence=False)
else:
data['domURL'] = sessions_mobs.get_urls(session_id=session_id, project_id=project_id,
check_existence=False)

View file

@ -77,4 +77,6 @@ KAFKA_SERVERS=kafka.db.svc.cluster.local:9092
KAFKA_USE_SSL=false
SCH_DELETE_DAYS=30
TZ=UTC
CH_COMPRESSION=true
CH_COMPRESSION=true
IOS_BUCKET=mobs
IOS_VIDEO_BUCKET=mobs