Add errors/stacks to dart:developer logging#1869
Conversation
|
@devoncarew in the screenshot above, the exception text says |
cb6457a to
648c0e4
Compare
648c0e4 to
26cc3c5
Compare
I don't know that there's anything we can do on the client side. cc @bkonyi; something to consider - when object refs are sent to clients, we may want some brief grace period before they can be considered for collection. A ring buffer of the last n objects sent to the client? Have objects flushed from a buffer after some short duration in the buffer? |
I originally missed these out. They're also async, so we need to chain future logs after this to ensure they're printed in the same order.
Fixes #1824.