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 @@ -70,6 +70,7 @@ export {
7070 startSpanManual ,
7171 continueTrace ,
7272 cron ,
73+ parameterize ,
7374} from '@sentry/node' ;
7475
7576// We can still leave this for the carrier init and type exports
Original file line number Diff line number Diff line change @@ -65,8 +65,6 @@ export {
6565 metrics ,
6666} from '@sentry/core' ;
6767
68- export { parameterize } from '@sentry/utils' ;
69-
7068export { WINDOW } from './helpers' ;
7169export { BrowserClient } from './client' ;
7270export { makeFetchTransport , makeXHRTransport } from './transports' ;
Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ export {
6161 Integrations ,
6262 Handlers ,
6363 cron ,
64+ parameterize ,
6465} from '@sentry/node' ;
6566
6667// Keeping the `*` exports for backwards compatibility and types
Original file line number Diff line number Diff line change @@ -69,4 +69,5 @@ export {
6969 startInactiveSpan ,
7070 startSpanManual ,
7171 continueTrace ,
72+ parameterize ,
7273} from '@sentry/node' ;
Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ export {
6767 startSpanManual ,
6868 continueTrace ,
6969 cron ,
70+ parameterize ,
7071} from '@sentry/node' ;
7172
7273// We can still leave this for the carrier init and type exports
You can’t perform that action at this time.
0 commit comments