Skip to content

Commit 446f853

Browse files
committed
avoid exporting xhrCallback
1 parent 3dca058 commit 446f853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/browser/src/tracing/request.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ export function shouldAttachHeaders(
310310
*
311311
* @returns Span if a span was created, otherwise void.
312312
*/
313-
export function xhrCallback(
313+
function xhrCallback(
314314
handlerData: HandlerDataXhr,
315315
shouldCreateSpan: (url: string) => boolean,
316316
shouldAttachHeaders: (url: string) => boolean,

0 commit comments

Comments
 (0)