Skip to content

Commit 3f373f2

Browse files
authored
fix(node): Export spotlightIntegration from OTEL node (#10973)
Unblocks converting more packages to using OpenTelemetry.
1 parent 7634a76 commit 3f373f2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-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
prismaIntegration,
8686
hapiIntegration,
8787
setupHapiErrorHandler,
88+
spotlightIntegration,
8889
} from '@sentry/node';
8990

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

packages/node-experimental/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ export { nestIntegration } from './integrations/tracing/nest';
2121
export { postgresIntegration } from './integrations/tracing/postgres';
2222
export { prismaIntegration } from './integrations/tracing/prisma';
2323
export { hapiIntegration, setupHapiErrorHandler } from './integrations/tracing/hapi';
24+
export { spotlightIntegration } from './integrations/spotlight';
2425

2526
export { init, getDefaultIntegrations } from './sdk/init';
2627
export { getAutoPerformanceIntegrations } from './integrations/tracing';

0 commit comments

Comments
 (0)