Firebase Performance Monitoring with GraphQL Doesn't Show HTTP/S Network Request Traces #11600
Unanswered
yuriyalekseevich
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Performance Monitoring automatically collects a trace for each network request issued by your app, called an HTTP/S network request trace. And it works if I use:
-http.get(url)
-if I use Dio library - by adding this code
(dio.interceptors.add(
DioFirebasePerformanceInterceptor(),
);
My question is - how can I use Firebase Performance Monitoring with GraphQL? Maybe someone has answer. Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions