Olga Zhukova
Olga Zhukova
When I remove the `uploadLegacySourcemaps ` I get only one bundle as expected, so I guess it is not executed twice...
Maybe, I do not need this option at all? But without it my stacktrace is still unminifyed. Trying to run `sentry-cli resolve` ends with `missing context line` error ``` sentry-cli...
I tired ommiting the `uploadLegacySourcemaps` option all together, changed sentry libraries versions as in [this thread](https://github.com/getsentry/sentry-javascript-bundler-plugins/issues/292#issuecomment-1604534128) but uminifying still does not work :( ```js sentryWebpackPlugin({ org: '', project: '', authToken:...
With this config I also get one bundle uploaded in sentry, the issue gets unhandled, stacktrace not unminifying ```js sentryWebpackPlugin({ org: '', project: '', authToken: '', url: '', release: {...
Is there a minimal not-buggy version? Will it work on lower version, `22.10.0`? Right now we are using `22.10.0` for prod sentry and `23.8.0` is for testing\dev
Is there any way to fix it on given version of Sentry? I tried plugin `1.20.1`, but still no result ```js new SentryWebpackPlugin({ org: '***', project: '***', authToken: '***', url:...
The workaround with fake sourcemaps did help with the two artifacts bundles being uploaded, but the stacktrace is still unminifyed. So I guess I'll wait till our team update sentry...
Hi! We updated out Sentry version, so now I've got the following setup: - Sentry 24.4.1 - @sentry/react 7.112.1 - @sentry/webpack-plugin 2.16.1 Code for initing the react library is the...
Hello again! Thanks for the hint about `symbolicator` — there were errors `Failed to create cache directory` due to `Permission denied`. DevOps gave the rights to the service, and uminifying...