Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion docs/platforms/javascript/common/sourcemaps/index.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Source Maps
sidebar_order: 3
description: "Learn how source maps in Sentry enable readable stack traces in your errors, along with numerous other benefits."
description: "Upload your source maps to Sentry to enable readable stack traces in your errors, along with other numerous benefits. Learn more here."
---

<PlatformContent includePath="sourcemaps/primer" />
Expand Down
6 changes: 3 additions & 3 deletions platform-includes/sourcemaps/overview/javascript.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This guide assumes you are using a Browser JavaScript SDK. For instructions on h

</PlatformSection>

If you want to configure source maps upload manually, follow the guide for your bundler or build tool below.
If you want to configure source maps to upload manually, follow the guide for your bundler or build tool below.

<PlatformSection supported={["javascript.react"]}>

Expand All @@ -31,14 +31,14 @@ If you used Create React App to set up your React application see our <PlatformL
- <PlatformLink to="/sourcemaps/uploading/vite/">Vite</PlatformLink>
- <PlatformLink to="/sourcemaps/uploading/esbuild/">esbuild</PlatformLink>

## Guides
### Guides for Source Maps

- <PlatformLink to="/sourcemaps/uploading/typescript/">
{" "}
TypeScript (tsc){" "}
</PlatformLink>
<Alert>
If you're using one of webpack, Vite, Rollup or Esbuild, use the
If you're using one of webpack, Vite, Rollup, or Esbuild, use the
corresponding Sentry plugin instead (see section "Sentry Bundler Support").
</Alert>
- <PlatformLink to="/sourcemaps/uploading/uglifyjs/">UglifyJS</PlatformLink>
Expand Down
2 changes: 1 addition & 1 deletion platform-includes/sourcemaps/primer/javascript.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
To [enable readable stack traces](/product/sentry-basics/integrate-frontend/upload-source-maps/) in your Sentry errors, you need to upload your source maps to Sentry.
To enable readable stack traces in your Sentry errors, you need to upload your source maps to [Sentry](https://sentry.io/welcome/).
Learn how to unminify your JavaScript code by watching this video or reading the step-by-step instructions below.

<VimeoEmbed id="956055420?h=f428eeda43" />