| 1 | import { SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN, SEMANTIC_ATTRIBUTE_SENTRY_SOURCE } from '@sentry/core'; |
| 2 | import * as SentrySvelte from '@sentry/svelte'; |
| 3 | import type { Load } from '@sveltejs/kit'; |
| 4 | import { redirect } from '@sveltejs/kit'; |
nothing calls this directly
no test coverage detected