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
9.30.0
Framework Version
10
Link to Sentry event
No response
Reproduction Example/SDK Setup
SentryGlobalGraphQLFilter is no longer exported: https://www.npmjs.com/package/@sentry/nestjs#Usage
Steps to Reproduce
Install the latest version of @sentry/nestjs and try to import SentryGlobalGraphQLFilter as the documentation and install guide says.
Expected Result
It should be able to import SentryGlobalGraphQLFilter
Actual Result
"@sentry/nestjs/setup"' has no exported member named 'SentryGlobalGraphQLFilter'. Did you mean 'SentryGlobalFilter'?
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
9.30.0
Framework Version
10
Link to Sentry event
No response
Reproduction Example/SDK Setup
SentryGlobalGraphQLFilteris no longer exported: https://www.npmjs.com/package/@sentry/nestjs#UsageSteps to Reproduce
Install the latest version of
@sentry/nestjsand try to importSentryGlobalGraphQLFilteras the documentation and install guide says.Expected Result
It should be able to import
SentryGlobalGraphQLFilterActual Result
"@sentry/nestjs/setup"' has no exported member named 'SentryGlobalGraphQLFilter'. Did you mean 'SentryGlobalFilter'?