Send Sentry error synchronously

This commit is contained in:
ErickSkrauch 2023-10-15 06:17:20 +02:00
parent b98649070d
commit e738bce717
No known key found for this signature in database
GPG Key ID: 669339FCBB30EE0E
2 changed files with 12 additions and 11 deletions

View File

@ -77,9 +77,6 @@ return [
return YII_ENV_DEV ? 'Development' : 'Production'; return YII_ENV_DEV ? 'Development' : 'Production';
})(), })(),
'client' => [
'curl_method' => 'async',
],
], ],
'security' => [ 'security' => [
'passwordHashStrategy' => 'password_hash', 'passwordHashStrategy' => 'password_hash',

20
composer.lock generated
View File

@ -2026,16 +2026,16 @@
}, },
{ {
"name": "sentry/sentry", "name": "sentry/sentry",
"version": "1.10.0", "version": "1.11.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/getsentry/sentry-php.git", "url": "https://github.com/getsentry/sentry-php.git",
"reference": "b2b8ffe1560b9fb0110b02993594a4b04a511959" "reference": "159eeaa02bb2ef8a8ec669f3c88e4bff7e6a7ffe"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/getsentry/sentry-php/zipball/b2b8ffe1560b9fb0110b02993594a4b04a511959", "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/159eeaa02bb2ef8a8ec669f3c88e4bff7e6a7ffe",
"reference": "b2b8ffe1560b9fb0110b02993594a4b04a511959", "reference": "159eeaa02bb2ef8a8ec669f3c88e4bff7e6a7ffe",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2047,7 +2047,7 @@
}, },
"require-dev": { "require-dev": {
"friendsofphp/php-cs-fixer": "^1.8.0", "friendsofphp/php-cs-fixer": "^1.8.0",
"monolog/monolog": "*", "monolog/monolog": "^1.0",
"phpunit/phpunit": "^4.8.35 || ^5.7" "phpunit/phpunit": "^4.8.35 || ^5.7"
}, },
"suggest": { "suggest": {
@ -2062,7 +2062,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.10.x-dev" "dev-master": "1.11.x-dev"
} }
}, },
"autoload": { "autoload": {
@ -2086,7 +2086,11 @@
"log", "log",
"logging" "logging"
], ],
"time": "2018-11-09T12:27:19+00:00" "support": {
"issues": "https://github.com/getsentry/sentry-php/issues",
"source": "https://github.com/getsentry/sentry-php/tree/1.11.0"
},
"time": "2020-02-12T18:38:11+00:00"
}, },
{ {
"name": "spomky-labs/otphp", "name": "spomky-labs/otphp",
@ -7316,5 +7320,5 @@
"ext-sodium": "*" "ext-sodium": "*"
}, },
"platform-dev": [], "platform-dev": [],
"plugin-api-version": "2.0.0" "plugin-api-version": "2.6.0"
} }