newrelic / newrelic-maui-plugin

New Relic Mobile instrumentation for MAUI
Apache License 2.0
4 stars 3 forks source link

feat: add shell navigation instrumentation #5

Closed kennyt276 closed 1 year ago

kennyt276 commented 1 year ago

This PR uses shell navigated event handler and adds a ShellNavigated breadcrumb with the data in the ShellNavigatedEventArgs object in the Navigated event. It will record a breadcrumb after a navigation event has occurred. It will contain the URI of current page, URI of previous page (none if on first load or is null), and the source of the navigation.