Skip to content

v1.6.0

Choose a tag to compare

@github-actions github-actions released this 09 Jun 16:13
6d3a5e7

Features

  • Added a crash/event reporting API: clients can ingest reports, which are deduplicated into groups by signature hash, with detail blobs stored in the private S3 bucket and served via presigned URLs.
  • Added report endpoints for ingest, group listing, group details, and presigned blob access.
  • Added per-key, per-group, and per-device+group rate limiting on report ingest.
  • Added report partitioning by app and supporting MongoDB indexes via new migrations.
  • Added REPORTS_* configuration (enable flag, body/blob size limits, blob retention, max blobs per group, storage prefix, rate limit).