Skip to content

Performance traces are not being reported to firebase anymore #3282

Open
@misomarcell

Description

@misomarcell

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

** Screenshots **
image

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions