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 3eea48c commit d23e282Copy full SHA for d23e282
packages/browser/src/tracing/browserTracingIntegration.ts
@@ -253,6 +253,7 @@ export const browserTracingIntegration = ((_options: Partial<BrowserTracingOptio
253
instrumentPageLoad,
254
instrumentNavigation,
255
linkPreviousTrace,
256
+ onRequestSpanStart,
257
} = {
258
...DEFAULT_BROWSER_TRACING_OPTIONS,
259
..._options,
@@ -475,6 +476,7 @@ export const browserTracingIntegration = ((_options: Partial<BrowserTracingOptio
475
476
tracePropagationTargets: client.getOptions().tracePropagationTargets,
477
shouldCreateSpanForRequest,
478
enableHTTPTimings,
479
480
});
481
},
482
};
0 commit comments