We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2dd0dc commit 23127b6Copy full SHA for 23127b6
packages/browser/src/transports/fetch.ts
@@ -45,7 +45,7 @@ export function makeFetchTransport(
45
}
46
47
try {
48
- // TODO: This may need a `suppressTracing` call in the future when we switch the browser SDK to OTEL
+ // Note: We do not need to suppress tracing here, becasue we are using the native fetch, instead of our wrapped one.
49
return nativeFetch(options.url, requestOptions).then(response => {
50
pendingBodySize -= requestSize;
51
pendingCount--;
0 commit comments