fix spot network export
This commit is contained in:
parent
aa0f62af85
commit
715edd2b9c
2 changed files with 2 additions and 1 deletions
|
|
@ -3,6 +3,7 @@ import {
|
|||
stopTrackingNetwork,
|
||||
startTrackingNetwork,
|
||||
SpotNetworkRequest,
|
||||
rawRequests,
|
||||
} from "../utils/networkTracking";
|
||||
import {
|
||||
isTokenExpired
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ export interface SpotNetworkRequest {
|
|||
requestHeaders: Record<string, string>;
|
||||
responseHeaders: Record<string, string>;
|
||||
}
|
||||
const rawRequests: (TrackedRequest & {
|
||||
export const rawRequests: (TrackedRequest & {
|
||||
startTs: number;
|
||||
duration: number;
|
||||
})[] = [];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue