miniflare 0.0.0-e1d2fd668 → 0.0.0-e2e6912bc

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8681,12 +8681,12 @@ var Analytics = class {
8681
8681
  getData(key) {
8682
8682
  return this.data[key];
8683
8683
  }
8684
- write(hostname) {
8684
+ write() {
8685
8685
  this.readyAnalytics && this.readyAnalytics.logEvent({
8686
8686
  version: 1,
8687
8687
  accountId: 0,
8688
8688
  // TODO: need to plumb through
8689
- indexId: hostname,
8689
+ indexId: this.data.hostname?.substring(0, 96),
8690
8690
  doubles: [
8691
8691
  this.data.requestTime ?? -1,
8692
8692
  // double1