@bugsnag/cli
Advanced tools
Comparing version 2.4.1 to 2.5.0
# Changelog | ||
## 2.5.0 (2024-07-31) | ||
### Enhancements | ||
- Add support for JavaScript source maps [121](https://github.com/bugsnag/bugsnag-cli/pull/121) | ||
## 2.4.1 (2024-07-17) | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@bugsnag/cli", | ||
"version": "2.4.1", | ||
"version": "2.5.0", | ||
"description": "BugSnag CLI", | ||
@@ -5,0 +5,0 @@ "main": "install.js", |
@@ -93,2 +93,10 @@ <div align="center"> | ||
### JavaScript source maps | ||
To get unminified stack traces for JavaScript code on the web, source maps must be generated and uploaded to BugSnag. | ||
$ bugsnag-cli upload js | ||
See the [`upload js`](https://docs.bugsnag.com/build-integrations/bugsnag-cli/upload-js/) command reference for full usage information. | ||
### Dart symbols for Flutter | ||
@@ -95,0 +103,0 @@ |
18553
143