Skip to content

Commit 6659c7f

Browse files
committed
do not export moduleMetadataIntegration outside of browser
1 parent e34416b commit 6659c7f

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

packages/bun/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ export {
8282
functionToStringIntegration,
8383
inboundFiltersIntegration,
8484
linkedErrorsIntegration,
85-
moduleMetadataIntegration,
8685
requestDataIntegration,
8786
} from '@sentry/core';
8887
export type { SpanStatusType } from '@sentry/core';

packages/deno/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ export {
7979
metrics,
8080
inboundFiltersIntegration,
8181
linkedErrorsIntegration,
82-
moduleMetadataIntegration,
8382
functionToStringIntegration,
8483
requestDataIntegration,
8584
} from '@sentry/core';

packages/node/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ export {
8383
functionToStringIntegration,
8484
inboundFiltersIntegration,
8585
linkedErrorsIntegration,
86-
moduleMetadataIntegration,
8786
requestDataIntegration,
8887
} from '@sentry/core';
8988
export type { SpanStatusType } from '@sentry/core';

packages/vercel-edge/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ export {
8181
functionToStringIntegration,
8282
inboundFiltersIntegration,
8383
linkedErrorsIntegration,
84-
moduleMetadataIntegration,
8584
requestDataIntegration,
8685
} from '@sentry/core';
8786
export type { SpanStatusType } from '@sentry/core';

0 commit comments

Comments
 (0)