Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/vue: 10.51.0
@sentry/webpack-plugin: 5.2.1
Link to Sentry event
https://andelemandele.sentry.io/issues/7447012311/
Steps to Reproduce
- Configure Sentry integration
Sentry.thirdPartyErrorFilterIntegration({
filterKeys: ['andelemandele-public-website'],
behaviour: 'drop-error-if-exclusively-contains-third-party-frames',
ignoreSentryInternalFrames: true,
})
- Ensure production build uses minification
Expected Result
The sentryWrapped frame should be recognized as a Sentry internal frame and ignored when evaluating whether the error is exclusively third-party.
Actual Result
The error is not dropped. The sentryWrapped frame is classified as a first-party/application frame because it's bundled into the app and tagged with the applicationKey.
Additional Context
No response
Priority
No response
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/vue: 10.51.0
@sentry/webpack-plugin: 5.2.1
Link to Sentry event
https://andelemandele.sentry.io/issues/7447012311/
Steps to Reproduce
Expected Result
The sentryWrapped frame should be recognized as a Sentry internal frame and ignored when evaluating whether the error is exclusively third-party.
Actual Result
The error is not dropped. The sentryWrapped frame is classified as a first-party/application frame because it's bundled into the app and tagged with the applicationKey.
Additional Context
No response
Priority
No response