OS: MacOS
Platform: iOS
Output of node -v && npm -v && npm ls --prod --depth=0
v8.9.3
5.5.1
├── @yfuks/[email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
└── [email protected]
Config:
Sentry.config('****').install();
I have following issue:
Description goes here ...
Steps to reproduce:
Actual result:
I solved problem. Manual link binary libRNSentry.a
When doing react-native link react-native-sentry, a SentryReactNative pod gets added to my Podfile. I was also experiencing this issue when importing <React/RNSentry.h>, but seem to have resolved it by importing <SentryReactNative/RNSentry.h> instead.
You must:
ios folder pod repo update && pod install<React/RNSentry.h> to <SentryReactNative/RNSentry.h> on AppDelegate.mWhy is the doc saying <React/RNSentry.h> when it should be <SentryReactNative/RNSentry.h>? Is it an error? Or is it CocoaPods or Xcode specific? @HazAT
Most helpful comment
You must:
iosfolderpod repo update && pod install<React/RNSentry.h>to<SentryReactNative/RNSentry.h>onAppDelegate.m