We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to ignore some error classes, like yii\web\NotFoundHttpException. How should I modify config?
yii\web\NotFoundHttpException
'log' => [ 'traceLevel' => YII_DEBUG ? 3 : 0, 'targets' => [ [ 'class' => 'notamedia\sentry\SentryTarget', 'dsn' => 'https://...@.../3', 'levels' => ['error', 'warning'], // Write the context information (the default is true): 'context' => true, // Additional options for `Sentry\init`: //'clientOptions' => ['release' => '[email protected]'] ], ] ]
The text was updated successfully, but these errors were encountered:
This Question is answered in Issue #67
Sorry, something went wrong.
No branches or pull requests
I want to ignore some error classes, like
yii\web\NotFoundHttpException
. How should I modify config?The text was updated successfully, but these errors were encountered: