Dwds uses Devtools pageReady event from the debugger page to determine the load time of Devtools. For flutter apps, the first event would need to come from the Inspector page instead. Change dwds to record the first pageReady event from any page instead:
|
if (screen == 'debugger' && action == 'pageReady') { |