Skip to content

Commit f941afc

Browse files
committed
remove unused import
1 parent ee0fa54 commit f941afc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/browser/src/tracing/setSpanActive.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { Span } from '@sentry/core';
2-
import { _INTERNAL_setSpanForScope, addNonEnumerableProperty, getActiveSpan, getCurrentScope } from '@sentry/core';
2+
import { _INTERNAL_setSpanForScope, getActiveSpan, getCurrentScope } from '@sentry/core';
33

44
/**
55
* Sets an inactive span active on the current scope.

0 commit comments

Comments
 (0)