Skip to content

Commit

Permalink
remove sentry-internal
Browse files Browse the repository at this point in the history
  • Loading branch information
billyvg committed Jan 8, 2025
1 parent ad6b779 commit 4efcd03
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions packages/plugins/rrweb-plugin-console-record/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
import type {
listenerHandler,
RecordPlugin,
IWindow,
} from '@sentry-internal/rrweb-types';
import { utils } from '@sentry-internal/rrweb';
import type { listenerHandler, RecordPlugin, IWindow } from '@rrweb/types';
import { utils } from 'rrweb';
import { ErrorStackParser, StackFrame } from './error-stack-parser';
import { stringify } from './stringify';

Expand Down

0 comments on commit 4efcd03

Please sign in to comment.