Skip to content

Commit 833c4fc

Browse files
coolguyzoneAlex Krawieccodyde
authored
sourcemaps SEO updates (#12678)
* sourcemaps SEO updates * Update docs/platforms/javascript/common/sourcemaps/index.mdx Co-authored-by: Cody De Arkland <[email protected]> --------- Co-authored-by: Alex Krawiec <[email protected]> Co-authored-by: Cody De Arkland <[email protected]>
1 parent f9e28d5 commit 833c4fc

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 to enable readable stack traces in your Sentry errors."
4+
description: "Learn how source maps in Sentry enable readable stack traces in your errors, along with numerous other benefits."
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
@@ -24,14 +24,14 @@ If you used Create React App to set up your React application see our <PlatformL
2424

2525
</PlatformSection>
2626

27-
### Sentry Bundler Support
27+
## Sentry Bundler Support
2828

2929
- <PlatformLink to="/sourcemaps/uploading/webpack/">webpack</PlatformLink>
3030
- <PlatformLink to="/sourcemaps/uploading/rollup/">Rollup</PlatformLink>
3131
- <PlatformLink to="/sourcemaps/uploading/vite/">Vite</PlatformLink>
3232
- <PlatformLink to="/sourcemaps/uploading/esbuild/">esbuild</PlatformLink>
3333

34-
### Guides
34+
## Guides
3535

3636
- <PlatformLink to="/sourcemaps/uploading/typescript/">
3737
{" "}
@@ -45,7 +45,7 @@ If you used Create React App to set up your React application see our <PlatformL
4545
- <PlatformLink to="/sourcemaps/uploading/systemjs/">SystemJS</PlatformLink>
4646
- [GitHub Actions](/product/releases/setup/release-automation/github-actions/)
4747

48-
### Other Tools
48+
## Other Tools
4949

5050
If you're not using one of these tools, we assume you already know how to generate source maps with your toolchain and we recommend you upload them using <PlatformLink to="/sourcemaps/uploading/cli/">Sentry CLI</PlatformLink>.
5151

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
To enable readable stack traces in your Sentry errors, you need to upload your source maps to Sentry.
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.
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)