You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After configuring the thirdPartyErrorFilterIntegration to apply a tag to issues if they contain third-party stack frames, issues are incorrectly tagged as being from a third party.
Add applicationKey to next.config.js and add the thirdPartyErrorFilterIntegration to Sentry.init()
next.config.js
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/nextjs
SDK Version
8.24.0
Framework Version
No response
Link to Sentry event
No response
Reproduction Example/SDK Setup
No response
Steps to Reproduce
After configuring the thirdPartyErrorFilterIntegration to apply a tag to issues if they contain third-party stack frames, issues are incorrectly tagged as being from a third party.
next.config.js
Sentry.client.config.js
https://org2-w7.sentry.io/issues/5615320176/events/33b552bfbbd8422db76734d93203f883/
https://org2-w7.sentry.io/settings/projects/nextjs14/source-maps/artifact-bundles/ff407422-2b74-5662-84b7-a70ebdde9fd3/?query=306f2601-113c-4fb2-9666-d8fe6b89d8e3
same result with
behaviour: "apply-tag-if-exclusively-contains-third-party-frames"
Additional info:
window._sentryModuleMetadata is undefined:
When behaviour is set to behaviour: "drop-error-if-contains-third-party-frames" events are dropped:
Expected Result
third_party_code tag is set to False or not at all for errors occurring in my app
Actual Result
third_party_code tag is set as True for errors occurring in my app
The text was updated successfully, but these errors were encountered: