add statistics fetch debug message

This commit is contained in:
2025-12-27 16:23:27 +01:00
parent 0f2dd2bcde
commit 2ec3e4c9cd

View File

@@ -14,6 +14,8 @@ if (STATISTICS_ENDPOINT) {
} }
async function fetchStatistics() { async function fetchStatistics() {
logger.debug('fetching statistics');
const response = (await fetch(STATISTICS_ENDPOINT!, { const response = (await fetch(STATISTICS_ENDPOINT!, {
method: 'POST', method: 'POST',
body: JSON.stringify({ body: JSON.stringify({