-
Hi everyone, how’s it going? I could use some help with integrating Firebase Performance. I added the The integration appears to be successful since I can see custom traces like I searched for help online and found that some requests may not be captured automatically. Could this be the case here? If so, I noticed there’s a method called Libraries in use:
Thank you in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Thank you for creating this discussion! The Firebase Performance SDK can only capture http requests on the native layer. You can try to use the Capacitor HTTP plugin but i have not tested this myself. See https://firebase.google.com/docs/perf-mon/network-traces for more information. |
Beta Was this translation helpful? Give feedback.
Thank you for creating this discussion! The Firebase Performance SDK can only capture http requests on the native layer. You can try to use the Capacitor HTTP plugin but i have not tested this myself. See https://firebase.google.com/docs/perf-mon/network-traces for more information.