@@ -83,12 +83,6 @@ import type {
83
83
MeasurementUnit as MeasurementUnit_imported ,
84
84
Measurements as Measurements_imported ,
85
85
Mechanism as Mechanism_imported ,
86
- MetricBucketItem as MetricBucketItem_imported ,
87
- MetricData as MetricData_imported ,
88
- MetricInstance as MetricInstance_imported ,
89
- MetricSummary as MetricSummary_imported ,
90
- Metrics as Metrics_imported ,
91
- MetricsAggregator as MetricsAggregator_imported ,
92
86
MissingInstrumentationContext as MissingInstrumentationContext_imported ,
93
87
MonitorConfig as MonitorConfig_imported ,
94
88
NoneUnit as NoneUnit_imported ,
@@ -454,8 +448,6 @@ export type SpanContextData = SpanContextData_imported;
454
448
/** @deprecated This type has been moved to `@sentry/core`. */
455
449
export type TraceFlag = TraceFlag_imported ;
456
450
/** @deprecated This type has been moved to `@sentry/core`. */
457
- export type MetricSummary = MetricSummary_imported ;
458
- /** @deprecated This type has been moved to `@sentry/core`. */
459
451
export type SpanStatus = SpanStatus_imported ;
460
452
/** @deprecated This type has been moved to `@sentry/core`. */
461
453
export type TimedEvent = TimedEvent_imported ;
@@ -555,16 +547,6 @@ export type InProgressCheckIn = InProgressCheckIn_imported;
555
547
/** @deprecated This type has been moved to `@sentry/core`. */
556
548
export type SerializedCheckIn = SerializedCheckIn_imported ;
557
549
/** @deprecated This type has been moved to `@sentry/core`. */
558
- export type MetricsAggregator = MetricsAggregator_imported ;
559
- /** @deprecated This type has been moved to `@sentry/core`. */
560
- export type MetricBucketItem = MetricBucketItem_imported ;
561
- /** @deprecated This type has been moved to `@sentry/core`. */
562
- export type MetricInstance = MetricInstance_imported ;
563
- /** @deprecated This type has been moved to `@sentry/core`. */
564
- export type MetricData = MetricData_imported ;
565
- /** @deprecated This type has been moved to `@sentry/core`. */
566
- export type Metrics = Metrics_imported ;
567
- /** @deprecated This type has been moved to `@sentry/core`. */
568
550
export type ParameterizedString = ParameterizedString_imported ;
569
551
/** @deprecated This type has been moved to `@sentry/core`. */
570
552
export type ContinuousProfiler < T extends Client_imported > = ContinuousProfiler_imported < T > ;
0 commit comments