Luca Forstner

Results 732 comments of Luca Forstner

@dohooo If you feel like contributing, we probably need to change one or all of the regexes here: https://github.com/getsentry/sentry-javascript/blob/48b0a3591dde8c68275cb8e27ebfcd019d80b4e9/packages/browser/src/stack-parsers.ts#L1 Note: They are ungodly 😂 The bot looks cool. We'll check...

Hi, what version of tanstack router are you using and how are you generating the router instance?

@simPod Hey, I am a bit confused. Are you passing a `react-router-dom` router instance to `tanstackRouterBrowserTracingIntegration()`? Is there something you are aiming to achieve with that? I am not aware...

BIG BRAIN idea we just had: What if users would be able to tell Sentry "this is a list of all the static JS files I am deploying, please ignore...

Dumping a few thoughts for posterity: - Assuming we drop all events that do not have a stack trace, what happens to events captured through `captureMessage` which often don't have...

Thread to revisit when we ship: https://www.reddit.com/r/nextjs/comments/1d5fxx8/anyone_using_sentry_while_not_getting_overwhelmed/

Summing up the changes we did: - Drop errors that are missing message and stack trace - Attach stack trace to fetch errors if they dont have one - Extend...

Hi, thanks for writing in. Would you mind walking me through your thought process? This is how I currently look at this issue: You manually set `mode: 'strict'` meaning you...

Thanks for elaborating. I think we will not change this behaviour. I don't intend to dismiss your point but there is some history 😄 [From my last research](https://github.com/getsentry/sentry-javascript/issues/1661#issuecomment-2047387436) on whether...