getsentry / sentry

Developer-first error tracking and performance monitoring
https://sentry.io
Other
39.05k stars 4.19k forks source link

[Needs triage] issue's event titles are different from the issue title #61332

Open rachrwang opened 11 months ago

rachrwang commented 11 months ago

We have two internal reports of issue titles & event titles being different, and that causing confusion. This ticket is an investigation tickets to determine whether these are actually grouping problems.

Example 1:

John Yang reported this issue.

See screenshots below.

Image

Image

Image

Example 2:

Josh Ferge reported this issue

Image

Example 3: Reported by George: "These two issues are identical, I feel like they should have been one group": https://sentry.sentry.io/issues/4720478456/ https://sentry.sentry.io/issues/4720606725/

jangjodi commented 10 months ago

Conclusion:

Example 1 and 2 are not grouping problems

Example 3 is a known grouping problem: see chained JS errors

armenzg commented 10 months ago

The problem is likely to come that we're not using the remote traceback [1] for grouping.

If you place a remote traceback in front of another you will see that the error came from two different lines within the same function.

image

The issue comes from this commit which soon after it was reverted

image

[1]

image