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
How do you use Sentry? Sentry SaaS (sentry.io)
Which SDK and version? Laravel 8.0 sentry/sentry-laravel:2.11.0
sentry/sentry-laravel:2.11.0
public function report() { return false; }
Exception is NOT reported to Sentry.
Exception is reported to Sentry. You have to explicitly add an exception to the exception handler's $dontReport array if you want to ignore it.
$dontReport
The text was updated successfully, but these errors were encountered:
As we hook into Laravel's reporting system, returning false has the desired effect and is not considered a bug imo.
Sorry, something went wrong.
No branches or pull requests
Environment
How do you use Sentry?
Sentry SaaS (sentry.io)
Which SDK and version?
Laravel 8.0
sentry/sentry-laravel:2.11.0
Steps to Reproduce
Expected Result
Exception is NOT reported to Sentry.
Actual Result
Exception is reported to Sentry. You have to explicitly add an exception to the exception handler's
$dontReport
array if you want to ignore it.The text was updated successfully, but these errors were encountered: