Skip to content

Commit b93396c

Browse files
authored
Provide better external url for sourcemap content (#13761)
<!-- Use this checklist to make sure your PR is ready for merge. You may delete any sections you don't need. --> ## DESCRIBE YOUR PR These docs were pointing to an outdated url about general sourcemap info, as pointed out by this user on x https://x.com/birch_js/status/1910587985558651172. Just a quick swap to something more meaningful even though some of this legacy content may not even be surfaced in the latest docs 🧹💨 ## IS YOUR CHANGE URGENT? Help us prioritize incoming PRs by letting us know when the change needs to go live. - [ ] Urgent deadline (GA date, etc.): <!-- ENTER DATE HERE --> - [ ] Other deadline: <!-- ENTER DATE HERE --> - [x] None: Not urgent, can wait up to 1 week+ ## SLA - Teamwork makes the dream work, so please add a reviewer to your PRs. - Please give the docs team up to 1 week to review your PR unless you've added an urgent due date to it. Thanks in advance for your help! ## PRE-MERGE CHECKLIST *Make sure you've checked the following before merging your changes:* - [ ] Checked Vercel preview for correctness, including links - [ ] PR was reviewed and approved by any necessary SMEs (subject matter experts) - [ ] PR was reviewed and approved by a member of the [Sentry docs team](https://github.com/orgs/getsentry/teams/docs) ## LEGAL BOILERPLATE <!-- Sentry employees and contractors can delete or ignore this section. --> Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. and is gonna need some rights from me in order to utilize my contributions in this here PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms. ## EXTRA RESOURCES - [Sentry Docs contributor guide](https://docs.sentry.io/contributing/)
1 parent b4eabb8 commit b93396c

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed

docs/platforms/javascript/guides/electron/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ It is currently not possible to send events from native code (such as a C++ exte
261261

262262
## Dealing with Minified Source Code
263263

264-
The Electron SDK supports [Source Maps](https://www.html5rocks.com/en/tutorials/developertools/sourcemaps/). If you upload source maps in addition to your minified files that data becomes available in Sentry. For more information see [_Source Maps_](/platforms/javascript/guides/electron/#source-maps).
264+
The Electron SDK supports [Source Maps](https://web.dev/articles/source-maps). If you upload source maps in addition to your minified files that data becomes available in Sentry. For more information see [_Source Maps_](/platforms/javascript/guides/electron/#source-maps).
265265

266266
## Native
267267

docs/platforms/javascript/guides/node/legacy-sdk/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ For more information, see [Recording Breadcrumbs](/platforms/javascript/guides/n
124124

125125
## Dealing with Minified Source Code
126126

127-
Raven and Sentry support [Source Maps](https://www.html5rocks.com/en/tutorials/developertools/sourcemaps/). If you provide source maps in addition to your minified files that data becomes available in Sentry. For more information see [Source Maps](/platforms/javascript/guides/node/legacy-sdk/sourcemaps/).
127+
Raven and Sentry support [Source Maps](https://web.dev/articles/source-maps). If you provide source maps in addition to your minified files that data becomes available in Sentry. For more information see [Source Maps](/platforms/javascript/guides/node/legacy-sdk/sourcemaps/).
128128

129129
## Middleware and Integrations
130130

docs/platforms/javascript/guides/node/legacy-sdk/usage.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,6 @@ var Raven2 = new Raven.Client();
364364

365365
## Dealing with Minified Source Code
366366

367-
Raven and Sentry support [Source Maps](https://www.html5rocks.com/en/tutorials/developertools/sourcemaps/).
367+
Raven and Sentry support [Source Maps](https://web.dev/articles/source-maps).
368368

369369
We have provided some instructions to creating Source Maps over at [Source Maps](/platforms/javascript/guides/node/legacy-sdk/sourcemaps/).

docs/platforms/javascript/legacy-sdk/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ You can also record your own breadcrumbs. For more information, see [Recording B
103103

104104
## Dealing with Minified Source Code
105105

106-
Raven and Sentry support [Source Maps](https://www.html5rocks.com/en/tutorials/developertools/sourcemaps/). If you provide source maps in addition to your minified files that data becomes available in Sentry. For more information see [Source Maps](/platforms/javascript/legacy-sdk/sourcemaps/).
106+
Raven and Sentry support [Source Maps](https://web.dev/articles/source-maps). If you provide source maps in addition to your minified files that data becomes available in Sentry. For more information see [Source Maps](/platforms/javascript/legacy-sdk/sourcemaps/).
107107

108108
## Browser Compatibility
109109

docs/platforms/javascript/legacy-sdk/usage.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -256,10 +256,9 @@ Raven.isSetup();
256256

257257
## Dealing with Minified Source Code
258258

259-
Raven and Sentry support [Source Maps](https://www.html5rocks.com/en/tutorials/developertools/sourcemaps/).
259+
Raven and Sentry support [Source Maps](https://web.dev/articles/source-maps).
260260

261-
For more information, please read the [Source Map
262-
docs](/platforms/javascript/legacy-sdk/sourcemaps/).
261+
For more information, please read the [Source Map docs](/platforms/javascript/legacy-sdk/sourcemaps/).
263262

264263
You can use [Source Map Validator](https://sourcemaps.io/) to help verify that things are correct.
265264

0 commit comments

Comments
 (0)