-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
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
Always in same error #7
Comments
@triasrahman Does the error being triggered have an exception in the context? If it does then monosnag should be passing the exception through to bugsnag: |
I am having the same issue, all errors that are logged end up as the same error in bugsnag. |
Hi guys, I use this code : ` $bugsnagClient->registerCallback(function ($report) {
But should be good that the handler does that. |
Hi, I have a problem when integrating it on my app. Every error always point to same stacktrace (BugsnagHandler:58). So I can't discover every error happens. How to solve this? Please help. Thanks.
The text was updated successfully, but these errors were encountered: