Skip to content

Commit

Permalink
chore: Remove duplicate words (#11137)
Browse files Browse the repository at this point in the history
* chore: Remove duplicate words

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

---------

Co-authored-by: vivianyentran <20403606+vivianyentran@users.noreply.github.com>
  • Loading branch information
FlippingBinary and vivianyentran authored Aug 26, 2024
1 parent bd7d54c commit 5e56c31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ An artifact bundle is our new bundle format that aims to address the shortcoming

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.

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.
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.

<Note>

Expand Down

0 comments on commit 5e56c31

Please sign in to comment.