Skip to content

Commit a19050c

Browse files
committed
fix linting
1 parent 19e28cc commit a19050c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

packages/browser/src/metrics.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { BrowserMetricsAggregator, metrics as metricsCore } from '@sentry/core';
2-
import type { MetricData, Metrics, DurationUnit } from '@sentry/types';
2+
import type { DurationUnit, MetricData, Metrics } from '@sentry/types';
33

44
/**
55
* Adds a value to a counter metric

packages/core/src/metrics/exports-default.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
import type { Client, MetricData, Metrics, DurationUnit, MetricsAggregator as MetricsAggregatorInterface } from '@sentry/types';
1+
import type {
2+
Client,
3+
DurationUnit,
4+
MetricData,
5+
Metrics,
6+
MetricsAggregator as MetricsAggregatorInterface,
7+
} from '@sentry/types';
28
import { MetricsAggregator } from './aggregator';
39
import { metrics as metricsCore } from './exports';
410

0 commit comments

Comments
 (0)