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 c4947f2 commit 8a78e3eCopy full SHA for 8a78e3e
contrib/sentry.php
@@ -132,6 +132,7 @@ static function (&$value) use ($config) {
132
$response = Httpie::post(
133
$releasesApiUrl
134
)
135
+ ->setopt(CURLOPT_TIMEOUT, 10)
136
->header('Authorization', sprintf('Bearer %s', $config['token']))
137
->jsonBody($releaseData)
138
->getJson();
@@ -162,6 +163,7 @@ static function (&$value) use ($config) {
162
163
164
$releasesApiUrl . $response['version'] . '/deploys/'
165
166
167
168
->jsonBody($deployData)
169
0 commit comments