@testrelic/playwright-analytics 2.3.12 → 2.3.13

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.
package/dist/cli.cjs CHANGED
@@ -361,7 +361,7 @@ var init_report_server_routes = __esm({
361
361
  init_jsonl_stream();
362
362
  SAFE_ID_PATTERN = /^[a-f0-9]{12}$/;
363
363
  TIMESTAMP_PATTERN = /^\d{4}-\d{2}-\d{2}T\d{2}-\d{2}-\d{2}(-\d+)?$/;
364
- MAX_PAGE_SIZE = 5e3;
364
+ MAX_PAGE_SIZE = 500;
365
365
  MIME_TYPES = {
366
366
  ".png": "image/png",
367
367
  ".jpg": "image/jpeg",