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

[@nativescript/firebase-performance][android] Not monitoring network requests #258

Open
Semurak opened this issue May 8, 2024 · 1 comment

Comments

@Semurak
Copy link

Semurak commented May 8, 2024

Network request are not monitored on android and won't show up, iOS works.

Probably something is missing of step 2: https://firebase.google.com/docs/perf-mon/get-started-android#add-perfmon-plugin

@Semurak
Copy link
Author

Semurak commented May 8, 2024

Fixed it by adding:

apply plugin: 'com.google.firebase.firebase-perf'

to the top of my app.gradle.

In my opinion, this should be done by the package

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