We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee0fa54 commit f941afcCopy full SHA for f941afc
packages/browser/src/tracing/setSpanActive.ts
@@ -1,5 +1,5 @@
1
import type { Span } from '@sentry/core';
2
-import { _INTERNAL_setSpanForScope, addNonEnumerableProperty, getActiveSpan, getCurrentScope } from '@sentry/core';
+import { _INTERNAL_setSpanForScope, getActiveSpan, getCurrentScope } from '@sentry/core';
3
4
/**
5
* Sets an inactive span active on the current scope.
0 commit comments