-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
lastEventId is wrong when errors are Deduped #4018
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
Comments
@getsentry/team-webplatform I think we have to understand this issue as something more than the Dedupe integration. In fact, the Before we'd special-case the Dedupe integration as in #4021, I'd consider clarifying the meaning of |
The team has discussed this outside of GitHub, publishing the outcome here so we know how to proceed:
Action Items(cc @onurtemizkan)
|
Package + Version
@sentry/browser
@sentry/node
raven-js
raven-node
(raven for node)Version:
Description
I use the lastEventId as an error reference that I show to my users. Using that I can then find the error they experienced, but for some time now I have very often not been able to find the error - often thinking they were offline when it happened but now I found out that it is the Dedupe filter that simply blocks the event from being sent BUT it still reports a new lastEventId.
Is there a way to fix this, is it intended behaviour and how do I work around it if it is? To me, the logical thing would be to set lastEventId to the last event of that type that was sent.
The text was updated successfully, but these errors were encountered: