| 1 | import type { Event } from '@sentry/core'; |
| 2 | import type { Callback, Handler } from 'aws-lambda'; |
| 3 | import { beforeEach, describe, expect, test, vi } from 'vitest'; |
| 4 | import { init } from '../src/init'; |
nothing calls this directly
no test coverage detected