Capture exception details in NavigationController breadcrumbs #427
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.
App crashes with
NoSuchElementExceptionduringnavigateUp()show New Relic in the stacktrace, obscuring that the root cause is the app's navigation state management.Changes
navigateUp()in try-catch-finally: Capture runtime exceptions while ensuring breadcrumbs are always recordedThe instrumentation remains transparent—exceptions still propagate to the app—but developers now see exception details in breadcrumbs for debugging.
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
dl.google.com/usr/lib/jvm/temurin-17-jdk-amd64/bin/java -XX:+HeapDumpOnOutOfMemoryError --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.invoke=ALL-UNNAMED --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED --add-opens=java.base/java.nio.charset=ALL-UNNAMED --add-opens=java.base/java.net=ALL-UNNAMED --add-opens=java.base/java.util.concurrent.atomic=ALL-UNNAMED -Xms1024m -Xmx8192m -Dfile.encoding=UTF-8 -Duser.country -Duser.language=en -Duser.variant -cp /home/REDACTED/.gradle/wrapper/dists/gradle-7.6-bin/9l9tetv7ltxvx3i8an4pb86ye/gradle-7.6/lib/gradle-launcher-7.6.jar org.gradle.launcher.daemon.bootstrap.GradleDaemon 7.6(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
This section details on the original issue you should resolve
<issue_title>App crashes with a stacktrace from NR component/action "com.newrelic.agent.android.instrumentation.androidx.navigation.NavigationController.navigateUp"</issue_title>
<issue_description>## Description
We got a reported crash on both Crashlytics & NR regarding the navigation logic with stacktrace from NR component/action
com.newrelic.agent.android.instrumentation.androidx.navigation.NavigationController.navigateUp.Steps to Reproduce
N/A
Expected Behavior
No crash related to NR.
Relevant Logs / Console output