diff --git a/site/scripts/fetch-api-stats.js b/site/scripts/fetch-api-stats.js index 75228dd22..0bb204b15 100644 --- a/site/scripts/fetch-api-stats.js +++ b/site/scripts/fetch-api-stats.js @@ -2,6 +2,12 @@ import 'dotenv/config.js' import 'isomorphic-fetch' const fetchApiStats = async (page, start, end, interval) => { + if (!process.env.PLAUSIBLE_API_KEY) { + throw new Error( + "Variables d'environnement manquantes : nous ne récupérons pas les statistiques d'usage" + ) + } + const url = 'https://plausible.io/api/v1/stats/timeseries?' + Object.entries({