Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
style(lint): Auto commit lint changes
  • Loading branch information
getsantry[bot] authored and mydea committed Aug 24, 2023
commit 5e5be8c321b91ea796da6c8e4760a88d63c7aaa5
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ For example, if the full path to your file is `/www/src/app/file.js`:
| --------------------------------- | ------------------------ | ----------------------------------------------------------------------------------------------------------------------------- |
| `RewriteFrames()` | `app:///file.js` | The default behavior is to replace the absolute path, except the filename, and prefix it with the default prefix (`app:///`). |
| `RewriteFrames({prefix: 'foo/'})` | `foo/file.js` | Prefix `foo/` is used instead of the default prefix `app:///`. |
| `RewriteFrames({root: '/www'})` | `app:///src/app/file.js` | `root` is defined as `/www`, so only that part is trimmed from the beginning of the path. |
| `RewriteFrames({root: '/www'})` | `app:///src/app/file.js` | `root` is defined as `/www`, so only that part is trimmed from the beginning of the path. |