mirror of
https://github.com/elyby/accounts.git
synced 2025-05-31 14:11:46 +05:30
Обновление версии компонента для отправки логов в sentry
This commit is contained in:
@@ -22,7 +22,7 @@ return [
|
||||
'traceLevel' => YII_DEBUG ? 3 : 0,
|
||||
'targets' => [
|
||||
[
|
||||
'class' => mito\sentry\SentryTarget::class,
|
||||
'class' => mito\sentry\Target::class,
|
||||
'levels' => ['error', 'warning'],
|
||||
'except' => [
|
||||
'legacy-authserver',
|
||||
|
Reference in New Issue
Block a user