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 3dca058 commit 446f853Copy full SHA for 446f853
packages/browser/src/tracing/request.ts
@@ -310,7 +310,7 @@ export function shouldAttachHeaders(
310
*
311
* @returns Span if a span was created, otherwise void.
312
*/
313
-export function xhrCallback(
+function xhrCallback(
314
handlerData: HandlerDataXhr,
315
shouldCreateSpan: (url: string) => boolean,
316
shouldAttachHeaders: (url: string) => boolean,
0 commit comments