@tracelog/lib 3.1.0-rc.116.2 → 3.1.0-rc.116.3

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.
@@ -3733,8 +3733,9 @@ class se extends T {
3733
3733
  filename: e.filename,
3734
3734
  line: e.lineno,
3735
3735
  // Inline-script errors report the page URL as `filename`; passing the current
3736
- // page URL lets buildErrorSignatureKey collapse them to origin, byte-identical
3737
- // to the server cap/dedup hash. normalizeFilename strips query/hash internally.
3736
+ // page URL lets buildErrorSignatureKey collapse them to origin, matching the
3737
+ // normalized input the server hashes for cap/dedup. normalizeFilename strips
3738
+ // query/hash internally.
3738
3739
  page_url: window.location.href
3739
3740
  }))
3740
3741
  return;