Re: [spec-reviews] Promise rejection tracking events (#96)

Sorry, I missed

> (Is there then a mechanism for developers to inspect that chain to understand what happened?)

There is no telemetry-friendly method; you kind of have to hope your error was created with enough information, either in its `.stack` or its `.message`. Browser dev tools though certainly can track asynchronous call stacks and promise chains for this sort of thing.

---
Reply to this email directly or view it on GitHub:
https://github.com/w3ctag/spec-reviews/issues/96#issuecomment-165261166

Received on Wednesday, 16 December 2015 22:11:39 UTC