Skip to content

Commit

Permalink
Added exports for parameterized function from node SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
AleshaOleg committed Jan 15, 2024
1 parent c4d60a9 commit 55bba86
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/astro/src/index.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ export {
startSpanManual,
continueTrace,
cron,
parameterize,
} from '@sentry/node';

// We can still leave this for the carrier init and type exports
Expand Down
2 changes: 0 additions & 2 deletions packages/browser/src/exports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ export {
metrics,
} from '@sentry/core';

export { parameterize } from '@sentry/utils';

export { WINDOW } from './helpers';
export { BrowserClient } from './client';
export { makeFetchTransport, makeXHRTransport } from './transports';
Expand Down
1 change: 1 addition & 0 deletions packages/remix/src/index.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ export {
Integrations,
Handlers,
cron,
parameterize,
} from '@sentry/node';

// Keeping the `*` exports for backwards compatibility and types
Expand Down
1 change: 1 addition & 0 deletions packages/serverless/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,5 @@ export {
startInactiveSpan,
startSpanManual,
continueTrace,
parameterize,
} from '@sentry/node';
1 change: 1 addition & 0 deletions packages/sveltekit/src/server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export {
startSpanManual,
continueTrace,
cron,
parameterize,
} from '@sentry/node';

// We can still leave this for the carrier init and type exports
Expand Down

0 comments on commit 55bba86

Please sign in to comment.