From 3f146d726bcc41c0b72182150f7085f332971fe7 Mon Sep 17 00:00:00 2001 From: "getsantry[bot]" <66042841+getsantry[bot]@users.noreply.github.com> Date: Fri, 18 Aug 2023 06:38:13 +0000 Subject: [PATCH] style(lint): Auto commit lint changes --- .../common/configuration/integrations/rewriteframes.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platforms/javascript/common/configuration/integrations/rewriteframes.mdx b/src/platforms/javascript/common/configuration/integrations/rewriteframes.mdx index 0f78add6b4d80..2fe633c1c6e90 100644 --- a/src/platforms/javascript/common/configuration/integrations/rewriteframes.mdx +++ b/src/platforms/javascript/common/configuration/integrations/rewriteframes.mdx @@ -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. |