Skip to content

Commit 374f6a9

Browse files
authored
fix(node): Add debug logging for node checkin (#8131)
1 parent 0eb81bc commit 374f6a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/node/src/client.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,8 @@ export class NodeClient extends BaseClient<NodeClientOptions> {
186186
}
187187

188188
const envelope = createCheckInEnvelope(serializedCheckIn, this.getSdkMetadata(), tunnel, this.getDsn());
189+
190+
__DEBUG_BUILD__ && logger.info('Sending checkin:', checkIn.monitorSlug, checkIn.status);
189191
void this._sendEnvelope(envelope);
190192
return id;
191193
}

0 commit comments

Comments
 (0)