You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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).