Luca Forstner

Results 710 comments of Luca Forstner
trafficstars

Fixed in https://github.com/getsentry/sentry-javascript/pull/5710

> In any case, my best guess is that maybe this has to do with the node binary you're using inside your container. Do you know anything about it other...

There is some funky stuff going on in the `kafkajs` package: https://github.com/tulios/kafkajs/blob/master/src/producer/partitioners/legacy/randomBytes.js I can't pinpoint the exact problem yet but I bet it has to do with this.

@mark-b-ab @max-korsun-nuant Random question but is anyone of you using Astro? Or wasm for that matter?

@shellscape I believe the error you posted is unrelated to this particular issue (`crypto` module methods being undefined for some reason), but I think what you posted is still valid...

@shellscape Cool thank you!

Hi @dovvan, sorry for the delay, we had hackweek going on. There are multiple reasons why events may not end up in Sentry. - Some adblocker (admittedly unnecessarily) block the...

Of course, this is very dirty but just to unblock: We have `getIntegrationById()` on the `BaseClient`, meaning if we applied a sprinkle of `@ts-ignore` we could do `Sentry.getCurrentHub().getClient()?.getIntegrationById('BrowserTracing')`. I knew...

Hi @jacklovett, can you try using `sentry-cli sourcemaps explain --help` with the newest version of the Sentry CLI to troubleshoot your issue?

@jacklovett Can you share the comment at the bottom of your minified file? Also, what version of self hosted sentry are you on?