Francesco Gringl-Novy
Francesco Gringl-Novy
So, while _generally_ we eventually do want to move to yarn 4, this is not as easy as just bumping the yarn version. I actually made a draft to try...
I you have volta setup, and generally follow our [contribution docs](https://github.com/getsentry/sentry-javascript/blob/develop/CONTRIBUTING.md), it should work just fine to get things going. let us know if something _does not_ work for you,...
Let's leave the linked doc out for now, this needs more discussion :)
I'll move this issue to sentry-docs!
Hmm, you can omit `enableTracing: false`, this should not be necessary. I just tried in our own size-limit setup, and it seems to be correct to me like this: ```js...
Hmm, and the only change you did there was to bump the version from 8.25.0 to 8.26.0 - no other (e.g. config) changes? I don't immediately see anything in https://github.com/getsentry/sentry-javascript/compare/8.25.0...8.26.0...
Yeah, but if tree shaking is properly set up, it should still remove this due to `__SENTRY_TRACING__` being false 🤔
Hey, these numbers will generally not be the same, because they are calculated in different ways - ours include some processing etc. and are based off monkey patching certain APIs....
IMHO the typecast strategy is not really ideal here, especially since e.g. Options etc. are not exported from the packages, so you need to install `@sentry/types` to get this to...
I guess we did not do this in v9 😅 @timfish do you have thoughts on how we could possibly "fix" this in a backwards-compatible way 😅