Open tsondergaard opened 6 years ago
Closing this issue due to staleness. Feel free to comment here if you think we should still work on this.
Actually, I find this very interesting. Will keep open for self-interest 😀
This issue has gone three weeks without activity. In another week, I will close it.
But! If you comment or otherwise update it, I will reset the clock, and if you label it Status: Accepted
, I will leave it alone ... forever!
"A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀
Routing to @getsentry/owners-ingest for triage. ⏲️
sentry.io would benefit hugely from improved algorithms for grouping events based on stack traces. I good first step would be to introduce a stack trace similarity metric so stacktraces don't have to be (virtually?) identical to be grouped.
Some existing work within this domain:
Something less advanced might also do the job, ie some basic filtering of the stacktrace and then some adaptation of the levenshtein edit distance algorithm could be used. Refinements that put extra relevance on the top stack frames would be an improvement.