newrelic / newrelic-xamarin-plugin

Xamarin plugin to implement New Relic Mobile agents for Android and iOS
Apache License 2.0
1 stars 2 forks source link

feat: add navigation instrumentation #6

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.