FirebasePerformance interface

Firebase Performance Monitoring 서비스 인터페이스

서명:

export interface FirebasePerformance 

속성

속성 유형 설명
app Firebase 앱 FirebasePerformance 인스턴스가 연결된 FirebaseApp입니다.
dataCollectionEnabled 부울 커스텀 trace의 로깅을 제어합니다.
instrumentationEnabled 부울 자동 trace 및 HTTP/S 네트워크 모니터링의 로깅을 제어합니다.

FirebasePerformance.app

FirebasePerformance 인스턴스가 연결된 FirebaseApp입니다.

서명:

app: FirebaseApp;

FirebasePerformance.dataCollectionEnabled

커스텀 trace의 로깅을 제어합니다.

서명:

dataCollectionEnabled: boolean;

FirebasePerformance.instrumentationEnabled

자동 trace 및 HTTP/S 네트워크 모니터링의 로깅을 제어합니다.

서명:

instrumentationEnabled: boolean;