File tree Expand file tree Collapse file tree 8 files changed +8
-0
lines changed
google-cloud-serverless/src Expand file tree Collapse file tree 8 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ export {
85
85
postgresIntegration ,
86
86
prismaIntegration ,
87
87
childProcessIntegration ,
88
+ createSentryWinstonTransport ,
88
89
redisIntegration ,
89
90
requestDataIntegration ,
90
91
rewriteFramesIntegration ,
Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ export {
100
100
postgresIntegration ,
101
101
prismaIntegration ,
102
102
childProcessIntegration ,
103
+ createSentryWinstonTransport ,
103
104
hapiIntegration ,
104
105
setupHapiErrorHandler ,
105
106
spotlightIntegration ,
Original file line number Diff line number Diff line change @@ -134,6 +134,7 @@ export {
134
134
vercelAIIntegration ,
135
135
logger ,
136
136
consoleLoggingIntegration ,
137
+ createSentryWinstonTransport ,
137
138
} from '@sentry/node' ;
138
139
139
140
export {
Original file line number Diff line number Diff line change @@ -112,6 +112,7 @@ export {
112
112
profiler ,
113
113
amqplibIntegration ,
114
114
childProcessIntegration ,
115
+ createSentryWinstonTransport ,
115
116
vercelAIIntegration ,
116
117
logger ,
117
118
consoleLoggingIntegration ,
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ export { dataloaderIntegration } from './integrations/tracing/dataloader';
34
34
export { amqplibIntegration } from './integrations/tracing/amqplib' ;
35
35
export { vercelAIIntegration } from './integrations/tracing/vercelai' ;
36
36
export { childProcessIntegration } from './integrations/childProcess' ;
37
+ export { createSentryWinstonTransport } from './integrations/winston' ;
37
38
38
39
export { SentryContextManager } from './otel/contextManager' ;
39
40
export { generateInstrumentOnce } from './otel/instrument' ;
Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ export {
114
114
zodErrorsIntegration ,
115
115
logger ,
116
116
consoleLoggingIntegration ,
117
+ createSentryWinstonTransport ,
117
118
} from '@sentry/node' ;
118
119
119
120
// Keeping the `*` exports for backwards compatibility and types
Original file line number Diff line number Diff line change @@ -117,6 +117,7 @@ export {
117
117
zodErrorsIntegration ,
118
118
logger ,
119
119
consoleLoggingIntegration ,
120
+ createSentryWinstonTransport ,
120
121
} from '@sentry/node' ;
121
122
122
123
// We can still leave this for the carrier init and type exports
Original file line number Diff line number Diff line change @@ -119,6 +119,7 @@ export {
119
119
zodErrorsIntegration ,
120
120
logger ,
121
121
consoleLoggingIntegration ,
122
+ createSentryWinstonTransport ,
122
123
} from '@sentry/node' ;
123
124
124
125
// We can still leave this for the carrier init and type exports
You can’t perform that action at this time.
0 commit comments