We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caa59ea commit b36d517Copy full SHA for b36d517
packages/node-core/src/index.ts
@@ -135,6 +135,7 @@ export {
135
consoleIntegration,
136
wrapMcpServerWithSentry,
137
featureFlagsIntegration,
138
+ metrics,
139
} from '@sentry/core';
140
141
export type {
packages/node/src/index.ts
@@ -133,7 +133,6 @@ export {
133
134
- metrics,
@@ -159,6 +158,7 @@ export type {
159
158
160
export {
161
logger,
162
httpServerIntegration,
163
httpServerSpansIntegration,
164
nodeContextIntegration,
0 commit comments