@bugsnag/cli
Advanced tools
Comparing version 2.7.0 to 2.8.0
# Changelog | ||
## 2.8.0 (2025-01-06) | ||
### Enhancements | ||
- Add the Xcode Archive Command to support the uploading of xcarchive files [156](https://github.com/bugsnag/bugsnag-cli/pull/156) | ||
- Rename the `dsym` upload command to `xcode-build` to better reflect the command's purpose. `dsym` will be removed in the next major release [156](https://github.com/bugsnag/bugsnag-cli/pull/156) | ||
## 2.7.0 (2024-11-26) | ||
@@ -4,0 +9,0 @@ |
{ | ||
"name": "@bugsnag/cli", | ||
"version": "2.7.0", | ||
"version": "2.8.0", | ||
"description": "BugSnag CLI", | ||
@@ -5,0 +5,0 @@ "main": "install.js", |
@@ -107,8 +107,14 @@ <div align="center"> | ||
### dSYM files (iOS, macOS, tvOS) | ||
### dSYM files from an Xcode build (iOS, macOS, tvOS) | ||
Upload dSYM files to allow BugSnag to show human-friendly function names, file paths, and line numbers in your iOS, macOS, and tvOS stacktraces. | ||
Upload dSYM files generated from a Build in Xcode to allow BugSnag to show human-friendly function names, file paths, and line numbers in your iOS, macOS, and tvOS stacktraces. | ||
$ bugsnag-cli upload dsym | ||
$ bugsnag-cli upload xcode-build | ||
### dSYM files from an Xcode Archive (iOS, macOS, tvOS) | ||
Upload dSYM files generated from an Archive in Xcode to allow BugSnag to show human-friendly function names, file paths, and line numbers in your iOS, macOS, and tvOS stacktraces. | ||
$ bugsnag-cli upload xcode-archive | ||
### Unity Symbol Files (Android only) | ||
@@ -115,0 +121,0 @@ |
20770
149