Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
timfish committed Apr 8, 2022
1 parent dc765c7 commit 318e093
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/browser/src/stack-parsers.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { StackFrame } from '@sentry/types';
import { StackLineParser, StackLineParserFn } from '@sentry/utils';
import { StackFrame, StackLineParser, StackLineParserFn } from '@sentry/types';

// global reference to slice
const UNKNOWN_FUNCTION = '?';
Expand Down

0 comments on commit 318e093

Please sign in to comment.