Manoel Aranda Neto

Results 1021 comments of Manoel Aranda Neto

@ospfranco would you like to give it a try on https://microsoft.github.io/rnx-kit/docs/guides/bundling#tree-shaking ?

@jer-sen where do you init the Sentry SDK? I can't reproduce that, I always get the logs. Can you provide a minimal reproduction example? thanks.

@jer-sen so it's not about the unhandled promise not working at all, but rather the logging that tells you if it's working or not, does it make sense?

@ueman Does it really improve something? I guess it just makes the code a little bit more complicated, I believe either the compiler or the runtime is clever enough to...

Ideally, we'd do that thru CI so we can keep the file up to date every time that `main` gets merged. Maybe we could consider adding this HTML as a...

you can tho https://docs.sentry.io/platforms/react-native/sourcemaps/#2-disable-the-automatic-source-maps-upload-script a boolean would be nicer, so I'd rather keep it open

So we should offer this flag to be flipped via the Sentry configuration on your Gradle file, we should also document that on our [debug symbols](https://docs.sentry.io/platforms/react-native/upload-debug/) docs.

@sreuter it's in our backlog, but PRs are also welcome :) I'd be happy to review it.

@bruno-garcia can you link where this is already documented for JS? I guess its https://docs.sentry.io/platforms/javascript/guides/react/components/errorboundary/ just to confirm, is it a React thing only?