File tree Expand file tree Collapse file tree 7 files changed +7
-0
lines changed
google-cloud-serverless/src Expand file tree Collapse file tree 7 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -165,6 +165,7 @@ export {
165165 unleashIntegration ,
166166 growthbookIntegration ,
167167 metrics ,
168+ withStreamSpan ,
168169} from '@sentry/node' ;
169170
170171export { init } from './server/sdk' ;
Original file line number Diff line number Diff line change @@ -151,6 +151,7 @@ export {
151151 unleashIntegration ,
152152 growthbookIntegration ,
153153 metrics ,
154+ withStreamSpan ,
154155} from '@sentry/node' ;
155156
156157export {
Original file line number Diff line number Diff line change @@ -168,6 +168,7 @@ export {
168168 statsigIntegration ,
169169 unleashIntegration ,
170170 metrics ,
171+ withStreamSpan ,
171172} from '@sentry/node' ;
172173
173174export {
Original file line number Diff line number Diff line change @@ -151,6 +151,7 @@ export {
151151 statsigIntegration ,
152152 unleashIntegration ,
153153 metrics ,
154+ withStreamSpan ,
154155} from '@sentry/node' ;
155156
156157export {
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments