- [x] Perform the [Moving Github Repo to Public Checklist](https://www.notion.so/sentry/Moving-Github-Repo-to-Public-Checklist-45a4bf15ad694afaa058048e791eda36) - [x] Add CI - [x] Submit to https://packagist.org/ - [x] Add rate limiting - [x] Setup Craft - [x] Fix hard-coded `COMPOSER_ROOT_VERSION` (#23) - [x] Fix `box.json` timestamp (#23) - [x] Cleanup `@TODO` comments (#24, ...) - [x] ~~Add `profile` rate-limit check (see: getsentry/sentry-php#1970)~~ not needed since we rate limit individual envelope items and profile is still a separate item in the envelope we can drop separately - [ ] Fallback transport to allow the SDK to send to agent or fallback to direct (#15) - [ ] Write tests - [ ] Verify signature - [ ] Write docs - [ ] Add branch protection + auto delete merged branches
COMPOSER_ROOT_VERSION(Reproducible builds #23)box.jsontimestamp (Reproducible builds #23)@TODOcomments (Improve the CLI output and interactions #24, ...)Addnot needed since we rate limit individual envelope items and profile is still a separate item in the envelope we can drop separatelyprofilerate-limit check (see: ref(rate-limit): handle profile and check_in rate limiting sentry-php#1970)