File tree Expand file tree Collapse file tree 5 files changed +4
-2
lines changed Expand file tree Collapse file tree 5 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ export {
7777 startSpanManual ,
7878 continueTrace ,
7979 cron ,
80+ parameterize ,
8081} from '@sentry/node' ;
8182
8283// We can still leave this for the carrier init and type exports
Original file line number Diff line number Diff line change @@ -74,8 +74,6 @@ export {
7474 inboundFiltersIntegration ,
7575} from '@sentry/core' ;
7676
77- export { parameterize } from '@sentry/utils' ;
78-
7977export { WINDOW } from './helpers' ;
8078export { BrowserClient } from './client' ;
8179export { makeFetchTransport , makeXHRTransport } from './transports' ;
Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ export {
6868 Integrations ,
6969 Handlers ,
7070 cron ,
71+ parameterize ,
7172} from '@sentry/node' ;
7273
7374// Keeping the `*` exports for backwards compatibility and types
Original file line number Diff line number Diff line change @@ -76,4 +76,5 @@ export {
7676 startInactiveSpan ,
7777 startSpanManual ,
7878 continueTrace ,
79+ parameterize ,
7980} from '@sentry/node' ;
Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ export {
7474 startSpanManual ,
7575 continueTrace ,
7676 cron ,
77+ parameterize ,
7778} from '@sentry/node' ;
7879
7980// We can still leave this for the carrier init and type exports
You can’t perform that action at this time.
0 commit comments