Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug #35464 [ErrorHandler] Add debug argument to decide whether debug …
…page is shown or not (yceruto) This PR was merged into the 4.4 branch. Discussion ---------- [ErrorHandler] Add debug argument to decide whether debug page is shown or not | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | Fix #35448 | License | MIT | Doc PR | - This ensures that the debug page (with stack trace) won't be (by default) displayed in non-CLI context when an early error occurs (after FB::boot()) in non-debug mode (prod). And `Debug::enable()` will enable it explicitly. Commits ------- cf80224589 Added debug argument to decide if debug page should be shown or not
- Loading branch information