Skip to content

Commit 318e093

Browse files
committed
Fix build
1 parent dc765c7 commit 318e093

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/browser/src/stack-parsers.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
import { StackFrame } from '@sentry/types';
2-
import { StackLineParser, StackLineParserFn } from '@sentry/utils';
1+
import { StackFrame, StackLineParser, StackLineParserFn } from '@sentry/types';
32

43
// global reference to slice
54
const UNKNOWN_FUNCTION = '?';

0 commit comments

Comments
 (0)