Tim Fish

Results 467 comments of Tim Fish

> can you rebase? Yes, will do this in a few hours when I'm off the awful plane wifi!

You are mocking the fs module in ESM but the original is CommonJs

There's not enough context from these small snippets for me to be able to help. Can you supply a full example?

I just enabled `debug: true` for the SDK and got this: ``` {"level":30,"time":1761557244695,"pid":88141,"hostname":"Tims-MacBook-Pro.local","msg":"TEST LOG"} Sentry Logger [log]: Initializing SDK... Sentry Logger [log]: Initializing Sentry: process: 88141, thread: main. ``` This...

No problem. Let me know if I can help!

@anthonyma94 what version of Pino are you using? The warning about not being able to register suggests your code is bundled.

If you are using a bundler you'll need to use Pino v9.10.0 or newer. I need to add this to the docs because it has come up multiple times.

> use Pino v9.10.0 or newer Before this version we rely on injecting diagnostic channels into Pino. After this version Pino added the channel natively.