feat: enroll Maestro runtime errors in Sentry#396
Conversation
PR SummaryMedium Risk Overview Wires Sentry into failure paths: the CLI entrypoint best-effort reports unhandled top-level failures, Also adds Reviewed by Cursor Bugbot for commit e0d857e. Bugbot is set up for automated code reviews on this repo. Configure here. |
|
This PR changes mirrored Maestro source files in the public repo, but it does not link the matching private source-of-truth PR. Add one of these to the PR body, then re-run the check:
Mirrored files touched:
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 9496ebd5fe
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
Summary
SENTRY_*env vars.@sentry/noderuntime dependency.Source PR
Test Plan
node ./scripts/run-vitest.js --run test/sentry.test.tsbunx tsc -p tsconfig.build.json --noEmitbunx biome check .,bun run lint:evals, and package build all passed.