Skip to content

Commit 7991bf0

Browse files
committed
provide better url for sourcemap content
1 parent 5d9101e commit 7991bf0

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
@@ -255,7 +255,7 @@ It is currently not possible to send events from native code (such as a C++ exte
255255

256256
## Dealing with Minified Source Code
257257

258-
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).
258+
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).
259259

260260
## Native
261261

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)