NOTE: After further investigation, this might be the expected behavior. When we support console.dir (#38) it should expand objects to a specified depth.
This is now available in version 0.14.1. For more information, please see our announcement. If you continue to experience this issue, please let us know. - :heart: the Glimpse team.
We have a similar issue in #22, but this is slightly different.
It seems that if I go deep enough, I no longer get the actual object logged out, but rather the
[Object]
representation.Here's my example log:
and what I'm seeing:
NOTE: After further investigation, this might be the expected behavior. When we support
console.dir
(#38) it should expand objects to a specified depth.