File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
packages/tracing/test/browser Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import { MetricsInstrumentation } from '../../src/browser/metrics';
14
14
import { defaultRequestInstrumentationOptions } from '../../src/browser/request' ;
15
15
import { instrumentRoutingWithDefaults } from '../../src/browser/router' ;
16
16
import * as hubExtensions from '../../src/hubextensions' ;
17
- import { DEFAULT_IDLE_TIMEOUT , IdleTransaction , DEFAULT_FINAL_TIMEOUT } from '../../src/idletransaction' ;
17
+ import { DEFAULT_FINAL_TIMEOUT , DEFAULT_IDLE_TIMEOUT , IdleTransaction } from '../../src/idletransaction' ;
18
18
import { getActiveTransaction , secToMs } from '../../src/utils' ;
19
19
20
20
let mockChangeHistory : ( { to, from } : { to : string ; from ?: string } ) => void = ( ) => undefined ;
You can’t perform that action at this time.
0 commit comments