Skip to content

Commit 8879fd5

Browse files
authored
fix(node): Add missing core re-exports (#10931)
These exports were lost on the migration from the experimental package
1 parent 7e66a04 commit 8879fd5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/node-experimental/src/index.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,11 @@ export {
100100
extraErrorDataIntegration,
101101
rewriteFramesIntegration,
102102
sessionTimingIntegration,
103+
metricsDefault as metrics,
104+
startSession,
105+
captureSession,
106+
endSession,
107+
addIntegration,
103108
} from '@sentry/core';
104109

105110
export type {

0 commit comments

Comments
 (0)