| 1 | import type { Client, IntegrationFn, Span } from '@sentry/core'; |
| 2 | import { defineIntegration, SEMANTIC_ATTRIBUTE_SENTRY_OP, SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN } from '@sentry/core'; |
| 3 | import { generateInstrumentOnce, getClient, spanToJSON } from '@sentry/node'; |
| 4 | import type { RemixOptions } from '../../utils/remixOptions'; |
nothing calls this directly
no test coverage detected