Luca Forstner
Luca Forstner
Hi, can you check in your setup that webpack isn't executed twice, cause I am pretty sure we're only uploading once/creating one bundle? Thanks. https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/88c345151752a3ff3017497665aab2a9254e53a6/packages/bundler-plugin-core/src/plugins/release-management.ts#L63-L81
@LukasKlement the stackblitz you shared doesn't contain any Sentry plugins 🤔 did you press save?
You're on an old self hosted version that might be buggy. Please upgrade to the newest one!
@jbednar97 no updates. As a workaround please disable `reactComponentAnnotation`.
Unfortunately there are a million things that can go wrong and it is super hard to debug self hosted just from some screenshots. I recommend upgrading everything to the latest...
@roymrinmoy good find this is likely it.
@Ollisteka Can you check the logs for the `symbolicator` service of your self hosted instance for any errors or suspiciousness? Thanks. Otherwise everything looks correct. Also, make sure to go...
This looks odd. I cannot reproduce this. Would you mind sharing a reproduction example, ideally a github repo, that anyone can use to get this error? Thank you!
Thanks for reporting this! We need to adjust the endpoint in sentry to work with the `org:ci` scope.
> Is this intentional behavior? I tried reading the docs on [Artifact Bundles](https://docs.sentry.io/platforms/node/guides/gcp-functions/sourcemaps/troubleshooting_js/artifact-bundles/) but it doesn't say anything about multiple bundles with the same files for the same release? @Wedvich...