Skip to content

Commit e755f7a

Browse files
committed
fix: accept chunked proguard uploads
1 parent decddd3 commit e755f7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry-cli/integration-test/sentry-server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def do_GET(self):
4343
self.writeJSON('{"url":"' + uri.geturl() + self.path + '",'
4444
'"chunkSize":8388608,"chunksPerRequest":64,"maxFileSize":2147483648,'
4545
'"maxRequestSize":33554432,"concurrency":1,"hashAlgorithm":"sha1","compression":["gzip"],'
46-
'"accept":["debug_files","release_files","pdbs","sources","bcsymbolmaps","il2cpp","portablepdbs"]}')
46+
'"accept":["debug_files","release_files","pdbs","sources","bcsymbolmaps","il2cpp","portablepdbs","proguard"]}')
4747
elif self.isApi('/api/0/organizations/{}/repos/?cursor='.format(apiOrg)):
4848
self.writeJSONFile("assets/repos.json")
4949
elif self.isApi('/api/0/organizations/{}/releases/{}@{}/previous-with-commits/'.format(apiOrg, appIdentifier, version)):

0 commit comments

Comments
 (0)