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
react-native version: 0.59.10
react-native
Init Code:
Sentry.init({ dsn: 'https://...@sentry.io/...' });
I have following issue:
SDK integration is not working with iOS.
Steps to reproduce:
$ npm install @sentry/react-native --save $ react-native link @sentry/react-native $ cd ios && pod install
I also had to launch the following command:
$ pod repo update
Actual result: When building the project, i get this error: AppDelegate.m:33:13: no known class method for selector 'installWithRootView:'
AppDelegate.m:33:13: no known class method for selector 'installWithRootView:'
Expected result: There should be no error on build
Thank you!
The text was updated successfully, but these errors were encountered:
Did you migrate from an older version of the SDK? Please remove all references of sentry in AppDeletegate, see
Upgrading from react-native-sentry #612
Upgrading from react-native-sentry
Sorry, something went wrong.
No branches or pull requests
OS:
Platform:
SDK:
@sentry/react-native
react-native-sentry
react-native
version: 0.59.10Init Code:
I have following issue:
SDK integration is not working with iOS.
Steps to reproduce:
I also had to launch the following command:
Actual result:
When building the project, i get this error:
AppDelegate.m:33:13: no known class method for selector 'installWithRootView:'
Expected result:
There should be no error on build
Thank you!
The text was updated successfully, but these errors were encountered: