Skip to content

Commit 0566e2f

Browse files
committed
feat(browser): Remove IE parser from the default stack parsers
1 parent 249a313 commit 0566e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/browser/src/stack-parsers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ const opera11: StackLineParserFn = line => {
153153

154154
export const opera11StackLineParser: StackLineParser = [OPERA11_PRIORITY, opera11];
155155

156-
export const defaultStackLineParsers = [chromeStackLineParser, geckoStackLineParser, winjsStackLineParser];
156+
export const defaultStackLineParsers = [chromeStackLineParser, geckoStackLineParser];
157157

158158
export const defaultStackParser = createStackParser(...defaultStackLineParsers);
159159

0 commit comments

Comments
 (0)