Api v1.15.0 (#1621)
* fix(chalice): fixed default env-vars * fix(chalice): fixed ios replay video
This commit is contained in:
parent
d96011c522
commit
f2a7fd80e3
2 changed files with 5 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Add table
Reference in a new issue