Skip to content

Releases: bugsnag/bugsnag-cli

v3.10.0

31 Mar 13:34

Choose a tag to compare

Changed

  • 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

v3.9.0

11 Mar 11:14
d9a20e9

Choose a tag to compare

Added

  • 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

v3.8.0

03 Mar 10:12
156f6b4

Choose a tag to compare

Changed

  • 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

v3.7.0

19 Jan 09:07
b18cbba

Choose a tag to compare

Changed

  • Update the logic and order when checking for empty dSYMS and missing DWARF information for dSYM uploads. #256

v3.6.1

07 Jan 10:52
4535691

Choose a tag to compare

Fixed

  • Fix proxy support in the Node package by replacing proxy-agent with undici.ProxyAgent. #254

v3.6.0

06 Jan 10:17
28e3b9a

Choose a tag to compare

Changed

  • Updated the logic for the upload js command to ignore the top level node_modules directory when processing source maps. #251
  • Add proxy support to the NPM package. #252
  • Add a fallback path for AndroidManifest.xml when processing Android related uploads (Proguard, NDK and React Native) #249

v3.5.1

13 Nov 09:02
00cdba0

Choose a tag to compare

Changed

  • Update the default URLs for the secondary endpoints #244

v3.5.0

12 Nov 12:57
c5dcfa3

Choose a tag to compare

Added

  • 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

v3.4.1

30 Sep 09:10
702ad98

Choose a tag to compare

Fixed

  • Ensure that we handle CodeBundleId for the upload js command correctly #234

v3.4.0

12 Sep 11:01
10d14b5

Choose a tag to compare

Added

  • Add support for uploading Linux C/C++ symbol files #232