sentry-java icon indicating copy to clipboard operation
sentry-java copied to clipboard

Improve grouping and stack trace linking for ANRs

Open markushi opened this issue 11 months ago • 3 comments

Description

Ideally we can have aggregated stacktraces for ANRs, allowing use to pinpoint the actual root cause for an ANR and improving our grouping on top.

We should look into this library as well: https://github.com/brendangregg/FlameGraph

markushi avatar Oct 31 '24 11:10 markushi