Open jhmen opened 5 hours ago
Hey @jhmen thanks for reporting this, could you try using SentryGlobalGenericFilter
instead and check if you're facing the same issue?
Hey @chargome switching to the SentryGlobalGenericFilter
resolves the issue.
Good to hear! Will update the docs accordingly soon, SentryGlobalGenericFilter
was added recently and handles both gql and http errors.
Sounds Greate i will switch our applications accordently.
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/nestjs
SDK Version
8.38.0
Framework Version
nestjs 10.4.1
Link to Sentry event
No response
Reproduction Example/SDK Setup
instrument.ts:
app.module.ts:
Steps to Reproduce
Expected Result
The application should not crash
Actual Result
The application crashes. It does not exit, but no request can be made, and the application is not responding.