Skip to content

Commit fc3a7ce

Browse files
committed
Remove unused function
1 parent a8c8096 commit fc3a7ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/replay/src/coreHandlers/handleDom.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { record } from '@sentry-internal/rrweb';
22
import type { serializedElementNodeWithId, serializedNodeWithId } from '@sentry-internal/rrweb-snapshot';
33
import { NodeType } from '@sentry-internal/rrweb-snapshot';
44
import type { Breadcrumb } from '@sentry/types';
5-
import { getElementIdentifier, htmlTreeAsString } from '@sentry/utils';
5+
import { htmlTreeAsString } from '@sentry/utils';
66

77
import type { ReplayContainer } from '../types';
88
import { createBreadcrumb } from '../util/createBreadcrumb';

packages/replay/src/coreHandlers/handleKeyboardEvent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { Breadcrumb } from '@sentry/types';
2-
import { getElementIdentifier, htmlTreeAsString } from '@sentry/utils';
2+
import { htmlTreeAsString } from '@sentry/utils';
33

44
import type { ReplayContainer } from '../types';
55
import { createBreadcrumb } from '../util/createBreadcrumb';

0 commit comments

Comments
 (0)