File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/replay/src/coreHandlers Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { record } from '@sentry-internal/rrweb';
2
2
import type { serializedElementNodeWithId , serializedNodeWithId } from '@sentry-internal/rrweb-snapshot' ;
3
3
import { NodeType } from '@sentry-internal/rrweb-snapshot' ;
4
4
import type { Breadcrumb } from '@sentry/types' ;
5
- import { getElementIdentifier , htmlTreeAsString } from '@sentry/utils' ;
5
+ import { htmlTreeAsString } from '@sentry/utils' ;
6
6
7
7
import type { ReplayContainer } from '../types' ;
8
8
import { createBreadcrumb } from '../util/createBreadcrumb' ;
Original file line number Diff line number Diff line change 1
1
import type { Breadcrumb } from '@sentry/types' ;
2
- import { getElementIdentifier , htmlTreeAsString } from '@sentry/utils' ;
2
+ import { htmlTreeAsString } from '@sentry/utils' ;
3
3
4
4
import type { ReplayContainer } from '../types' ;
5
5
import { createBreadcrumb } from '../util/createBreadcrumb' ;
You can’t perform that action at this time.
0 commit comments