Skip to content

Commit 7b16758

Browse files
committed
fix missing exports of withStreamSpan
1 parent 0138ff6 commit 7b16758

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

packages/astro/src/index.server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ export {
165165
unleashIntegration,
166166
growthbookIntegration,
167167
metrics,
168+
withStreamSpan,
168169
} from '@sentry/node';
169170

170171
export { init } from './server/sdk';

packages/aws-serverless/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ export {
151151
unleashIntegration,
152152
growthbookIntegration,
153153
metrics,
154+
withStreamSpan,
154155
} from '@sentry/node';
155156

156157
export {

packages/bun/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ export {
170170
statsigIntegration,
171171
unleashIntegration,
172172
metrics,
173+
withStreamSpan,
173174
} from '@sentry/node';
174175

175176
export {

packages/google-cloud-serverless/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ export {
151151
statsigIntegration,
152152
unleashIntegration,
153153
metrics,
154+
withStreamSpan,
154155
} from '@sentry/node';
155156

156157
export {

packages/remix/src/server/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ export {
127127
consoleLoggingIntegration,
128128
createConsolaReporter,
129129
createSentryWinstonTransport,
130+
withStreamSpan,
130131
} from '@sentry/node';
131132

132133
// Keeping the `*` exports for backwards compatibility and types

packages/solidstart/src/server/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ export {
130130
consoleLoggingIntegration,
131131
createConsolaReporter,
132132
createSentryWinstonTransport,
133+
withStreamSpan,
133134
} from '@sentry/node';
134135

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

packages/sveltekit/src/server/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ export {
131131
createSentryWinstonTransport,
132132
vercelAIIntegration,
133133
metrics,
134+
withStreamSpan,
134135
} from '@sentry/node';
135136

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

0 commit comments

Comments
 (0)