Skip to content

Commit a74beb6

Browse files
committed
fix: lint issue
1 parent c383f94 commit a74beb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/browser-utils/src/networkUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export function parseXhrResponseHeaders(xhr: XMLHttpRequest): Record<string, str
6464
try {
6565
headers = xhr.getAllResponseHeaders();
6666
} catch (error) {
67-
DEBUG_BUILD && debug.exception(error, 'Failed to get xhr response headers');
67+
DEBUG_BUILD && debug.error(error, 'Failed to get xhr response headers', xhr);
6868
return {};
6969
}
7070

0 commit comments

Comments
 (0)