diff --git a/src/performance/index.ts b/src/performance/index.ts index 88742f0..f750270 100644 --- a/src/performance/index.ts +++ b/src/performance/index.ts @@ -144,10 +144,10 @@ class TracePerf { ...perfDetail, ...this.perfInfo, }; - this.reportPerf(perfInfo); + this.reportPerf({...perfInfo, isPV: true}); } - public reportPerf(data: {[key: string]: number | string}, collector?: string) { + public reportPerf(data: {[key: string]: number | string | boolean}, collector?: string) { const perf = { ...data, ...this.perfInfo