|
1 | | -export { expressIntegration } from './integrations/express'; |
2 | | -export { fastifyIntegration } from './integrations/fastify'; |
3 | | -export { graphqlIntegration } from './integrations/graphql'; |
| 1 | +export { expressIntegration } from './integrations/tracing/express'; |
| 2 | +export { fastifyIntegration } from './integrations/tracing/fastify'; |
| 3 | +export { graphqlIntegration } from './integrations/tracing/graphql'; |
4 | 4 | export { httpIntegration } from './integrations/http'; |
5 | | -export { mongoIntegration } from './integrations/mongo'; |
6 | | -export { mongooseIntegration } from './integrations/mongoose'; |
7 | | -export { mysqlIntegration } from './integrations/mysql'; |
8 | | -export { mysql2Integration } from './integrations/mysql2'; |
9 | | -export { nestIntegration } from './integrations/nest'; |
| 5 | +export { mongoIntegration } from './integrations/tracing/mongo'; |
| 6 | +export { mongooseIntegration } from './integrations/tracing/mongoose'; |
| 7 | +export { mysqlIntegration } from './integrations/tracing/mysql'; |
| 8 | +export { mysql2Integration } from './integrations/tracing/mysql2'; |
| 9 | +export { nestIntegration } from './integrations/tracing/nest'; |
10 | 10 | export { nativeNodeFetchIntegration } from './integrations/node-fetch'; |
11 | | -export { postgresIntegration } from './integrations/postgres'; |
12 | | -export { prismaIntegration } from './integrations/prisma'; |
| 11 | +export { postgresIntegration } from './integrations/tracing/postgres'; |
| 12 | +export { prismaIntegration } from './integrations/tracing/prisma'; |
13 | 13 |
|
14 | 14 | export { init, getDefaultIntegrations } from './sdk/init'; |
15 | | -export { getAutoPerformanceIntegrations } from './integrations/getAutoPerformanceIntegrations'; |
| 15 | +export { getAutoPerformanceIntegrations } from './integrations/tracing'; |
16 | 16 | export * as Handlers from './sdk/handlers'; |
17 | 17 | export type { Span } from './types'; |
18 | 18 |
|
|
0 commit comments