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
Maybe the function type like tracesSampler can't be passed from React Native to the iOS module.
The text was updated successfully, but these errors were encountered:
kitoko552
changed the title
tracesSampler becomes NSNULL in iOS and the app cannot be started
tracesSampler becomes NSNull in iOS and the app cannot be started
Nov 1, 2021
Environment
How do you use Sentry?
Sentry SaaS (sentry.io)
Which SDK and version?
"@sentry/react-native": "^3.1.1"
Steps to Reproduce
Build the app on iOS
The app crashes at here because
_options.tracesSampler
is NSNullExpected Result
No Crashing and the app can be started correctly.
Actual Result
The stack trace is here.
Maybe the function type like tracesSampler can't be passed from React Native to the iOS module.
The text was updated successfully, but these errors were encountered: