Skip to content
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

[BUG] LoggerErrorInterceptor not populating err property #1250

Closed
4 tasks done
rivatove opened this issue Dec 23, 2022 · 2 comments
Closed
4 tasks done

[BUG] LoggerErrorInterceptor not populating err property #1250

rivatove opened this issue Dec 23, 2022 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@rivatove
Copy link

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.

@rivatove rivatove added the bug Something isn't working label Dec 23, 2022
@iamolegga
Copy link
Owner

If it's not related to #1111 (comment) please add example repo, err should be populated

@iamolegga
Copy link
Owner

closing, neither response nor example repo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants