-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Critical Security - Upgrade @sentry/react-native to 1.3.9 #112
Comments
Our team would really appreciate this being handled asap! |
Thanks for filling out this issue, @celandro. It would be highly appreciated if the Expo team could follow up on this as soon as possible. Thanks! |
update on npm? |
After update (from |
I'm getting the same error as @rvieceli after upgrading from 2.0.1 to 2.0.4. |
Same error on a fresh installation. It breaks the app as it is instantiated. |
if you clear your @rvieceli what does your sentry config look like? It's really helpful if you can provide a method to reproduce your error, rather than just the message. That probably belongs in a new issue |
@cruzach Sorry for that, the config is the simple. but we're using npm (I will test deleting const config = {
dsn: environment.sentryDsn,
debug: true,
environment: `${environment.environment}`
} and then Sentry.init(config) |
@rvieceli it looks like that's caused by Sentry's Device context integration, which is added by default (although it's not listed in their default integrations). This is not particular to |
with
still not working for me. Should i wait for further fix? |
what, exactly, isn't working? |
Also having this issue. |
Same issue here |
if you use |
just published note that you'll need to remove |
The issue was introduced in v1.4.3, now that it's fixed we can upgrade in the next release, but @andrewkryshtal you'll need to remove |
Just ran into this and I am using expo. I fixed it by updating |
I have the last version and this appear for me: |
Hi @luizjr. I had the same issue and had to do the clear cache dance to get it working:
|
I ran the commands you recommended to me, and it doesn't seem to have worked. Thanks for listening, if anyone else could help. |
@luizjr I definitely had this error and resolved it somehow. The only other thing I did was reset the iPhone simulator (erase all data). Perhaps that will help? |
FYI I just followed the guide at https://docs.expo.io/guides/using-sentry, installed latest
Reset caches, even though I had just installed sentry related packages, but to no avail. Is there some linking required? Would definitely appreciate if this was looked into. |
Note that errors do get reported to Sentry, even though the Sentry Logger error is printed on every |
I reinstalled the package, cleared caches, checked the version ... but so far, nothing has really solved that. |
Same here. Reinstalled dependencies doesn't help. It happens after first app start. |
Got this same error after ejecting expo, using "sentry-expo": "^3.0.4". With managed workflow it was working fine, and fixed after add "@sentry/react-native": "^2.2.0", clear app data / uninstall app and reinstall apk |
I received an email just now:
The text was updated successfully, but these errors were encountered: