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';
1414import { defaultRequestInstrumentationOptions } from '../../src/browser/request' ;
1515import { instrumentRoutingWithDefaults } from '../../src/browser/router' ;
1616import * 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' ;
1818import { getActiveTransaction , secToMs } from '../../src/utils' ;
1919
2020let mockChangeHistory : ( { to, from } : { to : string ; from ?: string } ) => void = ( ) => undefined ;
You can’t perform that action at this time.
0 commit comments