Skip to content

Commit 951c8b9

Browse files
committed
lint fix
1 parent 892e0ec commit 951c8b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/tracing/src/browser/metrics.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ export class MetricsInstrumentation {
4242
this._enableMeasurements = enable;
4343
}
4444

45-
4645
/** Add performance related spans to a transaction */
4746
public addPerformanceEntries(transaction: Transaction): void {
4847
if (!global || !global.performance || !global.performance.getEntries) {

0 commit comments

Comments
 (0)