Open
Description
Hi, I'm using @sentry/[email protected]
with @angular-builders/custom-esbuild@18
and the Angular build failed with this error:
✘ [ERROR] Could not resolve "/path/to/project/_sentry-release-injection-stub" [plugin angular-compiler]
I think it could be that the newer version of esbuild some how break this line:
The only workaround that I could find is to set release.inject
to false
which would make the build succeed but then there's no debugID
injected to the build output & so sentry-esbuild-plugin
would just ignore and not upload any of our code artifacts.
[sentry-esbuild-plugin] Warning: Didn't find any matching sources for debug ID upload. Please check the `sourcemaps.assets` option.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
No status