Skip to content

Commit 7f858bc

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

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
### Fixes
1515

1616
- Sentry-CLI integration test action - Replace literal "\n" with newlines ([#138](https://github.com/getsentry/github-workflows/pull/138))
17+
- Sentry-CLI integration test action - Accept chunked ProGuard uploads for compatibility with Sentry CLI 3.x ([#140](https://github.com/getsentry/github-workflows/pull/140))
1718

1819
## 3.1.0
1920

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)