getsentry / sentry-java

A Sentry SDK for Java, Android and other JVM languages.
https://docs.sentry.io/
MIT License
1.16k stars 435 forks source link

Improve grouping and stack trace linking for ANRs #3837

Open markushi opened 1 week ago

markushi commented 1 week ago

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 commented 1 week ago

@Chog0 FYI, to keep you in the loop