|
|
|
|
|
|
11
|
* @returns {void}
|
11
|
* @returns {void}
|
|
12
|
*/
|
12
|
*/
|
|
13
|
export function _cleanupConfig(config: Object) {
|
13
|
export function _cleanupConfig(config: Object) {
|
|
|
|
14
|
+ config.analytics.scriptURLs = [];
|
|
14
|
if (NativeModules.AppInfo.LIBRE_BUILD) {
|
15
|
if (NativeModules.AppInfo.LIBRE_BUILD) {
|
|
15
|
- config.analytics.scriptURLs = [];
|
|
|
|
16
|
delete config.analytics.amplitudeAPPKey;
|
16
|
delete config.analytics.amplitudeAPPKey;
|
|
17
|
delete config.analytics.googleAnalyticsTrackingId;
|
17
|
delete config.analytics.googleAnalyticsTrackingId;
|
|
18
|
delete config.callStatsID;
|
18
|
delete config.callStatsID;
|