Skip to content

Commit 3593de1

Browse files
committed
do not export moduleMetadataIntegration outside of browser
1 parent 086a137 commit 3593de1

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
@@ -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';

packages/deno/src/index.ts

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

packages/node/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/vercel-edge/src/index.ts

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

0 commit comments

Comments
 (0)