[both] re-enabled analytics, admob, crash & perf modules

This commit is contained in:
Salakar
2017-07-12 16:11:07 +01:00
parent fc84452915
commit 91b7281d45
4 changed files with 41 additions and 12 deletions

View File

@@ -4,7 +4,7 @@ import ModuleBase from '../../utils/ModuleBase';
export default class PerformanceMonitoring extends ModuleBase {
constructor(firebaseApp: Object, options: Object = {}) {
super(firebaseApp, options, 'Perf');
super(firebaseApp, options, 'Performance');
}
/**