Lukas Stracke

Results 538 comments of Lukas Stracke

I want to share my perspective on this from the PoV of Sentry, where we need source maps to be present during the build. (Read [here](https://docs.sentry.io/platforms/javascript/sourcemaps/) as for why we...

For our use case it's enough that it runs for SvelteKit's `fetch` because we already instrument the global `fetch`. I guess this is probably more coherent with the server's `handleFetch`...

We were [just notified](https://github.com/getsentry/sentry-javascript/issues/8174) that our current `fetch` patching on the client side causes cache misses for fetch requests made during SSR that are stored and sent to the client...

@myieye this is pretty neat! I just played around with your idea and I think it could work for Sentry. Thanks a lot for sharing 🙏

@pzuraq yup, CSP is a problem (see https://github.com/getsentry/sentry-javascript/issues/8925). I suggested a workaround to the solution for Sentry users but still waiting on feedback to implement. The more I think about...

I think the underlying issue here is that we restructured `Sentry.init` and `Client` options so that they're no longer identical in v7. Based on what I can see here, and...

I did some more digging as to why we actually have this option and it seems to be only present in the JS SDK (i.e. is not part of our...

> I can't speak for Sentry React-Native Seems like they deprecated this option already https://github.com/getsentry/sentry-react-native/issues/1925 >but if I was going to add this feature now, specifically for the Electron SDK,...

One more thing RE tags: It's easy to make discover queries/dashboard widgets with tags. We do this quite extensively with our source maps wizard. for example, to analyze user decisions...

Hi everyone, we rewrote the NextJS wizard a couple of months ago. I'm gonna close this as part of an issue cleanup. Please let us know if this problem still...