mirror of
https://github.com/elyby/accounts.git
synced 2024-11-08 13:42:30 +05:30
Send Sentry error synchronously
This commit is contained in:
parent
b98649070d
commit
e738bce717
@ -77,9 +77,6 @@ return [
|
||||
|
||||
return YII_ENV_DEV ? 'Development' : 'Production';
|
||||
})(),
|
||||
'client' => [
|
||||
'curl_method' => 'async',
|
||||
],
|
||||
],
|
||||
'security' => [
|
||||
'passwordHashStrategy' => 'password_hash',
|
||||
|
20
composer.lock
generated
20
composer.lock
generated
@ -2026,16 +2026,16 @@
|
||||
},
|
||||
{
|
||||
"name": "sentry/sentry",
|
||||
"version": "1.10.0",
|
||||
"version": "1.11.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/getsentry/sentry-php.git",
|
||||
"reference": "b2b8ffe1560b9fb0110b02993594a4b04a511959"
|
||||
"reference": "159eeaa02bb2ef8a8ec669f3c88e4bff7e6a7ffe"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/getsentry/sentry-php/zipball/b2b8ffe1560b9fb0110b02993594a4b04a511959",
|
||||
"reference": "b2b8ffe1560b9fb0110b02993594a4b04a511959",
|
||||
"url": "https://api.github.com/repos/getsentry/sentry-php/zipball/159eeaa02bb2ef8a8ec669f3c88e4bff7e6a7ffe",
|
||||
"reference": "159eeaa02bb2ef8a8ec669f3c88e4bff7e6a7ffe",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -2047,7 +2047,7 @@
|
||||
},
|
||||
"require-dev": {
|
||||
"friendsofphp/php-cs-fixer": "^1.8.0",
|
||||
"monolog/monolog": "*",
|
||||
"monolog/monolog": "^1.0",
|
||||
"phpunit/phpunit": "^4.8.35 || ^5.7"
|
||||
},
|
||||
"suggest": {
|
||||
@ -2062,7 +2062,7 @@
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.10.x-dev"
|
||||
"dev-master": "1.11.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
@ -2086,7 +2086,11 @@
|
||||
"log",
|
||||
"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",
|
||||
@ -7316,5 +7320,5 @@
|
||||
"ext-sodium": "*"
|
||||
},
|
||||
"platform-dev": [],
|
||||
"plugin-api-version": "2.0.0"
|
||||
"plugin-api-version": "2.6.0"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user