You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/platforms/javascript/common/sourcemaps/uploading/cli.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ You can generate source maps using the tooling of your choice. See examples from
38
38
If you use the [Angular service worker](https://angular.dev/ecosystem/service-workers), you might encounter caching issues when uploading source maps with Sentry CLI.
39
39
This happens because Sentry CLI injects debugIds into the generated JavaScript chunks after the build process.
40
40
This means that the file hashes in `ngsw.json` for these chunks become invalid.
41
-
To resolve the invalid hashes, regenerate `ngsw.json` after the `debugIds` have been injected using the following command:
41
+
To resolve the invalid hashes, regenerate `ngsw.json` after the debugIds have been injected using the following command:
0 commit comments