weareoutman commented on issue #12367: URL: https://github.com/apache/skywalking/issues/12367#issuecomment-2185502707
The current implementation also has another problem when using fetch with native `Headers` object. The following code will result in no `sw8` header sent: ```js fetch(url, { headers: new Headers({ ... }) }) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@skywalking.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org