Обновление версии компонента для отправки логов в sentry

This commit is contained in:
ErickSkrauch
2016-12-07 23:22:49 +03:00
parent 4623063074
commit 8570cfcbfa
4 changed files with 4 additions and 4 deletions

View File

@@ -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',