OS:
Platform:
SDK:
@sentry/react-native (>= 1.0.0)react-native-sentry (<= 0.43.2)SDK version: 0.0.0
react-native version: 0.6.2
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:
I'm trzing to install sentry on RN app but each time i run pod install inside my ios folder i get error:
Unable to find a specification for SentrySDK (~> 5.1.3) depended upon by RNSentry
You have either:
pod repo update or with pod install --repo-update.Steps to reproduce:
Actual result:
[Actual result]
Expected result:
[Expected result]
Having the same issue, seems to be related to the latest update 1.4.3 for now just stick to 1.4.2
yarn add @sentry/[email protected]
Cool thx @reneeichhorn :)
Sorry this is fixed in 1.4.4
Most helpful comment
Sorry this is fixed in
1.4.4