flutter / flutter/devtools

Feature-Request: Help to locate the source position from where a network request was made

Open
#7,807 0 comments 1 reaction 0 assignees View on GitHub
new feature P3 screen: network
Dominant language
Dart
Stars
1.7k
Forks
404
Avg merge
6d 17h
Merged PRs (30d)
18

Description

When optimizing network performance in a big app it would be helpful to see in the network page from which line of code a certain request was made including a stack trace.
Thinking more on this, that is probably not possible because you would have to store a lot of stack traces.

But perhaps it would be an option to select request in the list and have a new function 'break on next request like this` that would make the app break so that the current stacktrace before the actual request is made could be inspected,

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.