Skip to content

Commit 37fdf34

Browse files
committed
Add Proguard artifact endpoint for Android builds
1 parent b379f7d commit 37fdf34

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ def do_POST(self):
9393
self.writeJSON('{ }')
9494
elif self.isApi('api/0/organizations/{}/chunk-upload/'.format(apiOrg)):
9595
self.writeJSON('{ }')
96+
elif self.isApi('/api/0/projects/{}/{}/files/proguard-artifact-releases/'.format(apiOrg, apiProject)):
97+
self.writeJSON('{ }')
9698
elif self.isApi('api/0/envelope'):
9799
sys.stdout.write(" envelope start\n")
98100
sys.stdout.write(self.body)

0 commit comments

Comments
 (0)