Skip to content

Commit 5e56c31

Browse files
chore: Remove duplicate words (#11137)
* chore: Remove duplicate words * Update platform-includes/sourcemaps/artifact-bundles/javascript.mdx --------- Co-authored-by: vivianyentran <[email protected]>
1 parent bd7d54c commit 5e56c31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform-includes/sourcemaps/artifact-bundles/javascript.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ An artifact bundle is our new bundle format that aims to address the shortcoming
1212

1313
Artifact Bundles solve the challenge of matching paths by using a new identification mechanism known as Debug IDs. Rather than relying on paths we uniquely identify and bind pairs of minified sources and source maps with a Debug ID (UUID). With this, we are able to quickly identify the minified source and corresponding source map without ever needing to check any paths. Thus, you don't have to worry about wrong paths configurations.
1414

15-
When using sentry-cli or the webpack, vite, or rollup bundler plugins Debug IDs are generated deterministicly based on the based on source file contents. Deterministic Debug IDs for esbuild are currently not supported.
15+
When using sentry-cli or the Webpack, Vite, or Rollup bundler plugins, Debug IDs are generated deterministically based on the source file contents. Deterministic Debug IDs for esbuild are currently not supported.
1616

1717
<Note>
1818

0 commit comments

Comments
 (0)