OS:
_Platform:_
SDK:
@sentry/react-nativereact-native-sentryreact-native version: 0.59.10
Init Code:
Sentry.init({
dsn: 'https://[email protected]/...'
});
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:'
Expected result:
There should be no error on build
Thank you!
Did you migrate from an older version of the SDK?
Please remove all references of sentry in AppDeletegate, see
Upgrading from react-native-sentry
https://github.com/getsentry/sentry-react-native/issues/612
Most helpful comment
Did you migrate from an older version of the SDK?
Please remove all references of sentry in AppDeletegate, see
Upgrading from react-native-sentryhttps://github.com/getsentry/sentry-react-native/issues/612