Skip to content

Commit 240e9b5

Browse files
committed
fix
1 parent 00d7309 commit 240e9b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/trace/xray-service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ export class XrayService {
184184
try {
185185
return BigInt("0x" + xrayParentId).toString(10);
186186
} catch (_) {
187+
logDebug(`Faied to convert xray parent id ${xrayParentId}`);
187188
return undefined;
188189
}
189190
}

0 commit comments

Comments
 (0)