Francesco Gringl-Novy

Results 425 comments of Francesco Gringl-Novy

We'll need to investigate ESM support for this some more. I _think_ there are some fundamental incpompatibilies there, but not 100% sure, cc @timfish and @AbhiPrasad you've looked into this...

> > > Maybe it would be good idea for Sentry to fork iitm and launch it as their own package > > > > > > The plan is...

Hello, we've just released v8.8.0, which should hopefully resolve this ESM problem. Let us know if you updated and are still running into problems!

I'm closing this in favor of the new tracking issue!

Hey, thank you for reporting. Some questions: 1. What node version are you using? 2. Could you share more of your init code, e.g. where in your app do you...

Looking into this some more, in addition to @Lms24 comment above, I think @Mintoo200 your problem is because of https://www.npmjs.com/package/pino-sentry, which uses v7 of the SDK, see https://github.com/aandrewww/pino-sentry/blob/master/package.json#L37. This has...

@lcsvcn also for your original issue, I think the most likely cause is that there is somehow an older version of Sentry installed & used as well - could that...

Hey, thank you for reporting this! So `zodIntegration` has been added but is not enabled by default, so that's probably not related to the issue you are describing. We did...

Thanks for the added info! Could you share your `Sentry.init()` code, and also maybe your app setup - e.g. what framework (express, fastify, ...) are you using, what middleware, other...

> @mydea What would be the correct way to disable all auto instrumentations and re-add them all one by one? > > I know how to do it with opentelemetry,...