Open
Description
Version info
**Angular:**14.2.4
**Firebase:**9.10.0
**AngularFire:**7.4.1
How to reproduce these conditions
...
imports: [
provideFirebaseApp(() => initializeApp(environment.firebase)),
providePerformance(() => (environment.production ? getPerformance() : undefined)),
]
Note that the environment is in fact production, I've verified it, so the getPerformance()
should be evaluated.
Debug output
Expected behavior
AngularFire Performance reporting performance data to Firebase.
Actual behavior
Not even network requests to firebaselogging.googleapis.com
are happening. I've received data only between 11 and 20 of October. The relevant code did not change, so I have no clue why trace reporting stopped after the 20th.
Metadata
Metadata
Assignees
Labels
No labels