We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 892e0ec commit 951c8b9Copy full SHA for 951c8b9
packages/tracing/src/browser/metrics.ts
@@ -42,7 +42,6 @@ export class MetricsInstrumentation {
42
this._enableMeasurements = enable;
43
}
44
45
-
46
/** Add performance related spans to a transaction */
47
public addPerformanceEntries(transaction: Transaction): void {
48
if (!global || !global.performance || !global.performance.getEntries) {
0 commit comments