in src/tools/WebhookLogger.ts [30:36]
await fetch(this.url, { method: 'POST', body: `DEBUG${tag ? ` - ${tag.toUpperCase()}` : ''}: ${message}`, headers: { 'Content-Type': 'text/plain', }, });