From 6f7a8b608924f10d87a8ccc95fecb41805a5a89a Mon Sep 17 00:00:00 2001 From: Jon Musselwhite <35066367+FlippingBinary@users.noreply.github.com> Date: Sat, 24 Aug 2024 14:34:04 -0700 Subject: [PATCH 1/2] chore: Remove duplicate words --- platform-includes/sourcemaps/artifact-bundles/javascript.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform-includes/sourcemaps/artifact-bundles/javascript.mdx b/platform-includes/sourcemaps/artifact-bundles/javascript.mdx index 2e0056b32d6d2..b8c3fb71388d6 100644 --- a/platform-includes/sourcemaps/artifact-bundles/javascript.mdx +++ b/platform-includes/sourcemaps/artifact-bundles/javascript.mdx @@ -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 deterministicly based on the source file contents. Deterministic Debug IDs for esbuild are currently not supported. From 49e011376e523175d1ea1c5ebbdb51b0a14cab80 Mon Sep 17 00:00:00 2001 From: vivianyentran <20403606+vivianyentran@users.noreply.github.com> Date: Mon, 26 Aug 2024 13:42:16 -0700 Subject: [PATCH 2/2] Update platform-includes/sourcemaps/artifact-bundles/javascript.mdx --- platform-includes/sourcemaps/artifact-bundles/javascript.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform-includes/sourcemaps/artifact-bundles/javascript.mdx b/platform-includes/sourcemaps/artifact-bundles/javascript.mdx index b8c3fb71388d6..1fe64e28cb27d 100644 --- a/platform-includes/sourcemaps/artifact-bundles/javascript.mdx +++ b/platform-includes/sourcemaps/artifact-bundles/javascript.mdx @@ -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 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.