Skip to content

Process events from other devtools pages #1517

@annagrin

Description

@annagrin

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') {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions