Tobbb

Results 6 comments of Tobbb

hello @sarahkoop , is there any update on this issue?

the last of item of your items will be the display name

In practice this oneliner in sentry.gradle should solve it for android right? ` //Disable upload if DISABLE_UPLOAD_SOURCEMAP_SENTRY env is set cliTask.onlyIf { !System.getenv("DISABLE_UPLOAD_SOURCEMAP_SENTRY") }`

sadly @babel/plugin-proposal-class-properties","@babel/plugin-transform-private-methods causing build fails. so this is not the solution

@xiongemi i noticed in your PR that the fix is only for expo, won't the same need to be added for the react-native generator?

Didn't get the above solution to work, however adding this to jest.config.ts just solves it :) ` transformIgnorePatterns: ['node_modules/(?!react-native)/', 'jest-runner'], `