| 1 | import type { AstroConfig, AstroIntegrationLogger } from 'astro'; |
| 2 | import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest'; |
| 3 | import { _getUpdatedSourceMapSettings, sentryAstro } from '../../src/integration'; |
| 4 | import type { SentryOptions } from '../../src/integration/types'; |
nothing calls this directly
no test coverage detected