export function setFetchOptions()

in src/trace/interceptors/fetch.ts [152:154]


export function setFetchOptions(opt: CustomOptionsType) {
  customConfig = { ...customConfig, ...opt };
}