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

Instrumentation of NestJS exception filters #13157

Closed
Tracked by #12504
nicohrubec opened this issue Aug 1, 2024 · 0 comments · Fixed by #13230
Closed
Tracked by #12504

Instrumentation of NestJS exception filters #13157

nicohrubec opened this issue Aug 1, 2024 · 0 comments · Fixed by #13230
Assignees
Labels
Package: nestjs Issues related to the Sentry Nestjs SDK

Comments

@nicohrubec
Copy link
Contributor

nicohrubec commented Aug 1, 2024

https://docs.nestjs.com/exception-filters

Proposed solution: All exception filters are annotated with the @Catch decorator and implement a catch method. We can use that to hook into the framework.

@nicohrubec nicohrubec self-assigned this Aug 1, 2024
@nicohrubec nicohrubec added the Package: nestjs Issues related to the Sentry Nestjs SDK label Aug 1, 2024
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Package: nestjs Issues related to the Sentry Nestjs SDK
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant