Skip to content

Commit 1c76913

Browse files
authored
Add stacktrace to error report from codesadbox (codesandbox#2266)
1 parent 800a59d commit 1c76913

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/app/src/app/pages/common/ErrorBoundary/CodeSadbox/buildCrashReport.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export const buildCrashReport = ({
3535
3636
${'```'}bash
3737
${error}
38+
${error.stack}
3839
${trace}
3940
${'```'}
4041

0 commit comments

Comments
 (0)