flutter / flutter/devtools

De-obfuscate stack traces for errors offline

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

説明

In https://github.com/flutter/devtools/pull/8385, we are de-obfuscating stack traces in process. That means that we are reporting the Dart file and location names of the stack when DevTools encounters an error. However, if you were to try to open a link to any of those locations, it would fail. This is because although we are bundling the source map with the release, we are not including the actual Dart sources.

Another option (as described by @sigmundch) is to still show the obfuscated stack traces in any reported error, but add automation to de-obfuscate them within our tools, e.g. I believe the Dart VM is using a Github action that can be called to de-obfuscate a stack trace reported in a bug.

Note: I'm opening this up to keep track of what is needed if we decide that the changes in https://github.com/flutter/devtools/pull/8385 aren't sufficient for our use case.

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

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

評価

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

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

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