feat(chalice): sourcemap clean log

This commit is contained in:
Taha Yassine Kraiem 2022-09-07 21:55:38 +01:00
parent 449ce64cb3
commit 5f6b1e65ea

View file

@ -80,12 +80,7 @@ def get_traces_group(project_id, payload):
payloads = {}
all_exists = True
for i, u in enumerate(frames):
print("===============================")
print(u["absPath"])
print("converted to:")
key = __get_key(project_id, u["absPath"]) # use filename instead?
print(key)
print("===============================")
if key not in payloads:
file_exists = s3.exists(config('sourcemaps_bucket'), key)
all_exists = all_exists and file_exists