Skip to content

Commit 191e474

Browse files
committed
add exports
1 parent a327168 commit 191e474

File tree

8 files changed

+8
-0
lines changed

8 files changed

+8
-0
lines changed

packages/astro/src/index.server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ export {
8585
postgresIntegration,
8686
prismaIntegration,
8787
childProcessIntegration,
88+
createSentryWinstonTransport,
8889
redisIntegration,
8990
requestDataIntegration,
9091
rewriteFramesIntegration,

packages/aws-serverless/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ export {
100100
postgresIntegration,
101101
prismaIntegration,
102102
childProcessIntegration,
103+
createSentryWinstonTransport,
103104
hapiIntegration,
104105
setupHapiErrorHandler,
105106
spotlightIntegration,

packages/bun/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ export {
134134
vercelAIIntegration,
135135
logger,
136136
consoleLoggingIntegration,
137+
createSentryWinstonTransport,
137138
} from '@sentry/node';
138139

139140
export {

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ export {
112112
profiler,
113113
amqplibIntegration,
114114
childProcessIntegration,
115+
createSentryWinstonTransport,
115116
vercelAIIntegration,
116117
logger,
117118
consoleLoggingIntegration,

packages/node/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ export { dataloaderIntegration } from './integrations/tracing/dataloader';
3434
export { amqplibIntegration } from './integrations/tracing/amqplib';
3535
export { vercelAIIntegration } from './integrations/tracing/vercelai';
3636
export { childProcessIntegration } from './integrations/childProcess';
37+
export { createSentryWinstonTransport } from './integrations/winston';
3738

3839
export { SentryContextManager } from './otel/contextManager';
3940
export { generateInstrumentOnce } from './otel/instrument';

packages/remix/src/server/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ export {
114114
zodErrorsIntegration,
115115
logger,
116116
consoleLoggingIntegration,
117+
createSentryWinstonTransport,
117118
} from '@sentry/node';
118119

119120
// 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
@@ -117,6 +117,7 @@ export {
117117
zodErrorsIntegration,
118118
logger,
119119
consoleLoggingIntegration,
120+
createSentryWinstonTransport,
120121
} from '@sentry/node';
121122

122123
// 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
@@ -119,6 +119,7 @@ export {
119119
zodErrorsIntegration,
120120
logger,
121121
consoleLoggingIntegration,
122+
createSentryWinstonTransport,
122123
} from '@sentry/node';
123124

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

0 commit comments

Comments
 (0)