Skip to content

Commit 499d68e

Browse files
Fix rendering error on sourcemaps guide list (#14088)
Fixes an issue where the list element had an unnecessary new line https://docs.sentry.io/platforms/javascript/guides/node/sourcemaps/ <img width="756" alt="image" src="https://github.com/user-attachments/assets/975ed378-f947-4dc5-bf52-97b9e2eca741" /> --------- Co-authored-by: Cursor Agent <[email protected]>
1 parent 6d5c874 commit 499d68e

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

platform-includes/sourcemaps/overview/javascript.mdx

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,13 @@ If you used Create React App to set up your React application see our <PlatformL
3333

3434
### Guides for Source Maps
3535

36-
- <PlatformLink to="/sourcemaps/uploading/typescript/">
37-
{" "}
38-
TypeScript (tsc){" "}
39-
</PlatformLink>
40-
<Alert>
41-
If you're using one of webpack, Vite, Rollup, or Esbuild, use the
42-
corresponding Sentry plugin instead (see section "Sentry Bundler Support").
43-
</Alert>
36+
- <PlatformLink to="/sourcemaps/uploading/typescript/">TypeScript (tsc)</PlatformLink>
37+
38+
<Alert>
39+
If you're using one of webpack, Vite, Rollup, or Esbuild, use the
40+
corresponding Sentry plugin instead (see section "Sentry Bundler Support").
41+
</Alert>
42+
4443
- <PlatformLink to="/sourcemaps/uploading/uglifyjs/">UglifyJS</PlatformLink>
4544
- <PlatformLink to="/sourcemaps/uploading/systemjs/">SystemJS</PlatformLink>
4645
- [GitHub Actions](/product/releases/setup/release-automation/github-actions/)

0 commit comments

Comments
 (0)