You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: demo-app/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ The OpenTelemetry Android Demo App currently supports the following features:
41
41
42
42
* ANR Detection
43
43
- Automatically detects and reports ANRs in the app.
44
-
- ANR events are captured as spans with detailed stack traces, providing insights into the exact operations that caused the ANR.
44
+
- ANR events are captured as log record events with detailed stack traces, providing insights into the exact operations that caused the ANR.
45
45
- The span includes key attributes such as `screen.name`, `session.id`, and network information to assist in diagnosing the issue.
46
46
- In order to crash the demo app, try to add to cart exactly 9 National Park Foundation Explorascopes (first product on the product list) and click "Yes, I'm sure." on the alert pop-up.
Copy file name to clipboardExpand all lines: instrumentation/anr/src/test/java/io/opentelemetry/android/instrumentation/anr/StackTraceFormatterTest.java
0 commit comments