tslog
tslog copied to clipboard
Bug: Error stack trace file paths don't use source maps
Describe the bug
Both console log and loglevel, and debug, manage to parse source maps (I think that's the issue?) to create a clear stack trace with hyper links, but tslog does not :(
To Reproduce Steps to reproduce the behavior:
- Log an error
Expected behavior produce the same trace as console log and other tools
Additional context I'm on bun and nextjs 14
Node.js Version 20
This is disappointing. I had hoped that a logging tool with TS in the name would "just work" with TypeScript - showing stack traces based on source maps.
Same for me