We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
OS:
Platform:
SDK:
@sentry/react-native
react-native-sentry
SDK version: 0.0.0
react-native version: 0.6.2
react-native
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
SentrySDK (~> 5.1.3)
RNSentry
You have either:
pod repo update
pod install --repo-update
Steps to reproduce:
Actual result:
[Actual result]
Expected result:
[Expected result]
The text was updated successfully, but these errors were encountered:
Having the same issue, seems to be related to the latest update 1.4.3 for now just stick to 1.4.2
1.4.3
1.4.2
yarn add @sentry/[email protected]
Sorry, something went wrong.
Cool thx @reneeichhorn :)
Sorry this is fixed in 1.4.4
1.4.4
No branches or pull requests
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.2Are 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:
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 byRNSentry
You have either:
pod repo update
or withpod install --repo-update
.[Description]
Steps to reproduce:
Actual result:
[Actual result]
Expected result:
[Expected result]
The text was updated successfully, but these errors were encountered: