Closed ElSeniorMikael closed 2 years ago
See this issue https://github.com/getsentry/sentry-react-native/issues/2267
See this issue #2267
We dont quite understand what we have to do ... we see that you have made an alpha version as 5.0.0 but we dont actually want to add an alpha version of a library... and there's no actual answer that work for our project in the issue you linked me ...
Would you mind to tell me where or what i have to do ?
we pulled the library like 10 minutes ago and we should have the last updated version of @sentry/react-native and we are at the 4.5.0 version...
If you are having this issue:
warn Package @sentry/react-native contains invalid configuration: "dependency.platforms.ios.sharedLibraries" is not allowed,"dependency.hooks" is not allowed. Please verify it's properly linked using "react-native config" command and contact the package maintainers about this.
Its about this issue https://github.com/getsentry/sentry-react-native/issues/2267 If you dont want to use the alpha version that fixes it. Apply the fix manually as suggested in this comment.
OS:
Platform:
SDK:
@sentry/react-native
(>= 1.0.0)react-native-sentry
(<= 0.43.2)SDK version: 4.5.0
react-native
version: 0.70.1Are you using Expo?
Are you using sentry.io or on-premise?
If you are using sentry.io, please post a link to your issue so we can take a look:
[Link to issue]
Configuration:
(
@sentry/react-native
)or
(
react-native-sentry
)I have following issue:
[Description]
Steps to reproduce:
Actual result: [Actual result] When i do => npm run ios to launch the project on my ios emulator with react native i receive this warning
warn Package @sentry/react-native contains invalid configuration: "dependency.platforms.ios.sharedLibraries" is not allowed,"dependency.hooks" is not allowed. Please verify it's properly linked using "react-native config" command and contact the package maintainers about this.
then after the build fail i receive this text
Expected result:
[Expected result]
I never know what to say in this section beside "i'm expecting it to launch the app without failling"