newrelic / newrelic-flutter-agent

New Relic agent SDK for Flutter hybrid mobile apps
Apache License 2.0
6 stars 12 forks source link

Fix NewRelicNavigationObserver class #83

Closed MiguelBelotto00 closed 2 months ago

MiguelBelotto00 commented 5 months ago

According to what was discussed in the https://github.com/newrelic/newrelic-flutter-agent/issues/68, it is only necessary to verify the names of the routeSettings type since the parameters of go router / router such as MaterialPage and CustomTransitionPage use the name parameter of the routeSettings as a child to send the information.

Changed