Conversation
Member
Author
|
@sentry review |
static/app/views/issueDetails/groupEventDetails/groupEventDetailsContent.tsx
Outdated
Show resolved
Hide resolved
static/app/views/issueDetails/groupEventDetails/groupEventDetailsContent.tsx
Outdated
Show resolved
Hide resolved
…ents-with-profile
static/app/views/issueDetails/groupEventDetails/groupEventDetails.spec.tsx
Show resolved
Hide resolved
❌ 3 Tests Failed:
View the top 3 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
…ents-with-profile
…ents-with-profile
…ents-with-profile
static/app/views/issueDetails/groupEventDetails/groupEventDetailsContent.tsx
Show resolved
Hide resolved
…ents-with-profile
…ents-with-profile
Zylphrex
approved these changes
Jan 23, 2026
dashed
pushed a commit
that referenced
this pull request
Jan 26, 2026
…nked profiler_id (#103256) ANRs and App Hangs are noisy and hard to understand as the reported event stacktrace oftentimes points to the wrong root cause. What makes it way better to understand is seeing what happened while the app was unresponsive. This PR adds a "ANR" / "App Hang" preview section. In a first step this feature is limited to mobile projects (based on `project.platform`) and events with a `context.profiler.profiler_id` set. Profile Preview within Issue Details <img width="1170" height="1054" alt="image" src="https://github.com/user-attachments/assets/61c3bfeb-a43e-4af7-a23f-2a2dfb872b82" /> Example Issue: https://sentry-sdks.sentry.io/issues/7020453025/events/ac211342cd634e068e1efa85fe0a4487/?project=5428559 https://linear.app/getsentry/project/anr-improvements-android-b906d182acee --------- Co-authored-by: getsantry[bot] <66042841+getsantry[bot]@users.noreply.github.com>
dashed
pushed a commit
that referenced
this pull request
Jan 26, 2026
…nked profiler_id (#103256) ANRs and App Hangs are noisy and hard to understand as the reported event stacktrace oftentimes points to the wrong root cause. What makes it way better to understand is seeing what happened while the app was unresponsive. This PR adds a "ANR" / "App Hang" preview section. In a first step this feature is limited to mobile projects (based on `project.platform`) and events with a `context.profiler.profiler_id` set. Profile Preview within Issue Details <img width="1170" height="1054" alt="image" src="https://github.com/user-attachments/assets/61c3bfeb-a43e-4af7-a23f-2a2dfb872b82" /> Example Issue: https://sentry-sdks.sentry.io/issues/7020453025/events/ac211342cd634e068e1efa85fe0a4487/?project=5428559 https://linear.app/getsentry/project/anr-improvements-android-b906d182acee --------- Co-authored-by: getsantry[bot] <66042841+getsantry[bot]@users.noreply.github.com>
JonasBa
pushed a commit
that referenced
this pull request
Jan 27, 2026
…nked profiler_id (#103256) ANRs and App Hangs are noisy and hard to understand as the reported event stacktrace oftentimes points to the wrong root cause. What makes it way better to understand is seeing what happened while the app was unresponsive. This PR adds a "ANR" / "App Hang" preview section. In a first step this feature is limited to mobile projects (based on `project.platform`) and events with a `context.profiler.profiler_id` set. Profile Preview within Issue Details <img width="1170" height="1054" alt="image" src="https://github.com/user-attachments/assets/61c3bfeb-a43e-4af7-a23f-2a2dfb872b82" /> Example Issue: https://sentry-sdks.sentry.io/issues/7020453025/events/ac211342cd634e068e1efa85fe0a4487/?project=5428559 https://linear.app/getsentry/project/anr-improvements-android-b906d182acee --------- Co-authored-by: getsantry[bot] <66042841+getsantry[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ANRs and App Hangs are noisy and hard to understand as the reported event stacktrace oftentimes points to the wrong root cause. What makes it way better to understand is seeing what happened while the app was unresponsive.
This PR adds a "ANR" / "App Hang" preview section. In a first step this feature is limited to mobile projects (based on
project.platform) and events with acontext.profiler.profiler_idset.Profile Preview within Issue Details

Example Issue: https://sentry-sdks.sentry.io/issues/7020453025/events/ac211342cd634e068e1efa85fe0a4487/?project=5428559
https://linear.app/getsentry/project/anr-improvements-android-b906d182acee