Skip to content

Commit 8676a43

Browse files
committed
remove browser metrics
1 parent 26e1e74 commit 8676a43

File tree

12 files changed

+2
-206
lines changed

12 files changed

+2
-206
lines changed

packages/browser/src/index.bundle.feedback.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { browserTracingIntegrationShim, metricsShim, replayIntegrationShim } from '@sentry-internal/integration-shims';
1+
import { browserTracingIntegrationShim, replayIntegrationShim } from '@sentry-internal/integration-shims';
22
import { feedbackAsyncIntegration } from './feedbackAsync';
33

44
export * from './index.bundle.base';
@@ -10,7 +10,6 @@ export {
1010
feedbackAsyncIntegration as feedbackAsyncIntegration,
1111
feedbackAsyncIntegration as feedbackIntegration,
1212
replayIntegrationShim as replayIntegration,
13-
metricsShim as metrics,
1413
};
1514

1615
export { captureFeedback } from '@sentry/core';
Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
import {
2-
browserTracingIntegrationShim,
3-
feedbackIntegrationShim,
4-
metricsShim,
5-
} from '@sentry-internal/integration-shims';
1+
import { browserTracingIntegrationShim, feedbackIntegrationShim } from '@sentry-internal/integration-shims';
62

73
export * from './index.bundle.base';
84

@@ -12,5 +8,4 @@ export {
128
browserTracingIntegrationShim as browserTracingIntegration,
139
feedbackIntegrationShim as feedbackAsyncIntegration,
1410
feedbackIntegrationShim as feedbackIntegration,
15-
metricsShim as metrics,
1611
};

packages/browser/src/index.bundle.tracing.replay.feedback.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ registerSpanErrorInstrumentation();
44

55
export * from './index.bundle.base';
66

7-
export * from './metrics';
8-
97
export {
108
getActiveSpan,
119
getRootSpan,

packages/browser/src/index.bundle.tracing.replay.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ registerSpanErrorInstrumentation();
44

55
export * from './index.bundle.base';
66

7-
export * from './metrics';
8-
97
export {
108
getActiveSpan,
119
getRootSpan,

packages/browser/src/index.bundle.tracing.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ registerSpanErrorInstrumentation();
55

66
export * from './index.bundle.base';
77

8-
export * from './metrics';
9-
108
export {
119
getActiveSpan,
1210
getRootSpan,

packages/browser/src/index.bundle.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import {
22
browserTracingIntegrationShim,
33
feedbackIntegrationShim,
4-
metricsShim,
54
replayIntegrationShim,
65
} from '@sentry-internal/integration-shims';
76

@@ -12,5 +11,4 @@ export {
1211
feedbackIntegrationShim as feedbackAsyncIntegration,
1312
feedbackIntegrationShim as feedbackIntegration,
1413
replayIntegrationShim as replayIntegration,
15-
metricsShim as metrics,
1614
};

packages/browser/src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ import { feedbackSyncIntegration } from './feedbackSync';
3535
export { feedbackAsyncIntegration, feedbackSyncIntegration, feedbackSyncIntegration as feedbackIntegration };
3636
export { getFeedback, sendFeedback } from '@sentry-internal/feedback';
3737

38-
export * from './metrics';
39-
4038
export { defaultRequestInstrumentationOptions, instrumentOutgoingRequests } from './tracing/request';
4139
export {
4240
browserTracingIntegration,

packages/browser/src/metrics.ts

Lines changed: 0 additions & 76 deletions
This file was deleted.

packages/core/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ export { metrics } from './metrics/exports';
109109
export { profiler } from './profiling';
110110
// eslint-disable-next-line deprecation/deprecation
111111
export { metricsDefault } from './metrics/exports-default';
112-
export { BrowserMetricsAggregator } from './metrics/browser-aggregator';
113112
export {
114113
// eslint-disable-next-line deprecation/deprecation
115114
addTracingHeadersToFetchRequest,

packages/core/src/metrics/browser-aggregator.ts

Lines changed: 0 additions & 88 deletions
This file was deleted.
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
export { feedbackIntegrationShim } from './Feedback';
22
export { replayIntegrationShim } from './Replay';
33
export { browserTracingIntegrationShim } from './BrowserTracing';
4-
export { metricsShim } from './metrics';

packages/integration-shims/src/metrics.ts

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)