Closed lobsterkatie closed 1 year ago
i'm curious why you have a yarn.lock file in here; was that intentional?
Indeed it was. It's there because of the added rimraf
dependency.
Is a new release necessary to use this via UI install in Netlify?
When will a new version be published with this change? @lobsterkatie
Just checking in again, is there an ETA for publishing this? @lobsterkatie @scttcper
h/t to @carchrae for the initial work on this
This adds a new option,
deleteSourceMaps
(orSENTRY_DELETE_SOURCEMAPS
as an env variable), which will delete sourcemaps after uploading them.Really this should be done at the
sentry-cli
level (see https://github.com/getsentry/sentry-cli/issues/1318), but in the meantime, we can do it manually.Fixes https://github.com/getsentry/sentry-netlify-build-plugin/issues/40
Ref: WOR-2638