Eugene Terehov
Eugene Terehov
@phil-d-wilson I tried changing DISPLAY=:1 (1 instead of 0) but it does not have any impact. I am using a Raspberry Pi 4 with two display connected on HDMI0 and...
It would be interesting to know, how you start the TypeScript version. Can you pls provide that command too. Thx.
There is a new, completely rewritten version (4.0) with native source maps support. Give it a go and let me know if that solves your problem: - `npm i tslog@next`...
Thank you very much for your bug report. Unfortunately, that would be quite a big rewrite indeed. However, I am working on the next major version 4.0 and this would...
I've been working on a new, completely rewritten version (4.0), which support interpolation. Give it a go and let me know if that solves your problem: - `npm i tslog@next`...
Interesting. Would you share how you integrated Sentry? This is how I did it (through `transports`) ```typescript // Sentry if (this.logConfig.isSentryEnabled) { Sentry.init({ dsn: this.logConfig.sentryDsn, maxBreadcrumbs: this.logConfig.sentryMaxBreadcrumbs, debug: this.logConfig.sentryDebug, serverName:...
In V4 I am going to use `console`per default, rather than Stdout. I believe that should be more compatible with Sentry per default.
As mentioned before, V4 uses console per default (can be overwritten though) and is even more flexible and allows overwriting every part of the log processing. Give it a go...
V4 is released now, so I'm going to close this issue. Feel free to open a new one if V4 didn't solve it for you. Here are the docs: [tslog.js.org](https://tslog.js.org)