Skip to content

Commit

Permalink
rn: skip loading configured scriptUrls
Browse files Browse the repository at this point in the history
None of them work on mobile.
  • Loading branch information
saghul committed Oct 14, 2019
1 parent 35130f0 commit d85b869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/features/base/config/functions.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ export * from './functions.any';
* @returns {void}
*/
export function _cleanupConfig(config: Object) {
config.analytics.scriptURLs = [];
if (NativeModules.AppInfo.LIBRE_BUILD) {
config.analytics.scriptURLs = [];
delete config.analytics.amplitudeAPPKey;
delete config.analytics.googleAnalyticsTrackingId;
delete config.callStatsID;
Expand Down

0 comments on commit d85b869

Please sign in to comment.