feat(chalice): sourcemap clean log
This commit is contained in:
parent
449ce64cb3
commit
5f6b1e65ea
1 changed files with 0 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue