| 1 | import { createStackParser } from '@sentry/core/browser'; |
| 2 | import { describe, expect, it } from 'vitest'; |
| 3 | import { exceptionFromError } from '../../src/eventbuilder'; |
| 4 | import { defaultStackParser, opera10StackLineParser, opera11StackLineParser } from '../../src/stack-parsers'; |
nothing calls this directly
no test coverage detected