Francesco Gringl-Novy
Francesco Gringl-Novy
* when rage click is detected (= need exact parameters, slow click + min 7 clicks?), trigger on error sampling * Add config to opt out of this (e.g. `triggerOnErrorSamplingForRageClicks:...
Theory: The dropdown is triggered on e.g. `mousedown` or something like this - some event that is triggered _before_ click. So when we register the click, the mutation already happened,...
> Just looking at the script, it doesn't seem like it loads the style tags there, just the scripts - do you know where I could find those? The loader...
> This issue occurs when mutations.js finds an existing inline style but doesn't reapply the nonce: > >  Hmm, that's a great catch! I guess that makes sense. We'll...
I'll try to look into it next week! Thanks for the added detail!
Yes, but as far as I can tell we are always passing in a fresh object into this anyhow. We've been running this on our fork at Sentry without problems...
Ah, I see, so basically this is completely wrong the way it is set up currently 😅 So I need to add this https://github.com/getsentry/sentry-javascript/actions/runs/5715683859/job/15486522728 as the required context, so: ```yml...
> I have tried about every possible way to hook `runWithAsyncContext` to the request, has anyone succeeded using it? > > hapi 21 not being instrumented in the beta ([open-telemetry/opentelemetry-js-contrib#1985](https://github.com/open-telemetry/opentelemetry-js-contrib/pull/1985)),...
The next release of the SDK will support v21 of hapi properly!
Hey @rvanlaarhoven , @lforst is currently on vacation until Thursday, he'll look some more into it when he's back (I'd love to help out but sadly my understanding of Next.js...