@sentry/cli 1.76.0 → 1.77.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 DELETED
@@ -1,1147 +0,0 @@
1
- # Changelog
2
-
3
- "You know what they say. Fool me once, strike one, but fool me twice... strike three." — Michael Scott
4
-
5
- ## 1.76.0
6
-
7
- ### Various fixes & improvements
8
-
9
- - ci: Use macos-latest to run build workflow (#1800) by @loewenheim
10
- - feat: Support org auth tokens (#1790) by @loewenheim
11
- - test: Skip code coverage generation (#1793) by @mydea
12
- - build(v1): Add `v1` tag config to ensure we do not publish as `latest` (d0f521b5) by @mydea
13
-
14
- ## 1.75.2
15
-
16
- - This release fixes the checksum mismatch from 1.75.1.
17
-
18
- ## 1.75.1
19
-
20
- - feat(backport): Update `sourcemap` to 6.2.3 to correctly handle protocol-only `sourceRoot` (#1586)
21
-
22
- ## 1.75.0
23
-
24
- - feat(backport): Replace `npmlog` dependency in order to avoid vulnerability (#1445)
25
-
26
- ## 1.74.6
27
-
28
- ### Various fixes & improvements
29
-
30
- - feat: Replace usage of eval to obfuscate binary path from bundlers (#1375)
31
-
32
- ## 1.74.5
33
-
34
- ### Various fixes & improvements
35
-
36
- - deps: Add resolution to bump `ansi-regex` to version `^3.0.1` (#1281)
37
- - ref: Increase `TempFile` robustness on Windows (#1256)
38
-
39
- ## 1.74.4
40
-
41
- ### Various fixes & improvements
42
-
43
- - ci: Add merge target (f9a2db38) by @kamilogorek
44
- - ref: Prevent @vercel/nft and similar tools from including binary file in their bundles (#1207) by @kamilogorek
45
-
46
- ## 1.74.3
47
-
48
- ### Various fixes & improvements
49
-
50
- - deps: Update symbolic and git-rs crates (#1170) by @kamilogorek
51
- - ref: Filter non-error goblin logs (#1169) by @kamilogorek
52
- - ref: Use provided version in release log messages (#1162) by @kamilogorek
53
-
54
- ## 1.74.2
55
-
56
- ### Various fixes & improvements
57
-
58
- - revert: ref: Dont run install script using node binary #1151 (#1155) by @kamilogorek
59
-
60
- ## 1.74.1
61
-
62
- ### Various fixes & improvements
63
-
64
- - ref: Make org and project flags position independent (#1153) by @kamilogorek
65
-
66
- ## 1.74.0
67
-
68
- ### Various fixes & improvements
69
-
70
- - ref: Dont run install script using node binary (#1151) by @kamilogorek
71
- - feat: Add show-projects and show-commits flags to 'releases info' command (#1144) by @kamilogorek
72
- - ref: Rework find_id function of difutil find (#1149) by @kamilogorek
73
- - ref: Rework find_matching_rev tests to not use our real repo history (#1147) by @kamilogorek
74
- - deps: Update git2 crate to 0.14.1 to support custom git extensions (#1140) by @kamilogorek
75
- - ci: Change stale GitHub workflow to run once a day (#1141) by @kamilogorek
76
-
77
- ## 1.73.2
78
-
79
- ### Various fixes & improvements
80
-
81
- - install: Rename SENTRY_NO_PROGRESS_BAR flag to SENTRYCLI_NO_PROGRESS_BAR (#1132) by @kamilogorek
82
-
83
- ## 1.73.1
84
-
85
- ### Various fixes & improvements
86
-
87
- - feat: Allow for using local binary through SENTRYCLI_USE_LOCAL env (#1129) by @kamilogorek
88
- - ref: Dont panic on malformed xcodeproj directories (#1127) by @kamilogorek
89
-
90
- ## 1.73.0
91
-
92
- * feat: Add checksum validation for installed binaries (set `SENTRYCLI_SKIP_CHECKSUM_VALIDATION` to opt-out) (#1123)
93
- * fix: Detect unwind and debug information in files linked with `gold` (#1124)
94
- * ref: Silence progress bar in CI environments by default (#1122)
95
-
96
- ## 1.72.2
97
-
98
- * feat: Use default xcode values for plist struct (#1111)
99
- * fix: Fixes a panic when inspecting debug files larger than 4GB (#1117)
100
- * ref: Update log message when bundle ID is missing (#1113)
101
-
102
- ## 1.72.1
103
-
104
- * fix: Dont include `debug_id` during assemble when not PDBs are not supported (#1110)
105
- * ref: Remove all release files instantaneously with `--all` flag (#1108)
106
-
107
- ## 1.72.0
108
-
109
- * feat: Add `CUSTOM_HEADER` support to JS wrapper (#1077)
110
- * feat: Add `SENTRYCLI_SKIP_DOWNLOAD` flag for preventing download (#1074)
111
- * feat: Allow for configuring max item size for dif bundles (#1099)
112
- * fix: Prevent daemonize mode from crashing upload process (#1104)
113
- * fix: Restore logger initialization (#1102)
114
- * ref: Box `ParseDif::Object` value to prevent large enum variant (#1094)
115
- * ref: Rename ini group from `dsym` to `dif` with a fallback (#1103)
116
- * ref: Show `project` flag for releases command (#1065)
117
-
118
- ## 1.71.0
119
-
120
- * feat: Add optional positional argument to `send-event` that allows to specify a path to JSON serialized events (#1058)
121
- * fix: Handle `SENTRY_CLI_NO_EXIT_TRAP` unbound variable (#1059)
122
-
123
- ## 1.70.1
124
-
125
- * feat: Add `SENTRY_CLI_NO_EXIT_TRAP` flag to control EXIT trap in `bash-hook` command (#1050)
126
- * fix: Remove warning about relative urls for chunk uploads (#1054)
127
- * fix: Typo in `vscRemote` TS type (#1052)
128
- * fix: Use internal timer for ProgressBar duration (#1055)
129
- * ref: Update dockerfile alpine image (#1057)
130
-
131
- ## 1.70.0
132
-
133
- * feat: Add `no-upload` flag for `upload-dif` command (#1044)
134
- * feat: Add support for glob patterns in `upload-sourcemaps` command (#1048)
135
- * feat: Allow to load dotenv from non-standard path through `SENTRY_DOTENV_PATH` (#1046)
136
- * fix: Follow symlinks when traversing during sourcemaps upload (#1043)
137
- * ref: Use `SOURCE_VERSION` first prior to `HEROKU_SLUG_COMMIT` in Heroku (#1045)
138
-
139
- ## 1.69.1
140
-
141
- * misc: Re-release of `1.69.0` due to malformed artifacts
142
-
143
- ## 1.69.0
144
-
145
- * feat: Print upload context details (#1016)
146
- * feat: Allow for changing log stream through `SENTRYCLI_LOG_STREAM` variable (#1010)
147
- * fix: Set archString to `armv7` when`arch="arm"` (#1024)
148
- * fix: Dont render progress bar when content length is missing (#1011)
149
- * fix: Do not supply `debug_id` for object files (#981)
150
- * ref: Update `symbolic` to `8.3.1` (#1033)
151
- * ref: Hide `upload-symbol-maps` flag for `upload-dif` command (#1017)
152
-
153
- ## sentry-cli 1.68.0
154
-
155
- * feat: Add ability for `include` in JS sourcemap upload options to be an object (#1001)
156
-
157
- ## sentry-cli 1.67.2
158
-
159
- * fix: Correctly resolve paths with hashes in `url_to_bundle_path` (#1000)
160
- * ref: Provide JSDocs for TS typings, change `started/finished` to `number|string`, add `ignoreEmpty` to JS API (#999)
161
- * ref: Add `npm_config_cache_folder` to function of getting cache (#998)
162
-
163
- ## sentry-cli 1.67.1
164
-
165
- * feat: Print sourcemaps/files operations timings information (#995)
166
-
167
- ## sentry-cli 1.67.0
168
-
169
- * feat: Add `--ignore-empty` flag to `releases set-commit` command, that will not bail command when no patchset is created (#993)
170
- * feat: Add `--raw` and `--delimiter` flags to `releases list` command (#994)
171
-
172
- ## sentry-cli 1.66.0
173
-
174
- * feat: Allow to define a custom `release` and `dist` for XCode SourceMaps upload (#967)
175
- * feat: Support custom request header through `CUSTOM_HEADER` env variable and `http.custom_header` config (#970)
176
- * fix: Add missing `ignoreMissing` flag for `setCommit` command to JS API (#974)
177
- * fix: Change ignore-missing to flag with 'long' modifier (#965)
178
-
179
- ## sentry-cli 1.65.0
180
-
181
- * feat: Allow for ignoring missing commits in set-commit with `--ignore-missing` flag (#963)
182
- * feat: Support BCSymbolMap uploading (#952)
183
-
184
- ## sentry-cli 1.64.2
185
-
186
- * ref: Rely on spawn process error for detecting command presence (#958)
187
-
188
- ## sentry-cli 1.64.1
189
-
190
- * fix: Redirect spawned JS process outputs to `/dev/null` instead of filling up pipe buffers (#949)
191
- * ref: Allow `upload-dif` to follow symlinks to make it inline with `difutil` behavior (#948)
192
-
193
- ## sentry-cli 1.64.0
194
-
195
- * feat: Add TypeScript `SentryCli` types (#934)
196
- * ref: Provide a helpful error messages for xcode/codepush/appcenter binary calls (#937)
197
-
198
- ## sentry-cli 1.63.2
199
-
200
- * feat: List logging levels on CLI output (#926)
201
- * fix: Update proguard version (#927)
202
- * fix: Run update nagger only for versions lower than current one (#925)
203
- * fix: Add some npm logging to aid in troubleshooting (#921)
204
-
205
- ## sentry-cli 1.63.1
206
-
207
- * fix: Correctly detect hidden Swift symbols (#918)
208
- * fix: Rename `arm64` as `aarch64` in install script (#917)
209
- * fix: Verify CLI installation before launching (#916)
210
-
211
- ## sentry-cli 1.63.0
212
-
213
- * build: ARM for Linux (#890)
214
- * ref: `is_outdated` should not report when release contains version older than latest (#899)
215
-
216
- ## sentry-cli 1.62.0
217
-
218
- * fix: Detect debug information in MIPS binaries (#897)
219
- * fix: Use `http_proxy` config value in the handler directly (#893)
220
- * fix: Limit chunk upload waiting to 5 minutes (#896)
221
- * ref: Prefer universal binaries in homebrew (#879)
222
- * ref: Prefer universal binaries on macOS (#878)
223
- * build: macOS arm64 on stable Rust (#884)
224
- * build: Build universal macOS binary on macos-latest (#877)
225
-
226
- ## sentry-cli 1.61.0
227
-
228
- * fix: Add missing underscores for template in bash hook (#872)
229
- * feat: macOS builds for `arm64` and universal binaries (#873)
230
-
231
- Sentry-cli will not upgrade to the `arm64` build automatically, if you're currently running on Rosetta 2. To install the `arm64` version:
232
-
233
- - Please ensure that your terminal and shell both run natively without emulation. You can check this by running `uname -m` in your terminal.
234
- - Remove your existing installation of `sentry-cli`.
235
- - Follow the [Installation Instructions](https://github.com/getsentry/sentry-cli#installation) for a fresh installation.
236
-
237
- ## sentry-cli 1.60.1
238
-
239
- * fix: Restore release modification calls to use put request, while preserving restore/archive capability (#870)
240
-
241
- ## sentry-cli 1.60.0
242
-
243
- * feat: Added support for WASM debug info files (#863)
244
-
245
- ## sentry-cli 1.59.0
246
-
247
- * feat: Allows the user to specify multiple projects for a release (#842)
248
- * feat: Add cli arg to override sentry-cli command in bash-hook (#852)
249
- * ref: Remove --rewrite flag and make it a default (#853)
250
-
251
- ## sentry-cli 1.58.0
252
-
253
- * feat: Expose environment configuration in javascript (#830)
254
- * ref: Use better error messages for install script (#833)
255
-
256
- ## sentry-cli 1.57.0
257
-
258
- * feat: Allow for passing custom timestamp with `send-event` (#826)
259
- * fix: OS arch detection for `IA32` (#824)
260
-
261
- ## sentry-cli 1.56.1
262
-
263
- * fix: Use updated release name format during upload process (#818)
264
-
265
- ## sentry-cli 1.56.0
266
-
267
- * feat: Add support for architectures other than x86/x64 when running installation script (#811)
268
- * feat: Add `--confirm` flag to skip confirmation prompt during uninstall command (#812)
269
- * misc: Upgrade symbolic to `7.5.0` (#813)
270
-
271
- ## sentry-cli 1.55.2
272
-
273
- * fix: Path handling edgecases for `upload-dif` (#795)
274
- * fix: Dont limit commits count for release updates (#808)
275
- * ref: Update Android/iOS releases format (#805)
276
-
277
- ## sentry-cli 1.55.1
278
-
279
- * feat: add support for CicleCI (#784)
280
- * fix: Default to sending local commits if no repos linked (#791)
281
- * ref: Make Update Nagger less aggressive (#793)
282
-
283
- ## sentry-cli 1.55.0
284
-
285
- * feat: Release files batch upload (#715)
286
- * feat: Add pipeline env variable option and include it in UA string (#774)
287
- * feat: Upload formatted commit metadata from local git tree to Sentry for a release (#776)
288
- * feat: Provide flag for allowing failures in monitor command (#780)
289
- * fix: Do not error when offsetting too far on enumeration (#746)
290
- * fix: Update base "alpine" image in Dockerfile (#757)
291
- * fix: Allow for release names with leading hyphen (#770)
292
- * fix: Handle teamless projects correctly (#773)
293
- * fix: Parse BitBucket Server integration repo url correctly (#775)
294
- * ref: Switch from symbolic::proguard to proguard crate (#756)
295
-
296
- ## sentry-cli 1.54.0
297
-
298
- * feat: Add `--no-environ` parameter to `bash-hook` (#745)
299
- * feat: Allow for disabling install progress-bar without silencing npm using `SENTRY_NO_PROGRESS_BAR` env var (#754)
300
- * fix: Use correct required option to `newDeploy` JS api (#755)
301
-
302
- ## sentry-cli 1.53.0
303
-
304
- * feat: `releases deploys` JavaScript API (#741)
305
- * fix: `--log-level` should be case insensitive (#740)
306
-
307
- ## sentry-cli 1.52.4
308
-
309
- * fix: Dont panic on unknown log level (#733)
310
- * ref: Use temp dir to store jsbundle maps (#737)
311
-
312
- ## sentry-cli 1.52.3
313
-
314
- * fix: Correctly store child process before attaching handlers (#718)
315
-
316
- ## sentry-cli 1.52.2
317
-
318
- **This release sets `node.engine: >=8` which makes it incompatible with Node v6**
319
- If you need to support Node v6, please pin your dependency to `1.52.1`
320
- or use selective version resolution: https://classic.yarnpkg.com/en/docs/selective-version-resolutions/
321
-
322
- * feat: Support Google Cloud Builder VCS detection (#481)
323
- * fix: Mark files as unusable withid (#709)
324
-
325
- ## sentry-cli 1.52.1
326
-
327
- * fix: Respect `configFile` for release commands invoked through JS API (#700)
328
-
329
- ## sentry-cli 1.52.0
330
-
331
- * feat: Add an optional argument to override the entire release name for a CodePush release (#692)
332
- * feat: Introduce `g/global` flag for `login` command (#690)
333
- * feat: Add support for `INFOPLIST_OTHER_PREPROCESSOR_FLAGS` (#682)
334
- * feat: Detect CodeBuild slug for `propose-version` (#681)
335
- * feat: Show project and organization when using info log level (#670)
336
- * feat: Add `bitbucket_server` to reference url check (#668)
337
- * fix: Log config path only when its actually loaded (#677)
338
- * fix: Make sure that requests are not authenticated twice and warn for rel urls (#675)
339
- * fix: Override local `env.SENTRY_PROPERTIES` rather than global `process.env` (#667)
340
- * fix: `react-native` xcode uses regex to detect Debug builds (#665)
341
- * meta: Add Linux support to the Homebrew formula (#674)
342
-
343
- ## sentry-cli 1.51.1
344
-
345
- * fix: Skip files larger than 1MB (#662)
346
-
347
- ## sentry-cli 1.51.0
348
-
349
- * feat: Add `dist` option to `react-native appcenter` command (#653)
350
- * ref: Notify user about missing `sudo` command instead of incorrect "No such file or directory" when updating/uninstalling `sentry-cli` (#656)
351
- * fix: Remove redundant `Closing connection 0` warnings after every HTTP request (#657)
352
- * fix: Update release structure for XCode React Native calls (#660)
353
-
354
- ## sentry-cli 1.50.0
355
-
356
- * feat: Allow setting of `git` remote (#637)
357
- * feat: Expose code IDs from `difutil` check (#639)
358
- * feat: Implement workarounds for dealing with hermes bytecode (#646)
359
- * feat: Allow for `--silent` flag in installation script (#648)
360
- * feat: Support `dist` option in JS API (#642)
361
- * ref: Treat `301/302` `upload_chunks` response codes as errors (#651)
362
- * fix: Add `Content-Length=0` header to reprocessing POST request (#647)
363
-
364
- ## sentry-cli 1.49.1
365
-
366
- * Add support for `git://`, `git+ssh://`, and `git+https?://` VCS repos (#636)
367
- * Allow overriding dist in Xcode (#627)
368
- * Skip pch and large files in source bundles (#624)
369
-
370
- ## sentry-cli 1.49.0
371
-
372
- * Detect Heroku's `SOURCE_VERSION` environment variable (#613)
373
- * Allow extensions with dots for sourcemap uploads (#605)
374
- * Fix validation of `releases set-commits` options in JS (#618)
375
- * Add an optional column for project slugs in `releases list` (#612)
376
- * Add an optional `--wait` flag for upload-dif (#619)
377
-
378
- **NOTE**: This release changes the default behavior of `upload-dif`. Previously,
379
- the command waited until Sentry had fully processed uploaded files. Now, the
380
- command terminates after a successful upload but does not wait for server-side
381
- processing. This will speed up uploads for the common case. Specify `--wait` for
382
- the old behavior if you want to make sure that debug files are available before
383
- sending native events.
384
-
385
- ## sentry-cli 1.48.0
386
-
387
- * Add support for Brotli, GZip and Deflate compression algorithms for binary download (#607)
388
- * Fix binary download progress bar calculations (#606)
389
-
390
- ## sentry-cli 1.47.2
391
-
392
- **Changes**:
393
- * Always show the full version in `releases list` (#584).
394
- * Do not warn when using the standard docker entrypoint.
395
-
396
- **JavaScript API**:
397
- * Pass the `silent` option to `releases` commands in JavaScript (#552).
398
- * Allow setting commits on a release in JavaScript (#580).
399
-
400
- **Fixed bugs**:
401
- * Fix an error in the bash hook if the log file gets deleted (#583).
402
- * Fix detection of Azure repositories in `releases set-commits` (#576).
403
- * Fix detection of annotated tags in `releases set-commits` (#598).
404
- * Fix normalization of sourcemap URL prefixes with trailing slashes (#599).
405
- * Fix upload of source bundles created with `difutil bundle-sources` (#602).
406
-
407
- ## sentry-cli 1.47.1
408
-
409
- * Fix potentially broken payloads in `send-event`.
410
-
411
- ## sentry-cli 1.47.0
412
-
413
- * Trim whitespace in header values to prevent potential header injections
414
- through the auth token header. (#563)
415
- * Improved Azure DevOps URL parsing. (#556)
416
-
417
- ## sentry-cli 1.46.0
418
-
419
- * Relax the release file limit for sourcemap uploads when artifact bundles
420
- are supported by the serntry server (#559)
421
-
422
- ## sentry-cli 1.45.0
423
-
424
- * Allow ports in VCS urls when associating commits (#551)
425
- * Support PDB and PE uploads to Sentry (#553)
426
-
427
- ## sentry-cli 1.44.4
428
-
429
- * Emit better version names for react native (#506)
430
- * Fix a regression in sourcemap uploads for certain release names (#549)
431
- * Ensure case insensitive git repository matching (#511)
432
-
433
- ## sentry-cli 1.44.3
434
-
435
- * Fix a regression with URL prefixes in sourcemap uploads (#544)
436
-
437
- ## sentry-cli 1.44.2
438
-
439
- * Even faster sourcemap uploads to sentry.io (#540, #542)
440
-
441
- ## sentry-cli 1.44.1
442
-
443
- * Fixed a segfault in curl on empty file uploading (#535)
444
-
445
- ## sentry-cli 1.44.0
446
-
447
- * Parallelize source map uploads (#533)
448
-
449
- ## sentry-cli 1.43.0
450
-
451
- * Add support for File RAM Bundles (#528)
452
- * Accept more Azure DevOps URLs (#525)
453
-
454
- ## sentry-cli 1.42.0
455
-
456
- * Add support for Indexed RAM Bundles (#523)
457
- * Add "silent" option to JS constructor (#512)
458
-
459
- ## sentry-cli 1.41.2
460
-
461
- * Fix slow unzipping in debug file upload (#519)
462
-
463
- ## sentry-cli 1.41.1
464
-
465
- * Warn before uploading more than 20.000 files to a release (#513)
466
-
467
- ## sentry-cli 1.41.0
468
-
469
- * Recognizes GNU compressed debug files on Linux
470
- * Also uploads Breakpad files and ELF files only containing symbol tables
471
-
472
- ## sentry-cli 1.40.0
473
-
474
- * Automatically retry on various socket and SSL errors (#466, #490)
475
- * Use a connection pool for the outgoing API requests. This is likely to resolve
476
- some issues in curl itself that manifested itself as malloc errors on shutdown (#489)
477
- * Upgrade internal dependencies and shrink overall binary (#488)
478
- * Upgrade internal sentry crate
479
-
480
- ## sentry-cli 1.39.1
481
-
482
- * Fix Proguard upload issues on Windows (#484).
483
-
484
- ## sentry-cli 1.39.0
485
-
486
- * Release enabling an internal sentry experiment.
487
-
488
- ## sentry-cli 1.38.1
489
-
490
- * Fix plist parsing
491
-
492
- ## sentry-cli 1.38.0
493
-
494
- * Upgraded symbolic which offers support top R8 code shrinker.
495
-
496
- ## sentry-cli 1.37.4
497
-
498
- * Added `SENTRY_NO_PROGRESS_BAR` environment variable to suppress progress
499
- bars (#467)
500
- * Fixed an issue where dif uploads would indicate failure if no files where
501
- to upload.
502
-
503
- ## sentry-cli 1.37.3
504
-
505
- * Report non zero status for server side processing errors on dif upload (#465)
506
- * Improve error messages for 502/504 (#459)
507
- * Relax VCS url comparisions to improve on-prem support
508
-
509
- ## sentry-cli 1.37.2
510
-
511
- * Retry on upload-related operations (chunk-upload, assemble) (#456)
512
- * Add new anylog version (#455)
513
-
514
- ## sentry-cli 1.37.1
515
-
516
- * Fix the detection of debug information in ELF files (#437)
517
- * Add support for ELF files in the `difutil` commands (#447)
518
- * Speed up `sentry-cli update` by using the Sentry release registry (#438)
519
- * Dump http requests in debug mode for better debugging (#448)
520
-
521
- ## sentry-cli 1.37.0
522
-
523
- * Support React Native >= 0.46 (@stephan-nordnes-eriksen, #377)
524
- * Cache binaries to speed up NPM package installation (@timfish, #425)
525
- * Check for successful upload of debug files (#429)
526
- * Limit debug file uploads to 2GB (maximum allowed by Sentry) (#432)
527
-
528
- ## sentry-cli 1.36.4
529
-
530
- * Add support for GitLab in `releases set-commits` (#419)
531
- * Fix a bug where uploaded debug files might show up as _"Generic"_ (#420)
532
-
533
- ## sentry-cli 1.36.3
534
-
535
- * Print out how sentry-cli was invoked in debug log
536
-
537
- ## sentry-cli 1.36.2
538
-
539
- * Download packages from Fastly's CDN when installing via NPM and Brew (#417)
540
- * Allow uploading executables and debug symbols in one go (#412)
541
-
542
- ## sentry-cli 1.36.1
543
-
544
- * Fixes a bug that prevented listing and creating releases
545
-
546
- ## sentry-cli 1.36.0
547
-
548
- * Show project IDs in project listing (#384)
549
- * Fetch all projects, repos and releases if you have more than 100 (#388, #390)
550
- * Support debug symbols with DWARF 5 debug information (#389)
551
- * Fix `--no-environ` parameter in `send-event` (#391)
552
- * Remove a misleading success message in `send-event` (#397)
553
- * Improve debug logs and error output (#393, #394, #399)
554
-
555
- ## sentry-cli 1.35.6
556
-
557
- * Fix a bug introduced with the `--url-suffix` option in `upload-sourcemaps`
558
- * Fix broken commit detection for releases (#378, #381)
559
-
560
- ## sentry-cli 1.35.5
561
-
562
- * Add `--url-suffix` option for `upload-sourcemaps` (#373)
563
-
564
- ## sentry-cli 1.35.4
565
-
566
- * Additional compatibility improvements for the Docker image (#368)
567
-
568
- ## sentry-cli 1.35.3
569
-
570
- * Add a warning about new Docker entrypoint (#367)
571
-
572
- ## sentry-cli 1.35.2
573
-
574
- * Change entrypoint for Docker image (#358)
575
- * Use `perl` over `strftime` in bash hook (#359)
576
- * Fix iTunes Connect BCSymbolMap handling in `upload-dif` (#362)
577
- * Display error messages when re-uploading broken DIFs (#363)
578
-
579
- ## sentry-cli 1.35.1
580
-
581
- * Resolve a hang on certain windows versions on shutdown (#349)
582
-
583
- ## sentry-cli 1.34.0
584
-
585
- * Improve the error message for renamed projects (#330)
586
- * Fix appcenter commands on Windows (#331)
587
- * Fix grammar in some help texts (#337, @gorgos)
588
- * Fix frozen upload-dif on some Windows versions (#342)
589
-
590
- ## sentry-cli 1.33.0
591
-
592
- * Add support for AppCenter CLI for codepush releases (#327)
593
- * Deprecate the codepush CLI command (#327)
594
- * Fix a bug where commands would fail with connection errors
595
-
596
- ## sentry-cli 1.32.3
597
-
598
- * Skip invalid ZIP files during debug file upload (#320)
599
- * Generate better error messages for renamed projects (#321)
600
-
601
- ## sentry-cli 1.32.2
602
-
603
- * Compress debug symbols for faster uploads (#315)
604
- * Refactor `send-event` to include more consistent information (#316, #318)
605
-
606
- ## sentry-cli 1.32.1
607
-
608
- * Improve update prompts (#306, @danielcompton)
609
- * Support event environments in bash hook (#312, @geniass)
610
- * Use `DWARF_DSYM_FOLDER_PATH` in upload-dsym (#313)
611
- * Skip malformed object files during upload scan (#313)
612
-
613
- ## sentry-cli 1.32.0
614
-
615
- * Drop support for older macOS versions to work around an old xcode linker bug
616
-
617
- ## sentry-cli 1.31.2
618
-
619
- * Disabled automatic crash reporting
620
-
621
- ## sentry-cli 1.31.1
622
-
623
- * Fixed out of bounds panic for sourcemaps without sources (#299)
624
- * Fixed commit detection when VSTS was used (#300)
625
-
626
- ## sentry-cli 1.31.0
627
-
628
- * Restrict file permissions for newly created `.sentryclirc` (#296)
629
- * Fix `SENTRY_DSN` environment variable parsing for `send-event` action (#292)
630
- * Build statically linked `musl`-based binaries for Linux (#294)
631
- * Detect `HEROKU_SLUG_COMMIT` in propose-version (#298)
632
-
633
- ## sentry-cli 1.30.5
634
-
635
- * Add better error diagnostics (internal change, #288)
636
-
637
- ## sentry-cli 1.30.4
638
-
639
- * Show correct identifiers when uploading Windows symbols (#280)
640
-
641
- ## sentry-cli 1.30.3
642
-
643
- * Attempted to make the windows executable more portable (#269)
644
- * Fixed the JavaScript API (#270)
645
- * Fixed a bug where breadcrumbs were not always sent (#268)
646
-
647
- ## sentry-cli 1.30.2
648
-
649
- * Fixed #252
650
-
651
- ## sentry-cli 1.30.1
652
-
653
- * Expose `execute` on SentryCli js wrapper
654
-
655
- ## sentry-cli 1.30.0
656
-
657
- * Improve the upload for debug information files. It is now faster, allows to resume after network errors, and supports much larger files.
658
- * Add commands to upload Breakpad and ELF (Linux) symbols. See our [documentation page](https://docs.sentry.io/learn/cli/dif/) for more information.
659
- * Fix JavaScript tests on Windows
660
-
661
- ## sentry-cli 1.29.1
662
-
663
- * Fix NPM installation on Windows
664
-
665
- ## sentry-cli 1.29.0
666
-
667
- * **BREAKING**: Drop support for Node 0.12. Please pin version `1.28.4` or install sentry-cli using a [different method](https://docs.sentry.io/learn/cli/installation/#automatic-installation) if you still require Node 0.12.
668
- * Fix NPM installation behind proxies
669
- * Remove console output when using the JS interface
670
-
671
- ## sentry-cli 1.28.4
672
-
673
- * Revert `Info.plist` handling to pre-`1.27.1` as it was causing issues when the `"Preprocess Info.plist File"` setting was turned on in Xcode
674
- * Include CA certificates in the Docker container
675
-
676
- ## sentry-cli 1.28.3
677
-
678
- * Reverted new config handling because of problems it caused.
679
-
680
- ## sentry-cli 1.28.2
681
-
682
- * Fixed use of `SENTRYCLI_CDNURL` to override the npm download URL. See the [documentation](https://docs.sentry.io/learn/cli/installation/#installation-via-npm) for more information
683
- * Better handling of environment variables and config files. Please let us know if one of your configuration files or environments doesn't get recognized anymore after the update
684
- * The official docker image is now smaller and does not require dependencies anymore
685
- * Replaced confusing errors when using `codepush` with hints to resolve the error
686
-
687
- ## sentry-cli 1.28.1
688
-
689
- * Expose getPath() to not break setups
690
-
691
- ## sentry-cli 1.28.0
692
-
693
- * Change JS bindings to be conform with the cli interface
694
- Please note that this is a breaking change if you used the JS interface before.
695
-
696
- ## sentry-cli 1.27.1
697
-
698
- * Read from the correct `Info.plist` in XCode builds, courtesy of @adbi
699
- * Allow to specify device family and model in `send-event`, courtesy of @kirkins
700
- * Supply environment variables when using the JavaScript API
701
- * Allow to override the NPM download URL via `SENTRYCLI_CDNURL` environment variable
702
-
703
- ## sentry-cli 1.27.0
704
-
705
- * Support all options in the JS binding for `upload-sourcemaps`, courtesy of @montogeek
706
- * Enable automatic IP addresses when sending events with `send-event`, courtesy of @kirkins
707
- * No longer require secret keys to send events with `send-event`
708
- * Improve and speed up debug symbol handling in `upload-dsym`
709
-
710
- ## sentry-cli 1.26.1
711
-
712
- * Faster discovery of debug symbols in `upload-dsyms`
713
- * Fix a bug in sourcemap uploading via JS, courtesy of @roelvanhintum
714
- * Security update to OpenSSL 1.0.2n for Linux builds
715
- * Fix a SSL verification command line flag
716
-
717
- ## sentry-cli 1.26.0
718
-
719
- * The npm package has moved to [`@sentry/cli`](https://www.npmjs.com/package/@sentry/cli)
720
- * Installing with npm on Windows now downloads the 64-bit version
721
- * Exit with a proper error code when `send-event` fails, courtesy of @kirkins
722
- * More informative errors on failed API requests
723
- * No more annoying update reminders in the Docker images
724
-
725
- ## sentry-cli 1.25.0
726
-
727
- * Do not run update nagger if the command is not connected to a terminal
728
- * Source map uploading now correctly determines sourcemap references even if the rewrite
729
- flag is not passed.
730
- * There is an offical Docker image with `sentry-cli` preinstalled:
731
- `docker run --rm -it -v $(pwd):/work getsentry/sentry-cli sentry-cli --help`
732
- * Added support for automatically determining corvoda releases.
733
-
734
- ## sentry-cli 1.24.1
735
-
736
- * Fix an issue with bash hooking not working if sentry-cli was installed on a path
737
- containing whitespace
738
-
739
- ## sentry-cli 1.24.0
740
-
741
- * Improved sending events from bash. See
742
- [Sending Events](https://docs.sentry.io/learn/cli/send-event) for more information
743
- * Hook into bash and send events for failed commands automatically. See
744
- [Bash Hooks](https://docs.sentry.io/learn/cli/send-event/#bash-hook) for more
745
- information
746
- * Set `SENTRY_LOAD_DOTENV=0` to disable automatic loading of `.env` files
747
- * Fix an issue where `info.plist` files were not resolved in XCode projects
748
- * Fix an issue where the `PROJECT_DIR` environment was not used correctly
749
-
750
- ## sentry-cli 1.23.0
751
-
752
- * Fix a bug that prevented uploads of ProGuard mapping files on Windows
753
- * Improve command and parameter descriptions (`--help`)
754
- * Updated dependencies
755
-
756
- ## sentry-cli 1.22.0
757
-
758
- * Add `--ignore` and `--ignore-file` parameters to `upload-dsyms`
759
- * Fix some typos in the CLI (thanks @mbudde and @AdrienDS)
760
-
761
- ## sentry-cli 1.21.0
762
-
763
- * Fix codepush command for android
764
- * Fixed added bitbucket provider support #115
765
-
766
- ## sentry-cli 1.20.0
767
-
768
- * Updated dependencies
769
- * Added encoding detection for javascript files
770
- * Added bitbucket provider support
771
- * Fixed an issue where codepush was not passing the right plist to the parser
772
-
773
- ## sentry-cli 1.19.1
774
-
775
- * Resolved an issue where sourcemaps were not uploaded (#112)
776
-
777
- ## sentry-cli 1.19.0
778
-
779
- * Added support for preprocessor `info.plist` files
780
- * Unified `info.plist` handling in all places
781
- * Added basic validation for the API URL to avoid common user errors
782
- * Resolved an issue with NPM releases on ES5 environments
783
- * Resolved an issue where `releases propose-version` incorrectly required an org to be
784
- passed
785
- * Added support for handling `BCSymbolMap` files when uploading dsym files
786
-
787
- ## sentry-cli 1.18.0
788
-
789
- * Ensure parent directories exist when writing Proguard meta properties.
790
- * Write Proguard properties even if upload is disabled.
791
- * Reject leading/trailing spaces in releases.
792
-
793
- ## sentry-cli 1.17.0
794
-
795
- * Made npm install compatible with ES5
796
- * Solved a potential issue with spaces in file paths for npm installation
797
- * Added automatic update check (can be disabled with `update.disable_check` in the config
798
- or the `SENTRY_DISABLE_UPDATE_CHECK` environment variable)
799
- * Resolved a crash when uploading empty files
800
- * Lowered default symbol upload size to work around some server limitations
801
-
802
- ## sentry-cli 1.16.0
803
-
804
- * added ability to upload proguard files with a forced UUID
805
- * added `difutil uuid` command to print the UUID(s) of a mapping file to stdout
806
-
807
- ## sentry-cli 1.15.0
808
-
809
- * Improved the `no-upload` flag to proguard upload
810
- * Added debug info files debug commands
811
-
812
- ## sentry-cli 1.14.0
813
-
814
- * Added support for disabling desktop notifications (only affects xcode builds so far)
815
- * Added support for uploading proguard files on supported sentry server versions
816
-
817
- ## sentry-cli 1.13.3
818
-
819
- * Fixed installation for npm
820
-
821
- ## sentry-cli 1.13.2
822
-
823
- * Put `sentry-cli.exe` directly into the `bin/` folder on windows for npm installations
824
-
825
- ## sentry-cli 1.13.1
826
-
827
- * Fixed another issue with yarn redownloading binaries
828
-
829
- ## sentry-cli 1.13.0
830
-
831
- * Added `dist` support for send-event
832
- * Improved download script for npm installs to not download unnecessarily with yarn.
833
-
834
- ## sentry-cli 1.12.0
835
-
836
- * Added support for explicit bundle IDs for codepush releases
837
- * Added `--print-release-name` to print out the release name for codepush releases to the
838
- command line to improve scripting capabilities
839
- * Extended `propose-version` for releases to support iOS and android release names if
840
- projects are automatically discovered
841
- * Parse grade files instead of android manifests for version and bundle IDs for release
842
- detection
843
- * Fix broken xcode notifications when projects where opened from the command line
844
- * Fixed limitations in automatically detecting the bundle IDs for xcode projects
845
-
846
- ## sentry-cli 1.11.1
847
-
848
- * Resolved an issue where sourcemap uploading failed when empty files were encountered
849
-
850
- ## sentry-cli 1.11.0
851
-
852
- * Initial work for codepush support (pending support in `react-native-sentry`)
853
- * Moved `react-native-xcode` to `react-native xcode`
854
- * Added support for `${FOO}` style variable expansion in xcode
855
-
856
- ## sentry-cli 1.10.2
857
-
858
- * Fixed an issue for windows npm installation
859
- * Stop generating a debug log file in `/tmp` for npm on unixes
860
-
861
- ## sentry-cli 1.10.1
862
-
863
- * fixed a bug that caused the npm install to fail
864
-
865
- ## sentry-cli 1.10.0
866
-
867
- * Added user support for `send-event`
868
-
869
- ## sentry-cli 1.9.2
870
-
871
- * Improved logging facilities
872
- * Fixed npm installation on windows
873
-
874
- ## sentry-cli 1.9.1
875
-
876
- * Changes sourcemap rewriting to ignore bad files on source inlining.
877
- * Fixed a bug in the JSON output of the `info` command.
878
-
879
- ## sentry-cli 1.9.0
880
-
881
- * Added support for referring to previous hashes in `set-commits` with `OLD_REV..NEW_REV`
882
- * Resolve tags and other refs (like `HEAD`) in commits when a repo is available
883
- * Use newer protocol for release commit updating
884
- * Strip commit SHAs for display
885
- * Strip dotted path prefixes in release names for display
886
-
887
- ## sentry-cli 1.8.1
888
-
889
- * Change the log format for api headers in debug logging
890
- * Added request headers to debug logging
891
-
892
- ## sentry-cli 1.8.0
893
-
894
- * The `info` command now returns an exit code of 1 in case the config is incomplete
895
- * Added `--config-status-json` to the `info` command to better support sentry-cli invoked
896
- from scripts
897
- * dsym batches are now calculated by size and not by file count. This should solve a few
898
- 413 errors some users are experiencing
899
- * The dsym upload will now skip over files that do not contain DWARF debug information
900
- which resolves issues where release files were uploaded as debug symbols instead of the
901
- actual dsym files
902
-
903
- ## sentry-cli 1.7.0
904
-
905
- * Sourcemap uploads now automatically replace previous files with the same name.
906
- * Honor `CLICOLOR` environment variable
907
- * Added progress bars for source map and debug symbol upload
908
- * No longer attempt to upload multiple versions of debug symbols with the same UUID. This
909
- was an issue where signed and unsigned debug symbols were discovered in derived data in
910
- case of debug builds.
911
- * Support `--validate` and `--rewrite` in one command better for source map upload.
912
-
913
- ## sentry-cli 1.6.0
914
-
915
- * Added `--fingerprint` support to `send-event`
916
- * Added distribution support.
917
-
918
- **Breaking Change**: releases managed for react-native and mobile are now using the new
919
- distribution feature. Use older versions of `sentry-cli` if you do not wish to manage
920
- distributions on self hosted Sentry versions.
921
-
922
- ## sentry-cli 1.5.0
923
-
924
- * Added `--uuid` parameter to `upload-dsym`
925
- * Added `--no-zips` parameter to `upload-dsym`
926
- * Added `--derived-data` parameter to `upload-dsym`
927
-
928
- ## sentry-cli 1.4.1
929
-
930
- * resolved an issue with some features of xcode variable expansion not working correctly
931
-
932
- ## sentry-cli 1.4.0
933
-
934
- * Added basic support for working with the improved relases API that span projects in an
935
- org
936
- * Added deploy support
937
-
938
- ## sentry-cli 1.3.0
939
-
940
- * improved file and release list rendering
941
- * added `sentry-cli releases propose-version`
942
-
943
- ## sentry-cli 1.2.0
944
-
945
- * Resolved references to sourcemaps sometimes being incorrectly detected
946
- * Resolved an issue where an incorrect Info.plist file was found (#48)
947
- * Added support for `.env` files
948
- * Better support SSL CA bundles on linux systems (probe more locations)
949
- * Added `--finalize` option to automatically finalize releases on creation
950
- * Improved `sentry-cli info` command rendering and clarity
951
- * Added background processing for `sentry react-native-xcode`
952
-
953
- ## sentry-cli 1.1.0
954
-
955
- * `upload-dsyms` when launched from xcode will now upload symbols in the background and
956
- notify with OS X notifications about changes
957
-
958
- ## sentry-cli 1.0.0
959
-
960
- * Added support for associating dsyms with builds on supporting sentry servers
961
-
962
- ## sentry-cli 0.28.0
963
-
964
- * Improved validation of parameters and error reporting
965
- * Added progress bar to updater
966
- * Added command to finalize releases
967
-
968
- ## sentry-cli 0.27.1
969
-
970
- * Resolved an issue that the xcode integration for react native would log out a bogus
971
- error
972
-
973
- ## sentry-cli 0.27.0
974
-
975
- * Added support for fetching sourcemaps from react-native's packager
976
- * Resolved an issue with some sourcemaps not rewriting correctly
977
-
978
- ## sentry-cli 0.26.0
979
-
980
- * Added `react-native-xcode` command to support react-native sourcemap generation and
981
- uploading
982
- * Automatically create releases on sourcemap upload
983
-
984
- ## sentry-cli 0.25.0
985
-
986
- * Resolved an issue that caused windows versions to write backslashes in URLs in release
987
- artifacts
988
-
989
- ## sentry-cli 0.24.0
990
-
991
- * Fix zip upload
992
-
993
- ## sentry-cli 0.23.0
994
-
995
- * Added support for upcoming reprocessing feature on sentry for dsym uploads.
996
-
997
- ## sentry-cli 0.22.0
998
-
999
- * Improved dsym uploading support (fixes #29)
1000
-
1001
- ## sentry-cli 0.21.1
1002
-
1003
- * Resolved an issue where release builds of react-native would not automatically find the
1004
- sourcemap references
1005
-
1006
- ## sentry-cli 0.21.0
1007
-
1008
- * Upon sourcemap uploading the `sentry-cli` tool is now automatically attempting to find
1009
- matching sourcemaps and emit a `Sourcemap` header with the correct reference. This helps
1010
- in situations like react-native where the source reference in the file is malformed or
1011
- points to a non existing file by default
1012
- * fixed a bug with the `--rewrite` flag on the upload sourcemaps tool which caused
1013
- incorrect sources to be inlined. This is now properly supported.
1014
- * `--strip-common-prefix` on the upload sourcemaps tool now skips over paths which are not
1015
- absolute.
1016
-
1017
- ## sentry-cli 0.20.0
1018
-
1019
- * added support for sourcemap rewriting. This will automatically inline sourcecode and
1020
- flatten indexed sourcemaps and can optionally remove prefixes from source paths. This is
1021
- useful for react native which otherwise will not work since sourcecode is not contained.
1022
-
1023
- ## sentry-cli 0.19.5
1024
-
1025
- * Improved symbol uploading
1026
-
1027
- ## sentry-cli 0.19.4
1028
-
1029
- * Improved logging of http requests
1030
- * Fixed an issue that caused a crash if the `TERM` environment variable was not set
1031
-
1032
- ## sentry-cli 0.19.3
1033
-
1034
- * Recompiled for Linux to better support arch linux and others
1035
-
1036
- ## sentry-cli 0.19.2
1037
-
1038
- * Resolved issue with multi-chunk dsym uploads failing
1039
-
1040
- ## sentry-cli 0.19.1
1041
-
1042
- * Changed domain to `sentry.io`
1043
-
1044
- ## sentry-cli 0.19.0
1045
-
1046
- * Improved handling of `SENTRY_DSN` so that it can be set to an invalid value and
1047
- `sentry-cli` continues functioning unless you are trying to send an actual event.
1048
-
1049
- ## sentry-cli 0.18.0
1050
-
1051
- * added the new `issues` command to bulk manage issues
1052
-
1053
- ## sentry-cli 0.17.0
1054
-
1055
- * Added support for debug logging
1056
-
1057
- ## sentry-cli 0.16.1
1058
-
1059
- * Upgraded the internal SHA1 library
1060
-
1061
- ## sentry-cli 0.16.0
1062
-
1063
- * Added support for `http.proxy_url`
1064
- * Added support for `http.proxy_username`
1065
- * Added support for `http.proxy_password`
1066
-
1067
- ## sentry-cli 0.15.0
1068
-
1069
- * Added support for the `http.keepalive` setting
1070
-
1071
- ## sentry-cli 0.14.0
1072
-
1073
- * added proxy support
1074
- * removed global dsym uploading which is now done differently
1075
-
1076
- ## sentry-cli 0.13.1
1077
-
1078
- * Fixed an issue that caused validation of sourcemaps to fail if wildcard paths (`~/`)
1079
- were used.
1080
-
1081
- ## sentry-cli 0.13.0
1082
-
1083
- * Default sourcemap url prefix to `~` to support the new wildcard feature
1084
-
1085
- ## sentry-cli 0.12.1
1086
-
1087
- * Fixed windows support by bundling OpenSSL statically
1088
-
1089
- ## sentry-cli 0.12.0
1090
-
1091
- * Added basic windows support
1092
- * Added `send-event` to submit events to Sentry
1093
-
1094
- ## sentry-cli 0.11.0
1095
-
1096
- * Added `login` command.
1097
-
1098
- ## sentry-cli 0.10.1
1099
-
1100
- * Made missing ref failures on non minimized JS files warnings instead of errors
1101
-
1102
- ## sentry-cli 0.10.0
1103
-
1104
- * Added support for basic sourcemap validation with the `--validate` flag
1105
-
1106
- ## sentry-cli 0.9.0
1107
-
1108
- * Ignore `--ext` for explicitly provided files on sourcemap uploads
1109
- * Properly handle `--ext`
1110
-
1111
- ## sentry-cli 0.8.0
1112
-
1113
- * Added the ability to upload individual sourcemaps as files
1114
-
1115
- ## sentry-cli 0.7.0
1116
-
1117
- * Added `info` command
1118
- * Addded `.sentryclirc` config file support
1119
-
1120
- ## sentry-cli 0.6.0
1121
-
1122
- * Updated release commands
1123
-
1124
- ## sentry-cli 0.5.1
1125
-
1126
- * Fixes uninstall support
1127
-
1128
- ## sentry-cli 0.5.0
1129
-
1130
- Added basic sourcemap support.
1131
-
1132
- ## sentry-cli 0.4.0
1133
-
1134
- Added sudo support to the update command.
1135
-
1136
- ## sentry-cli 0.3.0
1137
-
1138
- Updated sentry CLI to have improved x-code dsym upload support and added an update
1139
- command.
1140
-
1141
- ## 0.2.0 - Alpha Release
1142
-
1143
- Added support for sentry auth tokens.
1144
-
1145
- ## 0.1.0 - Initial Release
1146
-
1147
- An initial release of the tool.