New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@bugsnag/cli

Package Overview
Dependencies
Maintainers
0
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bugsnag/cli - npm Package Compare versions

Comparing version 2.7.0 to 2.8.0

5

CHANGELOG.md
# 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 @@

2

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc