| 1 | import { makeBaseNPMConfig, makeNPMConfigVariants } from '@sentry-internal/rollup-utils'; |
| 2 | |
| 3 | // We rely on esbuild's defaults for JSX (`jsx: 'transform'` = classic runtime, no |
| 4 | // __self/__source attributes). React 19 prefers the new automatic transform, but switching |
nothing calls this directly
no test coverage detected