We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc765c7 commit 318e093Copy full SHA for 318e093
packages/browser/src/stack-parsers.ts
@@ -1,5 +1,4 @@
1
-import { StackFrame } from '@sentry/types';
2
-import { StackLineParser, StackLineParserFn } from '@sentry/utils';
+import { StackFrame, StackLineParser, StackLineParserFn } from '@sentry/types';
3
4
// global reference to slice
5
const UNKNOWN_FUNCTION = '?';
0 commit comments