We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0566e2f commit 11677c5Copy full SHA for 11677c5
packages/browser/test/unit/tracekit/ie.test.ts
@@ -1,5 +1,8 @@
1
+import { createStackParser } from '@sentry/utils';
2
import { exceptionFromError } from '../../../src/eventbuilder';
-import { defaultStackParser as parser } from '../../../src/stack-parsers';
3
+import { winjsStackLineParser } from '../../../src/stack-parsers';
4
+
5
+const parser = createStackParser(winjsStackLineParser);
6
7
describe('Tracekit - IE Tests', () => {
8
it('should parse IE 10 error', () => {
0 commit comments