bugsnag / bugsnag-source-maps

CLI and JS library for uploading source maps to BugSnag
MIT License
16 stars 9 forks source link

feat: Support --overwrite and --no-overwrite everywhere #66

Closed bengourley closed 3 years ago

bengourley commented 3 years ago

Goal

For tools using this module under the hood, remove the need for logic to determine whether --overwrite or --no-overwrite are required and simply allow both everywhere (even if they are the default behaviour).

Previously if --overwrite was supplied to the upload-react-native command, it would error because the default was to overwrite, and it only supported the --no-overwrite option.