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 755abb3 commit d93d93cCopy full SHA for d93d93c
1 file changed
packages/core/src/client.ts
@@ -49,7 +49,6 @@ import { safeMathRandom } from './utils/randomSafeContext';
49
import { reparentChildSpans, shouldIgnoreSpan } from './utils/should-ignore-span';
50
import { showSpanDropWarning } from './utils/spanUtils';
51
import { rejectedSyncPromise } from './utils/syncpromise';
52
-import { safeUnref } from './utils/timer';
53
import { convertSpanJsonToTransactionEvent, convertTransactionEventToSpanJson } from './utils/transactionEvent';
54
55
const ALREADY_SEEN_ERROR = "Not capturing exception because it's already been captured.";
0 commit comments