jer-sen
jer-sen
could this PR be merged ?
@zpao `react-native-web` still relies on `fbjs` which cause me trouble. Why can't you merge this PR?
@zpao I use `sentry-expo` for bug tracking (as a LOT of people using Expo since its the recommanded and only supported bug tracker for managed workflow: https://docs.expo.dev/guides/using-sentry/). It needs to...
You are right. In fact, what happens is that `sentry-expo` requires `promise` module to register an event. Cf https://github.com/getsentry/sentry-react-native/blob/e3d11a1b657f1864af41414dced73394f03e9b23/src/js/integrations/reactnativeerrorhandlers.ts#L83 But the version resolved is not the one from `react-native` at...
Ok thanks. I gonna wait...
Just install `js-interpreter` npm module with `npm install js-interpreter`, then run `node` command in a terminal and then this JS code: `(new (require('js-interpreter'))("new Date(1234)")).run();`. You should get the error `TypeError:...
The npm package seems abandoned :( https://www.npmjs.com/package/js-interpreter It is downloaded 3100 times a week. You don't want to publish your project on npm?
Unhandled promise rejections will not be caught by Sentry warning not working (only logging message)
@marandaneto in a file imported from my `index.js`. I think it's not a bug of Sentry but when a `console.log` is called before `AppRegistry.registerComponent` (or `registerRootComponent` for Expo) has been...
Unhandled promise rejections will not be caught by Sentry warning not working (only logging message)
Yes, exactly. Le ven. 24 juin 2022 à 13:57, Manoel Aranda Neto ***@***.***> a écrit : > @jer-sen so it's not about the unhandled > promise not working at all,...