-
Notifications
You must be signed in to change notification settings - Fork 778
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Translate stack traces in terminal and devtools
- Loading branch information
Showing
3 changed files
with
311 additions
and
117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
"wrangler": patch | ||
--- | ||
|
||
Improve source map support | ||
|
||
Extends stack trace translations to terminal logs and DevTools console. Error stack traces logged to the terminal will show relative paths and should now be CTRL-clickable in VSCode. Error stack traces shown in Dev console should now link to the mapped source file in the Sources panel for `console.log`ed errors in addition to thrown errors. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.