firebase icon indicating copy to clipboard operation
firebase copied to clipboard

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

Open Semurak opened this issue 1 year ago • 1 comments

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 avatar May 08 '24 11:05 Semurak

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

Semurak avatar May 08 '24 11:05 Semurak