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
What is the current behavior?
Despite using: app.useGlobalInterceptors(new LoggerErrorInterceptor()); the err property is not populated with uncaught errors.
app.useGlobalInterceptors(new LoggerErrorInterceptor());
Interestingly, the msg property does get populated.
What is the expected behavior?
The err property gets populated as is the case when logging error objects.
Please provide minimal example repo, not code snippet. Without example repo this issue will be closed.
I will include a repo if you confirm that it looks like a bug. I'm not sure if I understood the docs correctly.
The text was updated successfully, but these errors were encountered:
If it's not related to #1111 (comment) please add example repo, err should be populated
Sorry, something went wrong.
closing, neither response nor example repo
iamolegga
No branches or pull requests
What is the current behavior?
Despite using:
app.useGlobalInterceptors(new LoggerErrorInterceptor());
the err property is not populated with uncaught errors.
Interestingly, the msg property does get populated.
What is the expected behavior?
The err property gets populated as is the case when logging error objects.
Please provide minimal example repo, not code snippet. Without example repo this issue will be closed.
I will include a repo if you confirm that it looks like a bug. I'm not sure if I understood the docs correctly.
The text was updated successfully, but these errors were encountered: