Skip to content

Commit 95cae28

Browse files
coolguyzoneAlex Krawiec
andauthored
Resolve merge conflicts (#12838)
Co-authored-by: Alex Krawiec <[email protected]>
1 parent c3b6bf5 commit 95cae28

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/platforms/javascript/common/sourcemaps/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Source Maps
33
sidebar_order: 3
4-
description: "Learn how source maps in Sentry enable readable stack traces in your errors, along with numerous other benefits."
4+
description: "Upload your source maps to Sentry to enable readable stack traces in your errors, along with other numerous benefits. Learn more here."
55
---
66

77
<PlatformContent includePath="sourcemaps/primer" />

platform-includes/sourcemaps/overview/javascript.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This guide assumes you are using a Browser JavaScript SDK. For instructions on h
1414

1515
</PlatformSection>
1616

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

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

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

34-
## Guides
34+
### Guides for Source Maps
3535

3636
- <PlatformLink to="/sourcemaps/uploading/typescript/">
3737
{" "}
3838
TypeScript (tsc){" "}
3939
</PlatformLink>
4040
<Alert>
41-
If you're using one of webpack, Vite, Rollup or Esbuild, use the
41+
If you're using one of webpack, Vite, Rollup, or Esbuild, use the
4242
corresponding Sentry plugin instead (see section "Sentry Bundler Support").
4343
</Alert>
4444
- <PlatformLink to="/sourcemaps/uploading/uglifyjs/">UglifyJS</PlatformLink>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
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.
1+
To enable readable stack traces in your Sentry errors, you need to upload your source maps to [Sentry](https://sentry.io/welcome/).
22
Learn how to unminify your JavaScript code by watching this video or reading the step-by-step instructions below.
33

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

0 commit comments

Comments
 (0)