UNPKG

@logtape/sentry

Version:

LogTape Sentry sink

9 lines (7 loc) 197 B
//#region src/util.ts function inspect(obj, options) { const indent = options?.compact === true ? void 0 : 2; return JSON.stringify(obj, null, indent); } //#endregion exports.inspect = inspect;