sentry-javascript-bundler-plugins
sentry-javascript-bundler-plugins copied to clipboard
thirdPartyErrorFilterIntegration on Angular with esbuild not working
Environment
Angular 17 app built with esbuild.
Steps to Reproduce
- Init a new Angular project:
- Add sentry/esbuild-plugin
- Integrate the plugin in the Angular builder
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