| 1 | import type { Integration, IntegrationFn } from '@sentry/core'; |
| 2 | import { defineIntegration, extendIntegration, getClient } from '@sentry/core'; |
| 3 | import { generateInstrumentOnce } from '@sentry/node-core'; |
| 4 | import type { FastifyInstance, FastifyMinimal, FastifyReply, FastifyRequest } from './types'; |
nothing calls this directly
no test coverage detected