| commit | 5339349ad4e60f2c9ae8939edde0338480cc1b7f | [log] [tgz] |
|---|---|---|
| author | Natalie Weizenbaum <nweiz@google.com> | Wed Nov 01 14:48:48 2017 -0700 |
| committer | GitHub <noreply@github.com> | Wed Nov 01 14:48:48 2017 -0700 |
| tree | 9ddda72f38fa4671ac44431a77554c1e7d02b963 | |
| parent | 40620ad0ffb98d617d222a818d47aaeec6297c50 [diff] |
Add an option to Chain.capture() not to create an error zone (dart-lang/stack_trace#36) Some users (like test) manually convert traces to chains, so they don't need the error zone behavior. In fact, it can cause problems, such as those described in dart-lang/testdart-lang/stack_trace#713.