Skip to content

Instantly share code, notes, and snippets.

View kldvp's full-sized avatar
🐢
fetching...

K L D V Prasad kldvp

🐢
fetching...
View GitHub Profile
@kldvp
kldvp / log_error.js
Last active May 28, 2026 03:07
log error with serialization
const MAX_DEPTH = 10;
const MAX_ITEMS = 100;
const MAX_STRING_LENGTH = 10_000;
const RESERVED_ERROR_KEYS = new Set([
'name',
'message',
'stack',
'cause',
'errors',