Renaud Chaput
Renaud Chaput
I am not familiar with RN's infrastructure, but I think you can take inspiration from the way Homebrew manages their pre-built binaries (Bottles) using Github's package registry. I am not...
This is due to React 17 not having the correct `exports` entries in `package.json`. React 18 has those entries, so it should work fine. React issue: https://github.com/facebook/react/issues/20235 With Webpack and...
> @renchap Do you mean that snippet can be added to package.json? To your Webpack configuration, not `package.json`
In addition to this, it would be awesome to be able to run a callback when an error happen and generate attachments from this callback. I have multiple states in...
#4240 is done, and sentry-react-native 4.0.0 uses it 👀
And 4.0.0 is released, maybe you can remove the "blocked" tag? ;)
It should make it possible, but not implemented yet.
I think this makes the extraction fail for any non-ES5 input, eg if you are using Typescript, or some recent non-ES5 features. One solution could be to have some hooks...
Yes this is not complex, but it needs to be documented in the README imo. Also this change has been introduced in a minor version, and it broke things for...
This will fix a lot of issues related to the `state` CSRF mechanism. It is good to have it here to prevent CSRF attempts but the current implementation is way...