sentry-netlify-build-plugin icon indicating copy to clipboard operation
sentry-netlify-build-plugin copied to clipboard

(bug) Fix SENTRY_DELETE_SOURCEMAPS not being defined

Open rbliss opened this issue 2 years ago • 1 comments

This fixes a bug with the recently merged feat(sourcemaps): Add deleteSourceMaps option. The SENTRY_DELETE_SOURCEMAPS wasn't actually defined. This grabs the value from the env vars per the docs.

rbliss avatar Jul 19 '23 22:07 rbliss

Also preserves the default inheritance order of env vars taking precedence over options

rbliss avatar Jul 19 '23 22:07 rbliss