Skip to content

Commit 59ebf8a

Browse files
priscilawebdevLuca Forstner
andauthored
Update docs/platforms/javascript/common/sourcemaps/troubleshooting_js/debug-ids/index.mdx
Co-authored-by: Luca Forstner <[email protected]>
1 parent 78f08df commit 59ebf8a

File tree

1 file changed

+1
-1
lines changed
  • docs/platforms/javascript/common/sourcemaps/troubleshooting_js/debug-ids

1 file changed

+1
-1
lines changed

docs/platforms/javascript/common/sourcemaps/troubleshooting_js/debug-ids/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Inspired by approaches in native language ecosystems, Debug IDs are globally uni
2929

3030
When using sentry-cli or Sentry plugins for Webpack, Vite, or Rollup, Debug IDs are deterministically generated based on the source file contents. Note that deterministic Debug IDs for esbuild are not currently supported.
3131

32-
This approach is Sentry's recommended and most reliable method for associating minified JavaScript files with their original source code, making it easier to trace errors back to their source. As a result, **creating a release is no longer required**.
32+
This approach is Sentry's recommended and most reliable method for associating minified JavaScript files with their original source code, making it easier to trace errors back to their source. Because debug IDs will generally change across releasess if the file content is changed **creating a release is no longer required**. Release names were previously used to disambiguate sourcemaps with the same name across deployments.
3333

3434
<Alert>
3535

0 commit comments

Comments
 (0)