File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ export async function captureXhrBreadcrumbToReplay(
30
30
const result = makeNetworkReplayBreadcrumb ( 'resource.xhr' , data ) ;
31
31
addNetworkBreadcrumb ( options . replay , result ) ;
32
32
} catch ( error ) {
33
- __DEBUG_BUILD__ && logger . error ( '[Replay] Failed to capture fetch breadcrumb' , error ) ;
33
+ __DEBUG_BUILD__ && logger . error ( '[Replay] Failed to capture xhr breadcrumb' , error ) ;
34
34
}
35
35
}
36
36
Original file line number Diff line number Diff line change @@ -1139,7 +1139,7 @@ export class ReplayContainer implements ReplayContainerInterface {
1139
1139
}
1140
1140
1141
1141
if ( ! this . session ) {
1142
- __DEBUG_BUILD__ && logger . error ( '[Replay] No session found to flush.' ) ;
1142
+ // should never happen, as we would have bailed out before
1143
1143
return ;
1144
1144
}
1145
1145
You can’t perform that action at this time.
0 commit comments