public shutdown()

in src/shippers/elastic_v3/browser/src/browser_shipper.ts [112:115]


  public shutdown() {
    this.internalQueue$.complete(); // NOTE: When completing the observable, the buffer logic does not wait and releases any buffered events.
    this.flush$.complete();
  }