-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve global error handler #1394
Improve global error handler #1394
Conversation
PR Summary
|
Hi @gonzalojaubert, we're just engaging with the global error handler in our Booster deployment and this looks like a useful set of changes. It would be great for us if we could get these changes in, pending approval from the Booster folks |
…handler # Conflicts: # common/config/rush/pnpm-lock.yaml # packages/framework-core/src/booster-event-dispatcher.ts # packages/framework-core/src/booster-global-error-dispatcher.ts # packages/framework-integration-tests/integration/provider-unaware/functionality/errors.integration.ts # packages/framework-integration-tests/src/common/app-error-handler.ts # packages/framework-types/src/concepts/global-error-handler-metadata.ts # packages/framework-types/src/errors/snapshot-persist-handler-global-error.ts
…handler # Conflicts: # packages/framework-core/src/booster-global-error-dispatcher.ts # packages/framework-core/src/services/event-store.ts # packages/framework-core/src/services/read-model-store.ts # packages/framework-integration-tests/src/common/app-error-handler.ts # packages/framework-types/src/concepts/global-error-handler-metadata.ts # packages/framework-types/src/errors/index.ts # website/docs/03_features/05_error-handling.md
/integration sha=959871a03c248e72f83953ae520930aa759fa5cb |
⌛ Integration tests are running... Check their status here 👈 |
✅ Integration tests have finished successfully! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I left some non-blocking comments
Description
Changes
Checks