Luca Forstner

Results 716 comments of Luca Forstner

> have you tried to create empty nextJS project with the following config ? Does it reproduce ? @johnsmith-gooddollar I tried and for me, everything compiles and doesn't throw when...

@johnsmith-gooddollar Not setting `tracesSampleRate` is effectively disabling performance monitoring and we will not be hitting the code path that throws. Honestly I don't know what's wrong here and I am...

@johnsmith-gooddollar sorry, with reproduction example I meant code that reproduces this bug which we can actually look at. I should have been more clear. My bad!

@johnsmith-gooddollar I scanned your bundle for instances of "sentry" and found that two dependencies seem to use it. `@torusresearch` seems to use it but at least correctly. The `@hcaptcha` deps...

Generally speaking, I agree, this is stupid. We made a trade-off for tree-shaking. You must be on a pretty old SDK version though, as when using `startTransaction()` after `init()` from...

@wereHamster You would need to add a call to `init()`. However, I should add `startTransaction` and `startChild` are deprecated and are soon gonna be removed. They are replaced by `Sentry.startSpan()`...

We will have an alternative to this which is deleteFilesAfterUpload in the options

Hi, the first link to the issue that is not working is dead. Can you update it? Thanks!

It seems like the event that has a proper stack trace has "debug IDs" (ie. a `debug_meta` field on the event payload), the event that doesn't have a proper stack...