You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.
Expected behavior
Sourcemaps are not overwritten by default.
Observed behavior
Sourcemaps are overwritten when using the CLI—regardless of whether
--overwrite false
is included or not.Steps to reproduce
bugsnag-sourcemaps --api-key XXXXX --app-version 173 --source-map bundle/android-release.bundle.map --minified-file bundle/android-release.bundle --minified-url index.android.bundle --upload-sources --overwrite false
or
bugsnag-sourcemaps --api-key XXXXX --app-version 173 --source-map bundle/android-release.bundle.map --minified-file bundle/android-release.bundle --minified-url index.android.bundle --upload-sources
Version
1.0.3
Additional Info
We've also confirmed that the sourcemaps are being overwritten in the Bugsnag UI.
The text was updated successfully, but these errors were encountered: