You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Closing this as it is a duplicate of #1171. We'll look to fix this soon for now you can use the workaround mentioned in the other issue as you SHOULD NOT remove the line that imports Sentry/SentryFileManager.h otherwise uncaught errors in production will not be detected by Sentry.
OS:
Platform:
SDK:
@sentry/react-native
(>= 1.0.0)react-native-sentry
(<= 0.43.2)SDK version: 0.0.0
react-native
version: 0.0.0Are 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
)I have following issue:
[Description]
Steps to reproduce:
Podfile
withuse_frameworks!
Install
@sentry/react-native
as documentedActual result:
When compiling
RNSentry.m
(Workaround: remove this line and it works)
Expected result:
Successfully compiles.
I think it is probably due to that
Sentry/SentryFileManager.h
is not included in the framework. But in fact it is not needed.The text was updated successfully, but these errors were encountered: