File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11export { BrowserTracing } from './browsertracing' ;
2+ export {
3+ registerRequestInstrumentation ,
4+ RequestInstrumentationOptions ,
5+ defaultRequestInstrumentationOptions ,
6+ } from './request' ;
Original file line number Diff line number Diff line change @@ -7,8 +7,14 @@ const Integrations = { ...TracingIntegrations, BrowserTracing };
77export { Integrations } ;
88export { Span } from './span' ;
99export { Transaction } from './transaction' ;
10-
10+ export {
11+ registerRequestInstrumentation ,
12+ RequestInstrumentationOptions ,
13+ defaultRequestInstrumentationOptions ,
14+ } from './browser' ;
1115export { SpanStatus } from './spanstatus' ;
16+ export { IdleTransaction } from './idletransaction' ;
17+ export { startIdleTransaction } from './hubextensions' ;
1218
1319// We are patching the global object with our hub extension methods
1420addExtensionMethods ( ) ;
You can’t perform that action at this time.
0 commit comments