"You know what they say. Fool me once, strike one, but fool me twice... strike three." — Michael Scott
- ref: Prevent @vercel/nft and similar tools from including binary file in their bundles (#1207) by @kamilogorek
- ref: Use node-fetch@v2 for the simplicity sake (#1206) by @kamilogorek
- ref: Make
--headera global flag so its position independent (#1194) - ref: Restore
monitorsas hidden command w. integration tests (#1196) - ref: Restore
bash-hookas hidden command w. integration tests (#1197)
- fix: Remove
fetch.FetchErrorusage in favor of catch-all clause (#1193) by @kamilogorek - ref: Restore and hide legacy aliases from 1.x for backward compatibility (#1192) by @kamilogorek
- fix: Allow hyphenated release names with any flags position (#1187) by @kamilogorek
This is the first, long-overdue major release in over 5 years of sentry-cli's life. Some APIs were removed, some reworked, some newly added.
Most of introduced API changes are backward compatible through hidden aliases, so there is no immediate need for users developing 3rd party tools to make all the changes immediatelly. We do however encourage everyone to do it sooner or later, as deprecated items will be removed in the next major releases.
Breaking changes are denotated with (breaking) tag, and appropriate required changes are provided for each entry.
- feat: Add
debug-filescommand, which is a joined functionality ofdifutilandupload-difcommands. - feat: Add
deployscommand, which was extracted fromreleases deployssubcommand. - feat: Add
filescommand, which was extracted fromreleases filessubcommand. - feat: Add
sourcemaps uploadcommand, which was extracted fromreleases files upload-sourcemapssubcommand. - feat: Add
sourcemaps resolvecommand. - feat: Allow for specifying global
--headerargument, which supports multiple occurences, to configure outgoing requests - feat: Implement global
--quiet/--silentflags to allow silencingstdoutoutput (This flag is currently implemented only for selected subcommands)
- ref: Remove
react-native codepushsubcommand (usereact-native appcenterinstead) (breaking) - ref: Remove
react-native-gradleandreact-native-xcodecommands (usereact-native gradleandreact-native xcodeinstead) (breaking) - ref: Remove
crash_reportingrelated code andwith_crash_reportingcrate feature (no required changes) (breaking) - ref: Remove
SENTRY_NO_PROGRESS_BARenv var in favor ofSENTRYCLI_NO_PROGRESS_BAR(rename env variable) (breaking) - ref: Hide
difutil idsubcommand (usedebug-files checkinstead) - ref: Hide
upload-dsymcommand (usedebug-files uploadinstead) - ref: Make
releases upload-sourcemaps --rewritea default behavior now ref: Removerestored in 2.0.2 as hidden aliasupload-dsymcommand (usedebug-files uploadinstead) (breaking)ref: Removerestored in 2.0.2 as hidden aliasdifutil idsubcommand (usedebug-files checkinstead) (breaking)ref: Remove- restored in 2.0.3 as hidden commandmonitorscommand (support for this feature has been dropped) (breaking)ref: Remove- restored in 2.0.3 as hidden commandbash-hookcommand (use1.xif you still need the functionality) (breaking)
- ref: Update minimal required
nodeversion tov12(update node version) (breaking) - ref: Rename
--headerargument ofreleases files uploadcommand to--file-header(rename flag) (breaking) - ref: Rename
CUSTOM_HEADERtoSENTRY_HEADERanddefaults.custom_headertohttp.header(rename env variable or update config file) (breaking) - ref: Make
ignore-emptyforreleases set-commitsa default behavior and hide--ignore-emptyflag (remove--ignore-emptyusage) (breaking)
- feat: Implement
--quietflag forreleases upload-sourcemapscommand - feat: Implement
--quietflag fordifutil checkcommand - ref: Make
--auth-tokena global argument - ref: Make all
ProgressBarinstances and logs always write tostderr - ref: Migrate error handling from
failuretoanyhowcrate
- deps: Update symbolic and git-rs crates (#1170) by @kamilogorek
- ref: Filter non-error goblin logs (#1169) by @kamilogorek
- ref: Use provided version in release log messages (#1162) by @kamilogorek
- revert: ref: Dont run install script using node binary #1151 (#1155) by @kamilogorek
- ref: Make org and project flags position independent (#1153) by @kamilogorek
- ref: Dont run install script using node binary (#1151) by @kamilogorek
- feat: Add show-projects and show-commits flags to 'releases info' command (#1144) by @kamilogorek
- ref: Rework find_id function of difutil find (#1149) by @kamilogorek
- ref: Rework find_matching_rev tests to not use our real repo history (#1147) by @kamilogorek
- deps: Update git2 crate to 0.14.1 to support custom git extensions (#1140) by @kamilogorek
- ci: Change stale GitHub workflow to run once a day (#1141) by @kamilogorek
- install: Rename SENTRY_NO_PROGRESS_BAR flag to SENTRYCLI_NO_PROGRESS_BAR (#1132) by @kamilogorek
- feat: Allow for using local binary through SENTRYCLI_USE_LOCAL env (#1129) by @kamilogorek
- ref: Dont panic on malformed xcodeproj directories (#1127) by @kamilogorek
- feat: Add checksum validation for installed binaries (set
SENTRYCLI_SKIP_CHECKSUM_VALIDATIONto opt-out) (#1123) - fix: Detect unwind and debug information in files linked with
gold(#1124) - ref: Silence progress bar in CI environments by default (#1122)
- feat: Use default xcode values for plist struct (#1111)
- fix: Fixes a panic when inspecting debug files larger than 4GB (#1117)
- ref: Update log message when bundle ID is missing (#1113)
- fix: Dont include
debug_idduring assemble when not PDBs are not supported (#1110) - ref: Remove all release files instantaneously with
--allflag (#1108)
- feat: Add
CUSTOM_HEADERsupport to JS wrapper (#1077) - feat: Add
SENTRYCLI_SKIP_DOWNLOADflag for preventing download (#1074) - feat: Allow for configuring max item size for dif bundles (#1099)
- fix: Prevent daemonize mode from crashing upload process (#1104)
- fix: Restore logger initialization (#1102)
- ref: Box
ParseDif::Objectvalue to prevent large enum variant (#1094) - ref: Rename ini group from
dsymtodifwith a fallback (#1103) - ref: Show
projectflag for releases command (#1065)
- feat: Add optional positional argument to
send-eventthat allows to specify a path to JSON serialized events (#1058) - fix: Handle
SENTRY_CLI_NO_EXIT_TRAPunbound variable (#1059)
- feat: Add
SENTRY_CLI_NO_EXIT_TRAPflag to control EXIT trap inbash-hookcommand (#1050) - fix: Remove warning about relative urls for chunk uploads (#1054)
- fix: Typo in
vscRemoteTS type (#1052) - fix: Use internal timer for ProgressBar duration (#1055)
- ref: Update dockerfile alpine image (#1057)
- feat: Add
no-uploadflag forupload-difcommand (#1044) - feat: Add support for glob patterns in
upload-sourcemapscommand (#1048) - feat: Allow to load dotenv from non-standard path through
SENTRY_DOTENV_PATH(#1046) - fix: Follow symlinks when traversing during sourcemaps upload (#1043)
- ref: Use
SOURCE_VERSIONfirst prior toHEROKU_SLUG_COMMITin Heroku (#1045)
- misc: Re-release of
1.69.0due to malformed artifacts
- feat: Print upload context details (#1016)
- feat: Allow for changing log stream through
SENTRYCLI_LOG_STREAMvariable (#1010) - fix: Set archString to
armv7whenarch="arm"(#1024) - fix: Dont render progress bar when content length is missing (#1011)
- fix: Do not supply
debug_idfor object files (#981) - ref: Update
symbolicto8.3.1(#1033) - ref: Hide
upload-symbol-mapsflag forupload-difcommand (#1017)
- feat: Add ability for
includein JS sourcemap upload options to be an object (#1001)
- fix: Correctly resolve paths with hashes in
url_to_bundle_path(#1000) - ref: Provide JSDocs for TS typings, change
started/finishedtonumber|string, addignoreEmptyto JS API (#999) - ref: Add
npm_config_cache_folderto function of getting cache (#998)
- feat: Print sourcemaps/files operations timings information (#995)
- feat: Add
--ignore-emptyflag toreleases set-commitcommand, that will not bail command when no patchset is created (#993) - feat: Add
--rawand--delimiterflags toreleases listcommand (#994)
- feat: Allow to define a custom
releaseanddistfor XCode SourceMaps upload (#967) - feat: Support custom request header through
CUSTOM_HEADERenv variable andhttp.custom_headerconfig (#970) - fix: Add missing
ignoreMissingflag forsetCommitcommand to JS API (#974) - fix: Change ignore-missing to flag with 'long' modifier (#965)
- feat: Allow for ignoring missing commits in set-commit with
--ignore-missingflag (#963) - feat: Support BCSymbolMap uploading (#952)
- ref: Rely on spawn process error for detecting command presence (#958)
- fix: Redirect spawned JS process outputs to
/dev/nullinstead of filling up pipe buffers (#949) - ref: Allow
upload-difto follow symlinks to make it inline withdifutilbehavior (#948)
- feat: Add TypeScript
SentryClitypes (#934) - ref: Provide a helpful error messages for xcode/codepush/appcenter binary calls (#937)
- feat: List logging levels on CLI output (#926)
- fix: Update proguard version (#927)
- fix: Run update nagger only for versions lower than current one (#925)
- fix: Add some npm logging to aid in troubleshooting (#921)
- fix: Correctly detect hidden Swift symbols (#918)
- fix: Rename
arm64asaarch64in install script (#917) - fix: Verify CLI installation before launching (#916)
- build: ARM for Linux (#890)
- ref:
is_outdatedshould not report when release contains version older than latest (#899)
- fix: Detect debug information in MIPS binaries (#897)
- fix: Use
http_proxyconfig value in the handler directly (#893) - fix: Limit chunk upload waiting to 5 minutes (#896)
- ref: Prefer universal binaries in homebrew (#879)
- ref: Prefer universal binaries on macOS (#878)
- build: macOS arm64 on stable Rust (#884)
- build: Build universal macOS binary on macos-latest (#877)
- fix: Add missing underscores for template in bash hook (#872)
- feat: macOS builds for
arm64and universal binaries (#873)
Sentry-cli will not upgrade to the arm64 build automatically, if you're currently running on Rosetta 2. To install the arm64 version:
- Please ensure that your terminal and shell both run natively without emulation. You can check this by running
uname -min your terminal. - Remove your existing installation of
sentry-cli. - Follow the Installation Instructions for a fresh installation.
- fix: Restore release modification calls to use put request, while preserving restore/archive capability (#870)
- feat: Added support for WASM debug info files (#863)
- feat: Allows the user to specify multiple projects for a release (#842)
- feat: Add cli arg to override sentry-cli command in bash-hook (#852)
- ref: Remove --rewrite flag and make it a default (#853)
- feat: Expose environment configuration in javascript (#830)
- ref: Use better error messages for install script (#833)
- feat: Allow for passing custom timestamp with
send-event(#826) - fix: OS arch detection for
IA32(#824)
- fix: Use updated release name format during upload process (#818)
- feat: Add support for architectures other than x86/x64 when running installation script (#811)
- feat: Add
--confirmflag to skip confirmation prompt during uninstall command (#812) - misc: Upgrade symbolic to
7.5.0(#813)
- fix: Path handling edgecases for
upload-dif(#795) - fix: Dont limit commits count for release updates (#808)
- ref: Update Android/iOS releases format (#805)
- feat: add support for CicleCI (#784)
- fix: Default to sending local commits if no repos linked (#791)
- ref: Make Update Nagger less aggressive (#793)
- feat: Release files batch upload (#715)
- feat: Add pipeline env variable option and include it in UA string (#774)
- feat: Upload formatted commit metadata from local git tree to Sentry for a release (#776)
- feat: Provide flag for allowing failures in monitor command (#780)
- fix: Do not error when offsetting too far on enumeration (#746)
- fix: Update base "alpine" image in Dockerfile (#757)
- fix: Allow for release names with leading hyphen (#770)
- fix: Handle teamless projects correctly (#773)
- fix: Parse BitBucket Server integration repo url correctly (#775)
- ref: Switch from symbolic::proguard to proguard crate (#756)
- feat: Add
--no-environparameter tobash-hook(#745) - feat: Allow for disabling install progress-bar without silencing npm using
SENTRY_NO_PROGRESS_BARenv var (#754) - fix: Use correct required option to
newDeployJS api (#755)
- feat:
releases deploysJavaScript API (#741) - fix:
--log-levelshould be case insensitive (#740)
- fix: Dont panic on unknown log level (#733)
- ref: Use temp dir to store jsbundle maps (#737)
- fix: Correctly store child process before attaching handlers (#718)
This release sets node.engine: >=8 which makes it incompatible with Node v6
If you need to support Node v6, please pin your dependency to 1.52.1
or use selective version resolution: https://classic.yarnpkg.com/en/docs/selective-version-resolutions/
- feat: Support Google Cloud Builder VCS detection (#481)
- fix: Mark files as unusable withid (#709)
- fix: Respect
configFilefor release commands invoked through JS API (#700)
- feat: Add an optional argument to override the entire release name for a CodePush release (#692)
- feat: Introduce
g/globalflag forlogincommand (#690) - feat: Add support for
INFOPLIST_OTHER_PREPROCESSOR_FLAGS(#682) - feat: Detect CodeBuild slug for
propose-version(#681) - feat: Show project and organization when using info log level (#670)
- feat: Add
bitbucket_serverto reference url check (#668) - fix: Log config path only when its actually loaded (#677)
- fix: Make sure that requests are not authenticated twice and warn for rel urls (#675)
- fix: Override local
env.SENTRY_PROPERTIESrather than globalprocess.env(#667) - fix:
react-nativexcode uses regex to detect Debug builds (#665) - meta: Add Linux support to the Homebrew formula (#674)
- fix: Skip files larger than 1MB (#662)
- feat: Add
distoption toreact-native appcentercommand (#653) - ref: Notify user about missing
sudocommand instead of incorrect "No such file or directory" when updating/uninstallingsentry-cli(#656) - fix: Remove redundant
Closing connection 0warnings after every HTTP request (#657) - fix: Update release structure for XCode React Native calls (#660)
- feat: Allow setting of
gitremote (#637) - feat: Expose code IDs from
difutilcheck (#639) - feat: Implement workarounds for dealing with hermes bytecode (#646)
- feat: Allow for
--silentflag in installation script (#648) - feat: Support
distoption in JS API (#642) - ref: Treat
301/302upload_chunksresponse codes as errors (#651) - fix: Add
Content-Length=0header to reprocessing POST request (#647)
- Add support for
git://,git+ssh://, andgit+https?://VCS repos (#636) - Allow overriding dist in Xcode (#627)
- Skip pch and large files in source bundles (#624)
- Detect Heroku's
SOURCE_VERSIONenvironment variable (#613) - Allow extensions with dots for sourcemap uploads (#605)
- Fix validation of
releases set-commitsoptions in JS (#618) - Add an optional column for project slugs in
releases list(#612) - Add an optional
--waitflag for upload-dif (#619)
NOTE: This release changes the default behavior of upload-dif. Previously,
the command waited until Sentry had fully processed uploaded files. Now, the
command terminates after a successful upload but does not wait for server-side
processing. This will speed up uploads for the common case. Specify --wait for
the old behavior if you want to make sure that debug files are available before
sending native events.
- Add support for Brotli, GZip and Deflate compression algorithms for binary download (#607)
- Fix binary download progress bar calculations (#606)
Changes:
- Always show the full version in
releases list(#584). - Do not warn when using the standard docker entrypoint.
JavaScript API:
- Pass the
silentoption toreleasescommands in JavaScript (#552). - Allow setting commits on a release in JavaScript (#580).
Fixed bugs:
- Fix an error in the bash hook if the log file gets deleted (#583).
- Fix detection of Azure repositories in
releases set-commits(#576). - Fix detection of annotated tags in
releases set-commits(#598). - Fix normalization of sourcemap URL prefixes with trailing slashes (#599).
- Fix upload of source bundles created with
difutil bundle-sources(#602).
- Fix potentially broken payloads in
send-event.
- Trim whitespace in header values to prevent potential header injections through the auth token header. (#563)
- Improved Azure DevOps URL parsing. (#556)
- Relax the release file limit for sourcemap uploads when artifact bundles are supported by the serntry server (#559)
- Allow ports in VCS urls when associating commits (#551)
- Support PDB and PE uploads to Sentry (#553)
- Emit better version names for react native (#506)
- Fix a regression in sourcemap uploads for certain release names (#549)
- Ensure case insensitive git repository matching (#511)
- Fix a regression with URL prefixes in sourcemap uploads (#544)
- Even faster sourcemap uploads to sentry.io (#540, #542)
- Fixed a segfault in curl on empty file uploading (#535)
- Parallelize source map uploads (#533)
- Add support for File RAM Bundles (#528)
- Accept more Azure DevOps URLs (#525)
- Add support for Indexed RAM Bundles (#523)
- Add "silent" option to JS constructor (#512)
- Fix slow unzipping in debug file upload (#519)
- Warn before uploading more than 20.000 files to a release (#513)
- Recognizes GNU compressed debug files on Linux
- Also uploads Breakpad files and ELF files only containing symbol tables
- Automatically retry on various socket and SSL errors (#466, #490)
- Use a connection pool for the outgoing API requests. This is likely to resolve some issues in curl itself that manifested itself as malloc errors on shutdown (#489)
- Upgrade internal dependencies and shrink overall binary (#488)
- Upgrade internal sentry crate
- Fix Proguard upload issues on Windows (#484).
- Release enabling an internal sentry experiment.
- Fix plist parsing
- Upgraded symbolic which offers support top R8 code shrinker.
- Added
SENTRY_NO_PROGRESS_BARenvironment variable to suppress progress bars (#467) - Fixed an issue where dif uploads would indicate failure if no files where to upload.
- Report non zero status for server side processing errors on dif upload (#465)
- Improve error messages for 502/504 (#459)
- Relax VCS url comparisions to improve on-prem support
- Retry on upload-related operations (chunk-upload, assemble) (#456)
- Add new anylog version (#455)
- Fix the detection of debug information in ELF files (#437)
- Add support for ELF files in the
difutilcommands (#447) - Speed up
sentry-cli updateby using the Sentry release registry (#438) - Dump http requests in debug mode for better debugging (#448)
- Support React Native >= 0.46 (@stephan-nordnes-eriksen, #377)
- Cache binaries to speed up NPM package installation (@timfish, #425)
- Check for successful upload of debug files (#429)
- Limit debug file uploads to 2GB (maximum allowed by Sentry) (#432)
- Add support for GitLab in
releases set-commits(#419) - Fix a bug where uploaded debug files might show up as "Generic" (#420)
- Print out how sentry-cli was invoked in debug log
- Download packages from Fastly's CDN when installing via NPM and Brew (#417)
- Allow uploading executables and debug symbols in one go (#412)
- Fixes a bug that prevented listing and creating releases
- Show project IDs in project listing (#384)
- Fetch all projects, repos and releases if you have more than 100 (#388, #390)
- Support debug symbols with DWARF 5 debug information (#389)
- Fix
--no-environparameter insend-event(#391) - Remove a misleading success message in
send-event(#397) - Improve debug logs and error output (#393, #394, #399)
- Fix a bug introduced with the
--url-suffixoption inupload-sourcemaps - Fix broken commit detection for releases (#378, #381)
- Add
--url-suffixoption forupload-sourcemaps(#373)
- Additional compatibility improvements for the Docker image (#368)
- Add a warning about new Docker entrypoint (#367)
- Change entrypoint for Docker image (#358)
- Use
perloverstrftimein bash hook (#359) - Fix iTunes Connect BCSymbolMap handling in
upload-dif(#362) - Display error messages when re-uploading broken DIFs (#363)
- Resolve a hang on certain windows versions on shutdown (#349)
- Improve the error message for renamed projects (#330)
- Fix appcenter commands on Windows (#331)
- Fix grammar in some help texts (#337, @gorgos)
- Fix frozen upload-dif on some Windows versions (#342)
- Add support for AppCenter CLI for codepush releases (#327)
- Deprecate the codepush CLI command (#327)
- Fix a bug where commands would fail with connection errors
- Skip invalid ZIP files during debug file upload (#320)
- Generate better error messages for renamed projects (#321)
- Compress debug symbols for faster uploads (#315)
- Refactor
send-eventto include more consistent information (#316, #318)
- Improve update prompts (#306, @danielcompton)
- Support event environments in bash hook (#312, @geniass)
- Use
DWARF_DSYM_FOLDER_PATHin upload-dsym (#313) - Skip malformed object files during upload scan (#313)
- Drop support for older macOS versions to work around an old xcode linker bug
- Disabled automatic crash reporting
- Fixed out of bounds panic for sourcemaps without sources (#299)
- Fixed commit detection when VSTS was used (#300)
- Restrict file permissions for newly created
.sentryclirc(#296) - Fix
SENTRY_DSNenvironment variable parsing forsend-eventaction (#292) - Build statically linked
musl-based binaries for Linux (#294) - Detect
HEROKU_SLUG_COMMITin propose-version (#298)
- Add better error diagnostics (internal change, #288)
- Show correct identifiers when uploading Windows symbols (#280)
- Attempted to make the windows executable more portable (#269)
- Fixed the JavaScript API (#270)
- Fixed a bug where breadcrumbs were not always sent (#268)
- Fixed #252
- Expose
executeon SentryCli js wrapper
- Improve the upload for debug information files. It is now faster, allows to resume after network errors, and supports much larger files.
- Add commands to upload Breakpad and ELF (Linux) symbols. See our documentation page for more information.
- Fix JavaScript tests on Windows
- Fix NPM installation on Windows
- BREAKING: Drop support for Node 0.12. Please pin version
1.28.4or install sentry-cli using a different method if you still require Node 0.12. - Fix NPM installation behind proxies
- Remove console output when using the JS interface
- Revert
Info.plisthandling to pre-1.27.1as it was causing issues when the"Preprocess Info.plist File"setting was turned on in Xcode - Include CA certificates in the Docker container
- Reverted new config handling because of problems it caused.
- Fixed use of
SENTRYCLI_CDNURLto override the npm download URL. See the documentation for more information - 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
- The official docker image is now smaller and does not require dependencies anymore
- Replaced confusing errors when using
codepushwith hints to resolve the error
- Expose getPath() to not break setups
- Change JS bindings to be conform with the cli interface Please note that this is a breaking change if you used the JS interface before.
- Read from the correct
Info.plistin XCode builds, courtesy of @adbi - Allow to specify device family and model in
send-event, courtesy of @kirkins - Supply environment variables when using the JavaScript API
- Allow to override the NPM download URL via
SENTRYCLI_CDNURLenvironment variable
- Support all options in the JS binding for
upload-sourcemaps, courtesy of @montogeek - Enable automatic IP addresses when sending events with
send-event, courtesy of @kirkins - No longer require secret keys to send events with
send-event - Improve and speed up debug symbol handling in
upload-dsym
- Faster discovery of debug symbols in
upload-dsyms - Fix a bug in sourcemap uploading via JS, courtesy of @roelvanhintum
- Security update to OpenSSL 1.0.2n for Linux builds
- Fix a SSL verification command line flag
- The npm package has moved to
@sentry/cli - Installing with npm on Windows now downloads the 64-bit version
- Exit with a proper error code when
send-eventfails, courtesy of @kirkins - More informative errors on failed API requests
- No more annoying update reminders in the Docker images
- Do not run update nagger if the command is not connected to a terminal
- Source map uploading now correctly determines sourcemap references even if the rewrite flag is not passed.
- There is an offical Docker image with
sentry-clipreinstalled:docker run --rm -it -v $(pwd):/work getsentry/sentry-cli sentry-cli --help - Added support for automatically determining corvoda releases.
- Fix an issue with bash hooking not working if sentry-cli was installed on a path containing whitespace
- Improved sending events from bash. See Sending Events for more information
- Hook into bash and send events for failed commands automatically. See Bash Hooks for more information
- Set
SENTRY_LOAD_DOTENV=0to disable automatic loading of.envfiles - Fix an issue where
info.plistfiles were not resolved in XCode projects - Fix an issue where the
PROJECT_DIRenvironment was not used correctly
- Fix a bug that prevented uploads of ProGuard mapping files on Windows
- Improve command and parameter descriptions (
--help) - Updated dependencies
- Add
--ignoreand--ignore-fileparameters toupload-dsyms - Fix some typos in the CLI (thanks @mbudde and @AdrienDS)
- Fix codepush command for android
- Fixed added bitbucket provider support #115
- Updated dependencies
- Added encoding detection for javascript files
- Added bitbucket provider support
- Fixed an issue where codepush was not passing the right plist to the parser
- Resolved an issue where sourcemaps were not uploaded (#112)
- Added support for preprocessor
info.plistfiles - Unified
info.plisthandling in all places - Added basic validation for the API URL to avoid common user errors
- Resolved an issue with NPM releases on ES5 environments
- Resolved an issue where
releases propose-versionincorrectly required an org to be passed - Added support for handling
BCSymbolMapfiles when uploading dsym files
- Ensure parent directories exist when writing Proguard meta properties.
- Write Proguard properties even if upload is disabled.
- Reject leading/trailing spaces in releases.
- Made npm install compatible with ES5
- Solved a potential issue with spaces in file paths for npm installation
- Added automatic update check (can be disabled with
update.disable_checkin the config or theSENTRY_DISABLE_UPDATE_CHECKenvironment variable) - Resolved a crash when uploading empty files
- Lowered default symbol upload size to work around some server limitations
- added ability to upload proguard files with a forced UUID
- added
difutil uuidcommand to print the UUID(s) of a mapping file to stdout
- Improved the
no-uploadflag to proguard upload - Added debug info files debug commands
- Added support for disabling desktop notifications (only affects xcode builds so far)
- Added support for uploading proguard files on supported sentry server versions
- Fixed installation for npm
- Put
sentry-cli.exedirectly into thebin/folder on windows for npm installations
- Fixed another issue with yarn redownloading binaries
- Added
distsupport for send-event - Improved download script for npm installs to not download unnecessarily with yarn.
- Added support for explicit bundle IDs for codepush releases
- Added
--print-release-nameto print out the release name for codepush releases to the command line to improve scripting capabilities - Extended
propose-versionfor releases to support iOS and android release names if projects are automatically discovered - Parse grade files instead of android manifests for version and bundle IDs for release detection
- Fix broken xcode notifications when projects where opened from the command line
- Fixed limitations in automatically detecting the bundle IDs for xcode projects
- Resolved an issue where sourcemap uploading failed when empty files were encountered
- Initial work for codepush support (pending support in
react-native-sentry) - Moved
react-native-xcodetoreact-native xcode - Added support for
${FOO}style variable expansion in xcode
- Fixed an issue for windows npm installation
- Stop generating a debug log file in
/tmpfor npm on unixes
- fixed a bug that caused the npm install to fail
- Added user support for
send-event
- Improved logging facilities
- Fixed npm installation on windows
- Changes sourcemap rewriting to ignore bad files on source inlining.
- Fixed a bug in the JSON output of the
infocommand.
- Added support for referring to previous hashes in
set-commitswithOLD_REV..NEW_REV - Resolve tags and other refs (like
HEAD) in commits when a repo is available - Use newer protocol for release commit updating
- Strip commit SHAs for display
- Strip dotted path prefixes in release names for display
- Change the log format for api headers in debug logging
- Added request headers to debug logging
- The
infocommand now returns an exit code of 1 in case the config is incomplete - Added
--config-status-jsonto theinfocommand to better support sentry-cli invoked from scripts - dsym batches are now calculated by size and not by file count. This should solve a few 413 errors some users are experiencing
- The dsym upload will now skip over files that do not contain DWARF debug information which resolves issues where release files were uploaded as debug symbols instead of the actual dsym files
- Sourcemap uploads now automatically replace previous files with the same name.
- Honor
CLICOLORenvironment variable - Added progress bars for source map and debug symbol upload
- No longer attempt to upload multiple versions of debug symbols with the same UUID. This was an issue where signed and unsigned debug symbols were discovered in derived data in case of debug builds.
- Support
--validateand--rewritein one command better for source map upload.
- Added
--fingerprintsupport tosend-event - Added distribution support.
Breaking Change: releases managed for react-native and mobile are now using the new
distribution feature. Use older versions of sentry-cli if you do not wish to manage
distributions on self hosted Sentry versions.
- Added
--uuidparameter toupload-dsym - Added
--no-zipsparameter toupload-dsym - Added
--derived-dataparameter toupload-dsym
- resolved an issue with some features of xcode variable expansion not working correctly
- Added basic support for working with the improved relases API that span projects in an org
- Added deploy support
- improved file and release list rendering
- added
sentry-cli releases propose-version
- Resolved references to sourcemaps sometimes being incorrectly detected
- Resolved an issue where an incorrect Info.plist file was found (#48)
- Added support for
.envfiles - Better support SSL CA bundles on linux systems (probe more locations)
- Added
--finalizeoption to automatically finalize releases on creation - Improved
sentry-cli infocommand rendering and clarity - Added background processing for
sentry react-native-xcode
upload-dsymswhen launched from xcode will now upload symbols in the background and notify with OS X notifications about changes
- Added support for associating dsyms with builds on supporting sentry servers
- Improved validation of parameters and error reporting
- Added progress bar to updater
- Added command to finalize releases
- Resolved an issue that the xcode integration for react native would log out a bogus error
- Added support for fetching sourcemaps from react-native's packager
- Resolved an issue with some sourcemaps not rewriting correctly
- Added
react-native-xcodecommand to support react-native sourcemap generation and uploading - Automatically create releases on sourcemap upload
- Resolved an issue that caused windows versions to write backslashes in URLs in release artifacts
- Fix zip upload
- Added support for upcoming reprocessing feature on sentry for dsym uploads.
- Improved dsym uploading support (fixes #29)
- Resolved an issue where release builds of react-native would not automatically find the sourcemap references
- Upon sourcemap uploading the
sentry-clitool is now automatically attempting to find matching sourcemaps and emit aSourcemapheader with the correct reference. This helps in situations like react-native where the source reference in the file is malformed or points to a non existing file by default - fixed a bug with the
--rewriteflag on the upload sourcemaps tool which caused incorrect sources to be inlined. This is now properly supported. --strip-common-prefixon the upload sourcemaps tool now skips over paths which are not absolute.
- added support for sourcemap rewriting. This will automatically inline sourcecode and flatten indexed sourcemaps and can optionally remove prefixes from source paths. This is useful for react native which otherwise will not work since sourcecode is not contained.
- Improved symbol uploading
- Improved logging of http requests
- Fixed an issue that caused a crash if the
TERMenvironment variable was not set
- Recompiled for Linux to better support arch linux and others
- Resolved issue with multi-chunk dsym uploads failing
- Changed domain to
sentry.io
- Improved handling of
SENTRY_DSNso that it can be set to an invalid value andsentry-clicontinues functioning unless you are trying to send an actual event.
- added the new
issuescommand to bulk manage issues
- Added support for debug logging
- Upgraded the internal SHA1 library
- Added support for
http.proxy_url - Added support for
http.proxy_username - Added support for
http.proxy_password
- Added support for the
http.keepalivesetting
- added proxy support
- removed global dsym uploading which is now done differently
- Fixed an issue that caused validation of sourcemaps to fail if wildcard paths (
~/) were used.
- Default sourcemap url prefix to
~to support the new wildcard feature
- Fixed windows support by bundling OpenSSL statically
- Added basic windows support
- Added
send-eventto submit events to Sentry
- Added
logincommand.
- Made missing ref failures on non minimized JS files warnings instead of errors
- Added support for basic sourcemap validation with the
--validateflag
- Ignore
--extfor explicitly provided files on sourcemap uploads - Properly handle
--ext
- Added the ability to upload individual sourcemaps as files
- Added
infocommand - Addded
.sentryclircconfig file support
- Updated release commands
- Fixes uninstall support
Added basic sourcemap support.
Added sudo support to the update command.
Updated sentry CLI to have improved x-code dsym upload support and added an update command.
Added support for sentry auth tokens.
An initial release of the tool.