Skip to content

Commit be6f1b5

Browse files
committed
add env2bool export back just in case
1 parent 469940b commit be6f1b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/node-core/src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,9 @@ export {
135135
wrapMcpServerWithSentry,
136136
featureFlagsIntegration,
137137
metrics,
138+
// Backwards compatibility: envToBool was previously exported from @sentry/node-core
139+
// Re-export it from @sentry/core to avoid breaking existing code
140+
envToBool,
138141
} from '@sentry/core';
139142

140143
export type {

0 commit comments

Comments
 (0)