Skip to content
New issue

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

Unable to start performance trace in iOS #82

Open
sammiepls opened this issue Feb 3, 2023 · 0 comments
Open

Unable to start performance trace in iOS #82

sammiepls opened this issue Feb 3, 2023 · 0 comments

Comments

@sammiepls
Copy link

Hi there, really appreciate all your performance benchmarking tools, they've been amazing!

I'm having an issue with react-native-startup-trace for iOS. It's fine in Android but I can't seem to get it working in iOS. I'm using Firebase Performance with other custom traces in my app on the JS side and it's been working fine. Just can't seem to trigger the tracking in the native iOS side.

[Firebase/Performance][I-PRF100001] Firebase Performance Monitoring is successfully initialized! In a minute, visit the Firebase console to view your data: https://console.firebase.google.com/...
2023-02-03 14:26:38.322177+0800 AppName[14557:1739869] 8.15.0 - [Firebase/Performance][I-PRF200004] Trace feature is disabled.

I've tried to follow the troubleshooting guide for Firebase and have also added this to my Info.plist

<key>firebase_performance_collection_enabled</key>
<true/>

I don't have any remote config setup to disable it.

I've also tried building a prod IPA and just trying to run the app a few times to see if it would show up in the Firebase dashboard but no luck still.

    "@react-native-firebase/app": "^14.9.0",
    "@react-native-firebase/perf": "^14.9.0",
    "react-native": "0.69.7",
    "react-native-startup-trace": "^0.5.0",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant