maestro
maestro copied to clipboard
Start / End markers for react native
For app startup and flow performance, is there a way of applying start and end markers for react native? It looks like the typical way of doing this is native logging, but I don't think you can trigger native logs via React Native.
Are there any other undocumented ways of triggering the markers that might work?