@sentry/cli 1.70.1 → 1.71.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -10
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,21 +2,26 @@
|
|
|
2
2
|
|
|
3
3
|
"You know what they say. Fool me once, strike one, but fool me twice... strike three." — Michael Scott
|
|
4
4
|
|
|
5
|
+
## 1.71.0
|
|
6
|
+
|
|
7
|
+
* feat: Add optional positional argument to `send-event` that allows to specify a path to JSON serialized events (#1058)
|
|
8
|
+
* fix: Handle `SENTRY_CLI_NO_EXIT_TRAP` unbound variable (#1059)
|
|
9
|
+
|
|
5
10
|
## 1.70.1
|
|
6
11
|
|
|
7
|
-
feat: Add `SENTRY_CLI_NO_EXIT_TRAP` flag to control EXIT trap in `bash-hook` command (#1050)
|
|
8
|
-
fix: Remove warning about relative urls for chunk uploads (#1054)
|
|
9
|
-
fix: Typo in `vscRemote` TS type (#1052)
|
|
10
|
-
fix: Use internal timer for ProgressBar duration (#1055)
|
|
11
|
-
ref: Update dockerfile alpine image (#1057)
|
|
12
|
+
* feat: Add `SENTRY_CLI_NO_EXIT_TRAP` flag to control EXIT trap in `bash-hook` command (#1050)
|
|
13
|
+
* fix: Remove warning about relative urls for chunk uploads (#1054)
|
|
14
|
+
* fix: Typo in `vscRemote` TS type (#1052)
|
|
15
|
+
* fix: Use internal timer for ProgressBar duration (#1055)
|
|
16
|
+
* ref: Update dockerfile alpine image (#1057)
|
|
12
17
|
|
|
13
18
|
## 1.70.0
|
|
14
19
|
|
|
15
|
-
feat: Add `no-upload` flag for `upload-dif` command (#1044)
|
|
16
|
-
feat: Add support for glob patterns in `upload-sourcemaps` command (#1048)
|
|
17
|
-
feat: Allow to load dotenv from non-standard path through `SENTRY_DOTENV_PATH` (#1046)
|
|
18
|
-
fix: Follow symlinks when traversing during sourcemaps upload (#1043)
|
|
19
|
-
ref: Use `SOURCE_VERSION` first prior to `HEROKU_SLUG_COMMIT` in Heroku (#1045)
|
|
20
|
+
* feat: Add `no-upload` flag for `upload-dif` command (#1044)
|
|
21
|
+
* feat: Add support for glob patterns in `upload-sourcemaps` command (#1048)
|
|
22
|
+
* feat: Allow to load dotenv from non-standard path through `SENTRY_DOTENV_PATH` (#1046)
|
|
23
|
+
* fix: Follow symlinks when traversing during sourcemaps upload (#1043)
|
|
24
|
+
* ref: Use `SOURCE_VERSION` first prior to `HEROKU_SLUG_COMMIT` in Heroku (#1045)
|
|
20
25
|
|
|
21
26
|
## 1.69.1
|
|
22
27
|
|
package/package.json
CHANGED