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
Refactor JS source map uploads to scan bundle files and extract the sourceMappingURL comment to find the corresponding .map file #273
Fixed
Log a DEBUG message rather than error when we can't find a Xcode archive for React Native iOS. #276
Fixed upload failures when using --retries option by rebuilding HTTP requests for each retry attempt, preventing "ContentLength with Body length 0" errors. #277
Add --exclude option to all upload commands to exclude files matching specific patterns. Supports wildcards like *.map for file extensions, exact filenames, and substring matching for paths (e.g., node_modules, /dist/). #269
Changed
Configure HTTP client to use HTTP/1.1 instead of HTTP/2 for all upload and build API requests. #270
Changed AndroidManifest.xml handling for Android-related uploads (NDK, Proguard, and React Native Android) to not error when the manifest file cannot be found or read. #264
Add support for aarch64 in the install scripts #260
Add support for uploading React Native Sourcemaps outside of Android or iOS builds #241
Changed
bugsnag-cli-placeholder now throws an Error instead of just logging to the console. This immediately stops execution and should return a stack trace if the CLI is not successfully installed #239