Skip to content

Commit

Permalink
Disable Analytics (until server is fixed) (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
JSKitty authored Aug 16, 2023
1 parent c0b8fa4 commit b4e3484
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/network.js
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,10 @@ export class ExplorerNetwork extends Network {
submitAnalytics(strType, cData = {}) {
if (!this.enabled) return;

// TODO: rebuild Labs Analytics, submitAnalytics() will be disabled at code-level until this is live again
/* eslint-disable */
return;

// Limit analytics here to prevent 'leakage' even if stats are implemented incorrectly or forced
let i = 0,
arrAllowedKeys = [];
Expand Down

0 comments on commit b4e3484

Please sign in to comment.