Francesco Gringl-Novy
Francesco Gringl-Novy
Yes, it will always self initialize with the Loader - is this not what you want? If you don't want this, you cannot use the loader - instead, instead you'll...
What you can do, is only load the loader when you're ready. So e.g.: ```js async function loadSentry() { await prepareStuffWeNeedForSentry(); window.sentryOnLoad = function() { // add config here... }...
We released v8.0.0, could you give it a try and let us know if it works as expected for you?
> [@mydea](https://github.com/mydea) the issue is happening with v8 also. Tried with version 8.27.0. Do you mind creating a new issue with details of your (v8) setup and the problem you...
Hello, This may be related to https://github.com/getsentry/sentry-javascript/issues/10680, could you check the proposals from there? Or alternatively, you could try `@sentry/[email protected]` - on the v8 branch, we have a completely new...
Ah, i see, sorry about that - we also noticed this already, there seems to be an issue with the Prisma integration in ESM builds 😬 we removed it from...
> On 8.0.0@beta^3 still not fixed guys, just to add more information :) I know that is an issue of Prisma side, I put a +1 on their issue. Thanks...
Hey, so replay-canvas should def. be tree shaken away by default. Can you clarify, is this actually included in the bundle that is built, or just logged out? The same...
Hello, we will look into this in the process of https://github.com/getsentry/sentry-javascript/issues/10953!
In v8, you can use `Sentry.captureFeedback()` which returns an eventId that you may use - give it a try!