mirror of
https://github.com/elyby/accounts.git
synced 2025-05-31 14:11:46 +05:30
Первичная интеграция логирования ошибок в sentry
This commit is contained in:
@@ -20,6 +20,15 @@ return [
|
||||
'class' => yii\swiftmailer\Mailer::class,
|
||||
'viewPath' => '@common/mail',
|
||||
],
|
||||
'sentry' => [
|
||||
'class' => mito\sentry\SentryComponent::class,
|
||||
'dsn' => 'https://9f37c63079e24f35b585ab61dd7ee068:b501bfc8d9fc49ccadbf16731705b222@sentry.ely.by/3',
|
||||
'environment' => YII_ENV_DEV ? 'development' : 'production',
|
||||
'jsNotifier' => false,
|
||||
'client' => [
|
||||
'curl_method' => 'async',
|
||||
],
|
||||
],
|
||||
'security' => [
|
||||
'passwordHashStrategy' => 'password_hash',
|
||||
],
|
||||
|
Reference in New Issue
Block a user