We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b379f7d commit 37fdf34Copy full SHA for 37fdf34
1 file changed
sentry-cli/integration-test/sentry-server.py
@@ -93,6 +93,8 @@ def do_POST(self):
93
self.writeJSON('{ }')
94
elif self.isApi('api/0/organizations/{}/chunk-upload/'.format(apiOrg)):
95
96
+ elif self.isApi('/api/0/projects/{}/{}/files/proguard-artifact-releases/'.format(apiOrg, apiProject)):
97
+ self.writeJSON('{ }')
98
elif self.isApi('api/0/envelope'):
99
sys.stdout.write(" envelope start\n")
100
sys.stdout.write(self.body)
0 commit comments