Merge pull request #22189 from jithenms/feature/add-stack-trace-in-error-page
[feat] add stack trace option in error page
This commit is contained in:
@@ -49,7 +49,7 @@ const DefaultBootErrorPage = ({ step, error }: BootErrorPageProps) => {
|
||||
// TODO: figure out a nicer way to handle routing on the error page, when it can be done.
|
||||
return (
|
||||
<OptionallyWrapInRouter>
|
||||
<ErrorPage statusMessage={message} />
|
||||
<ErrorPage statusMessage={message} stack={error.stack} />
|
||||
</OptionallyWrapInRouter>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user