sentry-javascript-bundler-plugins icon indicating copy to clipboard operation
sentry-javascript-bundler-plugins copied to clipboard

thirdPartyErrorFilterIntegration on Angular with esbuild not working

Open guillaume-moreau opened this issue 1 year ago • 6 comments

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

guillaume-moreau avatar Oct 28 '24 16:10 guillaume-moreau