@@ -83,12 +83,6 @@ import type {
8383 MeasurementUnit as MeasurementUnit_imported ,
8484 Measurements as Measurements_imported ,
8585 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 ,
9286 MissingInstrumentationContext as MissingInstrumentationContext_imported ,
9387 MonitorConfig as MonitorConfig_imported ,
9488 NoneUnit as NoneUnit_imported ,
@@ -454,8 +448,6 @@ export type SpanContextData = SpanContextData_imported;
454448/** @deprecated This type has been moved to `@sentry/core`. */
455449export type TraceFlag = TraceFlag_imported ;
456450/** @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`. */
459451export type SpanStatus = SpanStatus_imported ;
460452/** @deprecated This type has been moved to `@sentry/core`. */
461453export type TimedEvent = TimedEvent_imported ;
@@ -555,16 +547,6 @@ export type InProgressCheckIn = InProgressCheckIn_imported;
555547/** @deprecated This type has been moved to `@sentry/core`. */
556548export type SerializedCheckIn = SerializedCheckIn_imported ;
557549/** @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`. */
568550export type ParameterizedString = ParameterizedString_imported ;
569551/** @deprecated This type has been moved to `@sentry/core`. */
570552export type ContinuousProfiler < T extends Client_imported > = ContinuousProfiler_imported < T > ;
0 commit comments