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 943e3f8 commit 83ffef5Copy full SHA for 83ffef5
packages/tracing/test/idletransaction.test.ts
@@ -1,7 +1,7 @@
1
import { BrowserClient } from '@sentry/browser';
2
import { Hub } from '@sentry/hub';
3
4
-import { IdleTransaction, IdleTransactionSpanRecorder, DEFAULT_IDLE_TIMEOUT } from '../src/idletransaction';
+import { DEFAULT_IDLE_TIMEOUT, IdleTransaction, IdleTransactionSpanRecorder } from '../src/idletransaction';
5
import { Span } from '../src/span';
6
import { SpanStatus } from '../src/spanstatus';
7
0 commit comments