(options?: SentryRollupPluginOptions)
| 22 | } |
| 23 | |
| 24 | export const sentryVitePlugin = (options?: SentryRollupPluginOptions): SentryVitePlugin[] => { |
| 25 | return [ |
| 26 | { |
| 27 | enforce: 'pre', |
| 28 | ..._rollupPluginInternal(options, 'vite', getViteMajorVersion()), |
| 29 | }, |
| 30 | ]; |
| 31 | }; |
| 32 | |
| 33 | export type { Options as SentryVitePluginOptions } from '../core'; |
| 34 | export { sentryCliBinaryExists } from '../core'; |
no test coverage detected