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';
22import type { serializedElementNodeWithId , serializedNodeWithId } from '@sentry-internal/rrweb-snapshot' ;
33import { NodeType } from '@sentry-internal/rrweb-snapshot' ;
44import type { Breadcrumb } from '@sentry/types' ;
5- import { getElementIdentifier , htmlTreeAsString } from '@sentry/utils' ;
5+ import { htmlTreeAsString } from '@sentry/utils' ;
66
77import type { ReplayContainer } from '../types' ;
88import { createBreadcrumb } from '../util/createBreadcrumb' ;
Original file line number Diff line number Diff line change 11import type { Breadcrumb } from '@sentry/types' ;
2- import { getElementIdentifier , htmlTreeAsString } from '@sentry/utils' ;
2+ import { htmlTreeAsString } from '@sentry/utils' ;
33
44import type { ReplayContainer } from '../types' ;
55import { createBreadcrumb } from '../util/createBreadcrumb' ;
You can’t perform that action at this time.
0 commit comments