dart-lang / webdev

A CLI for Dart web development.
https://pub.dev/packages/webdev
213 stars 71 forks source link

Catch errors when calculating frames in the stack trace #2408

Closed elliette closed 2 months ago

elliette commented 2 months ago

Fixes https://github.com/dart-lang/webdev/issues/2407

elliette commented 2 months ago

LGTM, but do we ever collect these log messages somewhere so we get feedback of failures when something goes wrong in a frame? I'm just wondering if things could silently start failing.

Unfortunately we don't currently have a good way to capture analytics in DWDS. This is one of the things I would like to add this year (unified analytics support)