mirror of
https://github.com/elyby/accounts.git
synced 2025-05-31 14:11:46 +05:30
Обновление версии компонента для отправки логов в sentry
This commit is contained in:
@@ -35,7 +35,7 @@ return [
|
||||
],
|
||||
],
|
||||
'sentry' => [
|
||||
'class' => mito\sentry\SentryComponent::class,
|
||||
'class' => mito\sentry\Component::class,
|
||||
'enabled' => !empty(getenv('SENTRY_DSN')),
|
||||
'dsn' => getenv('SENTRY_DSN'),
|
||||
'environment' => YII_ENV_DEV ? 'development' : 'production',
|
||||
|
Reference in New Issue
Block a user