issues
search
getsentry
/
team-mobile
Meta issues for the Mobile team
4
stars
1
forks
source link
ANRv2 phase 2
#115
Closed
romtsn
closed
1 year ago
romtsn
commented
1 year ago
What's left to ship ANRv2:
SDK
[x] Thorough changelog explaining how the new implementation works and what's the diff between new/old and that it replaces v1 only on API 30 and above
[x] Create an issue for v1 and v2 to work together for community feedback and link to it from docs and changelog
https://github.com/getsentry/sentry-java/issues/2693
[x] Merge integration branch
feat/anr-v2
into
main
[x]
https://github.com/getsentry/sentry-java/pull/2761
Docs
[x] Develop docs
https://github.com/getsentry/develop/issues/900
[x]
Android SDK docs
https://github.com/getsentry/sentry-docs/pull/6973
[x] Product docs, similar to
https://docs.sentry.io/platforms/android/performance/instrumentation/performance-metrics/#application-not-responding-anr-rate
https://github.com/getsentry/sentry-docs/pull/7180
Frontend
[x] Update filtering with the new mechanism (
AppExitInfo
)
https://github.com/getsentry/sentry/pull/48579
[x] Fix thread state tag misalignment (see picture below)
https://github.com/getsentry/sentry/pull/48660
[x] Update ANR suspect root cause wordings and designs (e.g. highlight the offending frame)
https://github.com/getsentry/sentry/pull/49673
[x] Show Thread Name instead of Thread label when a thread selected in the thread picker (label can be inherently long)
https://github.com/getsentry/sentry/pull/48689
[x] Display lock reason
https://github.com/getsentry/sentry/pull/50471
https://github.com/getsentry/sentry/pull/50472
[x] Show offending thread's stacktrace in case of deadlock
https://github.com/getsentry/sentry/pull/50814
https://github.com/getsentry/sentry/pull/50925
What's left to ship ANRv2:
SDK
feat/anr-v2
intomain
Docs
Frontend
AppExitInfo
) https://github.com/getsentry/sentry/pull/48579