Luca Forstner
Luca Forstner
That is an extremely reasonable ask. @szokeasaurusrex can we somehow add a structured output to the JS layer of the CLI?
yes json output would be great
Sorry for necrobumping this but I will close this issue since it is about v7 and v7 is no longer actively maintained. We recommend upgrading.
I am backlogging this for the JS SDK team because I'd like to fix this more sustainably. Right now we're polluting the global typescript namespace with the JS SDK. Here...
To fix this right now all versions of the sentry packages should be aligned. So if you're on 7.13.0 you need `@sentry/types` to be on `7.31.0`.
@bruno-garcia We can fix this upstream. I'll start working on it today!
@lucas-zimerman @bruno-garcia We fixed this upstream in the latest JS SDK release so once we update everything this error should be gone for good.
Hi, I cannot reproduce this locally with the steps you provided. Would you mind sharing a small reproduction example in the form of a repo or stackblitz? Thanks!
Hi, can you try bumping your node version to version 14.6.0?
> BTW, is there an alternative way to solve this without bumping the Node.js version? Likely no. I have to admit we (I) kinda fucked up by specifying the node...