flutter / flutter/devtools

Serving and debugging a web app prints unactionable survey errors

オープン
#8,405 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
cross-screen P2 web debugging
主要言語
Dart
スター
1.7k
フォーク
404
平均マージ
6日 17時間
マージ済み PR(30日)
18

説明

Copied from: https://github.com/dart-lang/sdk/issues/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:

```
[INFO] Serving DevTools at http://127.0.0.1:56627
[INFO] Serving `web` on http://127.0.0.1:8080
[INFO] Running build completed, took 54ms
[INFO] Caching finalized dependency graph completed, took 90ms
[INFO] Succeeded after 146ms with 0 outputs (0 actions)
[INFO] Debug service listening on sse://127.0.0.1:56677/ecP-qts8hmU=/$debugHandler

ERROR: setActiveSurvey not called. - api/getSurveyShownCount
ERROR: setActiveSurvey not called. - api/getSurveyActionTaken
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
```

Reproduction steps:

1. `dart create -t web web_app`
2. `dart pub add dev:webdev`
3. `dart run webdev serve --debug`
4. Open DevTools, either through the output link or the debug extension.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。