Skip to content

Commit b36d517

Browse files
committed
export from node-core
1 parent caa59ea commit b36d517

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/node-core/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ export {
135135
consoleIntegration,
136136
wrapMcpServerWithSentry,
137137
featureFlagsIntegration,
138+
metrics,
138139
} from '@sentry/core';
139140

140141
export type {

packages/node/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ export {
133133
consoleIntegration,
134134
wrapMcpServerWithSentry,
135135
featureFlagsIntegration,
136-
metrics,
137136
} from '@sentry/core';
138137

139138
export type {
@@ -159,6 +158,7 @@ export type {
159158

160159
export {
161160
logger,
161+
metrics,
162162
httpServerIntegration,
163163
httpServerSpansIntegration,
164164
nodeContextIntegration,

0 commit comments

Comments
 (0)