We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Angular 17 app built with esbuild.
I would expect my applicationKey to appear in the build source.
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:
Hey @guillaume-moreau thanks for providing the reproduction!
I just had a look and there seems to be an issue somewhere along our esbuildModuleMetadataInjectionPlugin, but I couldn't pin that down yet.
esbuildModuleMetadataInjectionPlugin
Sorry, something went wrong.
timfish
No branches or pull requests
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: