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

Deduplication is happening even after removing Dedupe from integrations #14690

Open
3 tasks done
jacobgmathew opened this issue Dec 12, 2024 · 0 comments
Open
3 tasks done
Labels
Package: nextjs Issues related to the Sentry Nextjs SDK Waiting for: Product Owner

Comments

@jacobgmathew
Copy link

jacobgmathew commented Dec 12, 2024

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.44.0

Framework Version

Next 14.0.2

Link to Sentry event

No response

Reproduction Example/SDK Setup

sentry.client.config.js:

{
  debug: true
  integrations: (integrations) =>
    integrations.filter((integration) => integration.name != 'Dedupe'),
}

Steps to Reproduce

Call let eventId = Sentry.captureException(error) in window.onerror.

Sentry has already captured the event (in the GlobalHandlers integration?).

Expected Result

A second error should be sent to Sentry since Dedupe integration is removed and the eventId returned should correspond to this event.

Actual Result

Second error is not send and eventId cannot be found on Sentry. Sentry prints out the following debug message:

Sentry Logger [log]: Not capturing exception because it's already been captured.
@getsantry getsantry bot moved this to Waiting for: Product Owner in GitHub Issues with 👀 3 Dec 12, 2024
@github-actions github-actions bot added the Package: nextjs Issues related to the Sentry Nextjs SDK label Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Package: nextjs Issues related to the Sentry Nextjs SDK Waiting for: Product Owner
Projects
Status: Waiting for: Product Owner
Development

No branches or pull requests

1 participant