You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to log some objects that are very deep, but I'm actually not interested in the full object, just the parts that are not at a too big depth.
I know the current implementation relies on JSON.stringify, which has no depth option, so I'm not sure if it is possible to implement it from here.
I've been trying to log some objects that are very deep, but I'm actually not interested in the full object, just the parts that are not at a too big depth.
I know the current implementation relies on JSON.stringify, which has no
depth
option, so I'm not sure if it is possible to implement it from here.Anyway, here's a code sample to reproduce :
The text was updated successfully, but these errors were encountered: