Currently, we aggregate the console logs across navigations.
It could be useful to add some sort of "separation line" when navigating,
so it's clear which logs came from which page.
In a perfect world, the native app would inform us about navigation events, but this is currently not possible.
Maybe listening to the turbo:visit event will be good enough — we'll have to test it.
Currently, we aggregate the console logs across navigations.
It could be useful to add some sort of "separation line" when navigating,
so it's clear which logs came from which page.
In a perfect world, the native app would inform us about navigation events, but this is currently not possible.
Maybe listening to the
turbo:visitevent will be good enough — we'll have to test it.