V smol log cleanups (#10731)

This commit is contained in:
Eric Bailey
2026-06-04 15:56:37 -05:00
committed by GitHub
parent ded2ca3744
commit 923e1635d8
6 changed files with 17 additions and 31 deletions
-4
View File
@@ -67,10 +67,6 @@ export class MetricsClient<M extends Record<string, any>> {
}
private async sendBatch(events: Event<M>[], isRetry: boolean = false) {
logger.debug(`sendBatch: ${events.length}`, {
isRetry,
})
try {
const body = JSON.stringify({events})
if (env.IS_WEB && 'navigator' in globalThis && navigator.sendBeacon) {