Exclude from stats

This commit is contained in:
mrfry 2021-01-26 10:26:54 +01:00
parent ca981b7a9f
commit 8867d1f3b1

View file

@ -163,7 +163,7 @@ app.use(
loggableKeywords: ['news.json'], loggableKeywords: ['news.json'],
loggableModules: ['dataeditor'], loggableModules: ['dataeditor'],
exceptions: ['_next/static'], exceptions: ['_next/static'],
excludeFromStats: ['stable.user.js?up'], excludeFromStats: excludeFromStats,
}) })
) )