-
-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: Arrays and Dates stopped displaying correctly #80
Comments
Thank you very much once again for your valuable input. I really feel how with your help the library becomes better and better :-) |
I have fixed this issue, need to update tests, and going to release a new version today. |
Awesome thanks :) Another issue I have is tslog with pretty formatting shows up blank in Sentry Breadcrumb logging. But I don't know if that's an issue with Sentry or tslog. I've turned off pretty logging for now in prod. |
I am super sorry, got caught up with work. I'll release it soon. |
No worries and will do. |
Super sorry that it took me so long this time. https://github.com/fullstack-build/tslog/releases/tag/v3.1.0 |
No problem, thank you!! |
Describe the bug
After upgrading from
2.9.1
to3.0.5
, there is a regression in array and date logging.Before:
After:
Notice how Date is now
Date {}
instead of a string and that array has object syntax.Also, sometimes I'm seeing
[Circular]
in place of aDate
, but not sure how to reproduce that.To Reproduce
Run this with
2.9.1
and3.0.5
Expected behavior
Same as
2.9.1
Env
System:
OS: macOS 11.1
CPU: (16) x64 Intel(R) Core(TM) i9-9980HK CPU @ 2.40GHz
Memory: 1.44 GB / 64.00 GB
Shell: 3.1.2 - /usr/local/bin/fish
The text was updated successfully, but these errors were encountered: