Send Sentry error synchronously

This commit is contained in:
ErickSkrauch
2023-10-15 06:17:20 +02:00
parent b98649070d
commit e738bce717
2 changed files with 12 additions and 11 deletions

View File

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