Skip to content

Commit e90c4cc

Browse files
authored
feat(docs): Add sourcemaps upload video to javascript docs (#11285)
1 parent cdb0dc9 commit e90c4cc

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
To enable readable stack traces in your Sentry errors, you need to upload your source maps to Sentry.
2+
Learn how to unminify your JavaScript code by watching this video or reading the step-by-step instructions below.
23

3-
![Readable Stack Traces](./readable-stacktraces.png)
4+
<VimeoEmbed id="956055420?h=f428eeda43" />
45

56
If you are using plain Cloudflare Workers, set `upload_source_maps = true` to your `wrangler.toml` file to enable source map generation.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
To enable readable stack traces in your Sentry errors, you need to upload your source maps to Sentry.
2+
Learn how to unminify your JavaScript code by watching this video or reading the step-by-step instructions below.
23

3-
![Readable Stack Traces](./readable-stacktraces.png)
4+
<VimeoEmbed id="956055420?h=f428eeda43" />

src/components/video.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export function VimeoEmbed({id, className}: Video) {
2626
return (
2727
<ResponsiveEmbed className={className}>
2828
<StyledVimeoIframe
29-
src={`https://player.vimeo.com/video/${id}?dnt=true`}
29+
src={`https://player.vimeo.com/video/${id}&dnt=true`}
3030
frameBorder="0"
3131
allowFullScreen
3232
/>

0 commit comments

Comments
 (0)