Serving and debugging a web app prints unactionable survey errors #8405
Labels
cross-screen
Issues that affect multiple DevTools screens, i.e. shared functionality and widgets
P2
important to work on, but not at the top of the work list.
web debugging
Issues related to debugging a web app
Copied from: dart-lang/sdk#56843
When I try running and debugging a (in this case, pure Dart) web app with
webdev serve --debug
, I get repeated survey errors that are unactionable and aren't relevant to developers:Reproduction steps:
dart create -t web web_app
dart pub add dev:webdev
dart run webdev serve --debug
The text was updated successfully, but these errors were encountered: