Skip to content

Commit

Permalink
Ensure logged errors in Edge runtime include the stack
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Nov 9, 2024
1 parent 2ce4e44 commit 9bc12e1
Show file tree
Hide file tree
Showing 18 changed files with 87 additions and 73 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/preset-flow": "7.22.5",
"@babel/preset-react": "7.22.5",
"@edge-runtime/jest-environment": "3.0.0",
"@edge-runtime/jest-environment": "3.0.4",
"@emotion/cache": "11.11.0",
"@emotion/react": "11.11.1",
"@fullhuman/postcss-purgecss": "1.3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
"@capsizecss/metrics": "3.2.0",
"@edge-runtime/cookies": "5.0.0",
"@edge-runtime/ponyfill": "3.0.0",
"@edge-runtime/primitives": "5.0.0",
"@edge-runtime/primitives": "5.1.1",
"@hapi/accept": "5.0.2",
"@jest/transform": "29.5.0",
"@jest/types": "29.5.0",
Expand Down Expand Up @@ -242,7 +242,7 @@
"debug": "4.1.1",
"devalue": "2.0.1",
"domain-browser": "4.19.0",
"edge-runtime": "3.0.0",
"edge-runtime": "3.0.5",
"events": "3.3.0",
"find-up": "4.1.0",
"fresh": "0.5.2",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"name":"@edge-runtime/primitives","version":"5.0.0","main":"./index.js","license":"MIT"}
{"name":"@edge-runtime/primitives","version":"5.1.1","main":"./index.js","license":"MIT"}
Loading

0 comments on commit 9bc12e1

Please sign in to comment.