-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
thirdPartyErrorFilterIntegration on Angular with esbuild not working #625
Comments
Hey @guillaume-moreau thanks for providing the reproduction! I just had a look and there seems to be an issue somewhere along our |
Hello ! Any news about this issue ? :) |
Hey @guillaume-moreau, sorry this fell off our plate. We'll have another look at it. |
I've been looking at this an can confirm it is an issue, but I have no idea what is breaking. We have integration tests which show this feature working with the esbuild plugin. Since this is not a regular esbuild setup, I need to dig into what (if anything) Angular adds to the config and/or plugins and see if they're causing the issue. |
Environment
Angular 17 app built with esbuild.
Steps to Reproduce
Expected Result
I would expect my applicationKey to appear in the build source.
Actual Result
It doesn't appear. (it does when switching to webpack)
Made a reproduction repository here: https://github.com/guillaume-moreau/sentry-esbuild-plugin-bug
The text was updated successfully, but these errors were encountered: