File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ export { nestIntegration } from './integrations/tracing/nest';
2121export { postgresIntegration } from './integrations/tracing/postgres' ;
2222export { prismaIntegration } from './integrations/tracing/prisma' ;
2323export { hapiIntegration , setupHapiErrorHandler } from './integrations/tracing/hapi' ;
24+ export { spotlightIntegration } from './integrations/spotlight' ;
2425
2526export { init , getDefaultIntegrations } from './sdk/init' ;
2627export { getAutoPerformanceIntegrations } from './integrations/tracing' ;
You can’t perform that action at this time.
0 commit comments