static disable()

in src/crash-reporter.js [42:47]


    static disable() {
      if (this._instance == undefined || this._instance == null) {
        return;
      }
      this._instance._active = false;
    }