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