File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -245,6 +245,8 @@ The Android plugin mode can be configured with `okHttpInstrumentationType`:
245245}
246246```
247247
248+ ` okHttpInstrumentationType ` is Android-only and has no effect on iOS.
249+
248250- ` PROXY ` (default): preserves existing ` EventListener.Factory ` behavior in OkHttp clients.
249251- ` OVERWRITE ` : replaces the listener factory and can avoid duplicate network spans in some app setups.
250252
Original file line number Diff line number Diff line change 77
88export default interface PluginProps {
99 networkInstrumentation ?: boolean ;
10- // Only used when networkInstrumentation is true.
10+ // Android-only. Only used when networkInstrumentation is true.
1111 okHttpInstrumentationType ?: 'PROXY' | 'OVERWRITE' ;
1212}
You can’t perform that action at this time.
0 commit comments