Luca Forstner
Luca Forstner
@joshnuss that looks slightly problematic but I haven't tried it out. Would you mind asking about this upstream?
I just checked our generated files for 7.76.0 and I don't see any syntax errors: https://unpkg.com/browse/@sentry/[email protected]/esm/isBrowser.js Can you share what webpack generated for your build? I suspect that you have...
@smart @mcmxcdev I recommend you open a new issue in the turborepo repository. With reproduction and links to your builds. Seems like the maintainers don't check comments on old issues.
You didn't share the production build error yet. Can you do so? Thanks!
This looks suspiciously like https://github.com/getsentry/sentry-electron/issues/805. I firmly believe this is not an issue within our SDK but rather Webpack itself. Would you mind opening an issue over at https://github.com/webpack/webpack. Referencing...
@ludwighogstrom can you share more of the error? Is there a stack trace? More information? Thank you!
@ludwighogstrom My mental pattern matching makes me think that this is less an issue with the SDK but jest resolving (or rather your setup thereof). Since it is very hard...
Do you have react strict mode enabled?
@LeAnsman Alright. I think I need to reproduce this to see how to fix this. If you want to speed up the process you could provide a small reproduction example...
@billyvg Would you mind taking a look?