WHY:
During instrumentation of Fetch API, weasel changes the method signature and causes request body to be opaque. It would be a problem when weasel co-exists with other libs which also instrument Fetch API.
WHAT:
Update the instrumentation to use the original method signature.
WHY: During instrumentation of Fetch API, weasel changes the method signature and causes request body to be opaque. It would be a problem when weasel co-exists with other libs which also instrument Fetch API.
WHAT: Update the instrumentation to use the original method signature.