| 1 | import { defineConfig } from 'rollup'; |
| 2 | import { makeBaseNPMConfig, makeNPMConfigVariants } from '@sentry-internal/rollup-utils'; |
| 3 | |
| 4 | // EXPERIMENTAL — orchestrion.js runtime hook. A hand-written `.mjs` shim that |
nothing calls this directly
no test coverage detected