feat(analytics): include MatomoHandler by default
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
4c635a2a63
commit
bdd129b9a2
@@ -217,12 +217,6 @@ module.exports = [
|
||||
},
|
||||
performance: getPerformanceHints(5 * 1024)
|
||||
}),
|
||||
Object.assign({}, config, {
|
||||
entry: {
|
||||
'analytics-matomo': './react/features/analytics/handlers/MatomoHandler.js'
|
||||
},
|
||||
performance: getPerformanceHints(5 * 1024)
|
||||
}),
|
||||
|
||||
// Because both video-blur-effect and rnnoise-processor modules are loaded
|
||||
// in a lazy manner using the loadScript function with a hard coded name,
|
||||
|
||||
Reference in New Issue
Block a user