Skip to content

Commit

Permalink
Removin telemetry call from fetchAndSaveFeatureWiseAllowed
Browse files Browse the repository at this point in the history
  • Loading branch information
Ark2307 committed Nov 25, 2024
1 parent 8e0e3a6 commit c124d7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2532,7 +2532,7 @@ public static Organization fetchAndSaveFeatureWiseAllowed(Organization organizat
hotjarSiteId = OrganizationUtils.fetchHotjarSiteId(metaData);
boolean expired = OrganizationUtils.fetchExpired(metaData);
boolean telemetryEnabled = OrganizationUtils.fetchTelemetryEnabled(metaData);
setTelemetrySettings(organization, telemetryEnabled);
// setTelemetrySettings(organization, telemetryEnabled);
boolean testTelemetryEnabled = OrganizationUtils.fetchTestTelemetryEnabled(metaData);
organization.setTestTelemetryEnabled(testTelemetryEnabled);

Expand Down

0 comments on commit c124d7b

Please sign in to comment.