OS:
Platform:
SDK:
@sentry/react-native (>= 1.0.0)react-native-sentry (<= 0.43.2)SDK version: 1.9.0 and up
react-native version: 0.59.9
Are 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)
Sentry.init({
dsn: 'https://[email protected]/...'
// other options
});
or
(react-native-sentry)
Sentry.config(
'https://[email protected]/...'
// other options
).install();
I have following issue:
[Description]
Steps to reproduce:
yarn add @sentry/react-native@latest (or @1.9.0)pod installActual result:
[!] Unable to find a specification for React-Core depended upon by RNSentry
[Actual result]
Expected result:
Hello, I didn't find this problem in the issues so I'm posting this today. Starting with version 1.9.0, when trying to install pods, it triggers the message above. I tried updating cocoapods and repo of course but I stil get this message. If I test with version 1.8.2, it works like a charm. Any idea why I'm having this starting with 1.9.0 and up ?
Thanks!
[Expected result]
Looks like you need React Native >=0.60 for React-Core. You can either stay on 1.8.2 or upgrade React Native to >=0.60. Closing this for now.
Most helpful comment
Looks like you need React Native
>=0.60forReact-Core. You can either stay on1.8.2or upgrade React Native to>=0.60. Closing this for now.