@@ -134,10 +134,7 @@ export type { StackFrame } from './stackframe';
134
134
export type { Stacktrace , StackParser , StackLineParser , StackLineParserFn } from './stacktrace' ;
135
135
export type { PropagationContext , TracePropagationTargets , SerializedTraceData } from './tracing' ;
136
136
export type { StartSpanOptions } from './startSpanOptions' ;
137
- export type {
138
- TraceparentData ,
139
- TransactionSource ,
140
- } from './transaction' ;
137
+ export type { TraceparentData , TransactionSource } from './transaction' ;
141
138
export type { CustomSamplingContext , SamplingContext } from './samplingcontext' ;
142
139
export type {
143
140
DurationUnit ,
@@ -157,8 +154,14 @@ export type {
157
154
TransportRequestExecutor ,
158
155
} from './transport' ;
159
156
export type { User } from './user' ;
160
- export type { WebFetchHeaders , WebFetchRequest , WebFetchResponse , WebReadableStream ,
161
- WebReadableStreamDefaultReader , WebReadableStreamReadResult } from './whatwg' ;
157
+ export type {
158
+ WebFetchHeaders ,
159
+ WebFetchRequest ,
160
+ WebFetchResponse ,
161
+ WebReadableStream ,
162
+ WebReadableStreamDefaultReader ,
163
+ WebReadableStreamReadResult ,
164
+ } from './whatwg' ;
162
165
export type { WrappedFunction } from './wrappedfunction' ;
163
166
export type {
164
167
HandlerDataFetch ,
@@ -175,13 +178,7 @@ export type {
175
178
176
179
export type { BrowserClientReplayOptions , BrowserClientProfilingOptions } from './browseroptions' ;
177
180
export type { CheckIn , MonitorConfig , FinishedCheckIn , InProgressCheckIn , SerializedCheckIn } from './checkin' ;
178
- export type {
179
- MetricsAggregator ,
180
- MetricBucketItem ,
181
- MetricInstance ,
182
- MetricData ,
183
- Metrics ,
184
- } from './metrics' ;
181
+ export type { MetricsAggregator , MetricBucketItem , MetricInstance , MetricData , Metrics } from './metrics' ;
185
182
export type { ParameterizedString } from './parameterize' ;
186
183
export type { ContinuousProfiler , ProfilingIntegration , Profiler } from './profiling' ;
187
184
export type { ViewHierarchyData , ViewHierarchyWindow } from './view-hierarchy' ;
0 commit comments