Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update CLI to v2.3.0 #2349

Closed
wants to merge 1 commit into from

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jul 6, 2022

Bumps scripts/update-cli.sh from 1.74.4 to 2.3.0.

Auto-generated by a submodule dependency updater.

Changelog

2.3.0

Various fixes & improvements

2.2.0

Various fixes & improvements

2.1.0

Source Maps Upload Check "y-tho" (ongoing)

Problem statement:

Uploading source maps is a common source of frustration. Source maps are also one of the great value adds to our in product experience. We want to automate supporting customers with frequent issues.

https://docs.sentry.io/platforms/javascript/sourcemaps/troubleshooting_js/

*Outcome: *

Developers will be provided with a tool to help them discover any issues they may have when uploading source maps

Sentry support will have a tool and docs to suggest to customers to hopefully first discover issues, and second at least know what their problem is NOT.

Key measurements:

  • qualitative: Is this useful for customers and support
  • quantitative: Can we try to influence the number of Zendesk tickets
  • quantitative: Can we influence the resolution time of source maps related Zendesk tickets

Can we find a way to track in zendesk the number of times the sentry-cli “y-tho“ functionality was useful

Additional

This is something users would run locally so I do not think we can track usage exactly what was not covered in y-tho

  • Verify your source maps are built correctly
  • Verify your source maps work locally
  • Verify your source files are not too large
    • this is a fuzzy requirement today in sentry
  • Verify artifacts are not gzipped
  • Verify workers are sharing the same volume as web (if running self-hosted Sentry via Docker)
  • Should spit out an easily readable and easily copy and paste - to put into ZenDesk or elsewhere for support colleagues

Possible second milestone:

https://github.com/getsentry/rust-sourcemap/tree/master/cli

  • In sentry error incorrect source map location
  • this helps when producing sourcemaps locally then line and column
  • this verify that it resolves locally
    • if yes then it is a problem in between on sentry server side or upload
    • 1st Verifies what you upload to sentry is exactly what you upload to sentry
    • 2nd step from “y-tho” ensure previous steps are not for waste
  • What is being automated?
    • on release page you have your files (release artificats)
      • download
      • manually check the line number matches the error
      • if correct then data is correct
      • then you know an error with cli and not with the source maps that were uploaded

By: kamilogorek (#1235)

Various fixes & improvements

2.0.4

Various fixes & improvements

2.0.3

Various fixes & improvements

2.0.2

Various fixes & improvements

2.0.1

Various fixes & improvements

2.0.0

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.

New APIs

  • feat: Add debug-files command, which is a joined functionality of difutil and upload-dif commands.
  • feat: Add deploys command, which was extracted from releases deploys subcommand.
  • feat: Add files command, which was extracted from releases files subcommand.
  • feat: Add sourcemaps upload command, which was extracted from releases files upload-sourcemaps subcommand.
  • feat: Add sourcemaps resolve command.
  • feat: Allow for specifying global --header argument, which supports multiple occurences, to configure outgoing requests
  • feat: Implement global --quiet/--silent flags to allow silencing stdout output (This flag is currently implemented only for selected subcommands)

Removed APIs

  • ref: Remove react-native codepush subcommand (use react-native appcenter instead) (breaking)
  • ref: Remove react-native-gradle and react-native-xcode commands (use react-native gradle and react-native xcode instead) (breaking)
  • ref: Remove crash_reporting related code and with_crash_reporting crate feature (no required changes) (breaking)
  • ref: Remove SENTRY_NO_PROGRESS_BAR env var in favor of SENTRYCLI_NO_PROGRESS_BAR (rename env variable) (breaking)
  • ref: Hide difutil id subcommand (use debug-files check instead)
  • ref: Hide upload-dsym command (use debug-files upload instead)
  • ref: Make releases upload-sourcemaps --rewrite a default behavior now
  • ref: Remove upload-dsym command (use debug-files upload instead) (breaking) restored in 2.0.2 as hidden alias
  • ref: Remove difutil id subcommand (use debug-files check instead) (breaking) restored in 2.0.2 as hidden alias
  • ref: Remove monitors command (support for this feature has been dropped) (breaking) - restored in 2.0.3 as hidden command
  • ref: Remove bash-hook command (use 1.x if you still need the functionality) (breaking) - restored in 2.0.3 as hidden command

Breaking Changes

  • ref: Update minimal required node version to v12 (update node version) (breaking)
  • ref: Rename --header argument of releases files upload command to --file-header (rename flag) (breaking)
  • ref: Rename CUSTOM_HEADER to SENTRY_HEADER and defaults.custom_header to http.header (rename env variable or update config file) (breaking)
  • ref: Make ignore-empty for releases set-commits a default behavior and hide --ignore-empty flag (remove --ignore-empty usage) (breaking)

Various fixes & improvements

  • feat: Implement --quiet flag for releases upload-sourcemaps command
  • feat: Implement --quiet flag for difutil check command
  • ref: Make --auth-token a global argument
  • ref: Make all ProgressBar instances and logs always write to stderr
  • ref: Migrate error handling from failure to anyhow crate

1.74.3

Various fixes & improvements

1.74.2

Various fixes & improvements

1.74.1

Various fixes & improvements

1.74.0

Various fixes & improvements

1.73.2

Various fixes & improvements

1.73.1

Various fixes & improvements

1.73.0

1.72.2

1.72.1

1.72.0

1.71.0

1.70.1

1.70.0

1.69.1

  • misc: Re-release of 1.69.0 due to malformed artifacts

1.69.0

sentry-cli 1.68.0

sentry-cli 1.67.2

sentry-cli 1.67.1

sentry-cli 1.67.0

sentry-cli 1.66.0

sentry-cli 1.65.0

sentry-cli 1.64.2

sentry-cli 1.64.1

sentry-cli 1.64.0

sentry-cli 1.63.2

sentry-cli 1.63.1

sentry-cli 1.63.0

sentry-cli 1.62.0

sentry-cli 1.61.0

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 -m in your terminal.
  • Remove your existing installation of sentry-cli.
  • Follow the Installation Instructions for a fresh installation.

sentry-cli 1.60.1

sentry-cli 1.60.0

sentry-cli 1.59.0

sentry-cli 1.58.0

sentry-cli 1.57.0

sentry-cli 1.56.1

sentry-cli 1.56.0

sentry-cli 1.55.2

sentry-cli 1.55.1

sentry-cli 1.55.0

sentry-cli 1.54.0

sentry-cli 1.53.0

sentry-cli 1.52.4

sentry-cli 1.52.3

sentry-cli 1.52.2

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/

sentry-cli 1.52.1

sentry-cli 1.52.0

sentry-cli 1.51.1

sentry-cli 1.51.0

sentry-cli 1.50.0

sentry-cli 1.49.1

sentry-cli 1.49.0

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.

sentry-cli 1.48.0

sentry-cli 1.47.2

Changes:

JavaScript API:

Fixed bugs:

sentry-cli 1.47.1

  • Fix potentially broken payloads in send-event.

sentry-cli 1.47.0

sentry-cli 1.46.0

sentry-cli 1.45.0

sentry-cli 1.44.4

sentry-cli 1.44.3

  • Fix a regression with URL prefixes in sourcemap uploads (fix: #543 #544)

sentry-cli 1.44.2

sentry-cli 1.44.1

sentry-cli 1.44.0

sentry-cli 1.43.0

sentry-cli 1.42.0

sentry-cli 1.41.2

sentry-cli 1.41.1

sentry-cli 1.41.0

  • Recognizes GNU compressed debug files on Linux
  • Also uploads Breakpad files and ELF files only containing symbol tables

sentry-cli 1.40.0

sentry-cli 1.39.1

sentry-cli 1.39.0

  • Release enabling an internal sentry experiment.

sentry-cli 1.38.1

  • Fix plist parsing

sentry-cli 1.38.0

  • Upgraded symbolic which offers support top R8 code shrinker.

sentry-cli 1.37.4

  • Added SENTRY_NO_PROGRESS_BAR environment variable to suppress progress
    bars ([Question] Hybrid app setup #467)
  • Fixed an issue where dif uploads would indicate failure if no files where
    to upload.

sentry-cli 1.37.3

sentry-cli 1.37.2

sentry-cli 1.37.1

sentry-cli 1.37.0

sentry-cli 1.36.4

sentry-cli 1.36.3

  • Print out how sentry-cli was invoked in debug log

sentry-cli 1.36.2

sentry-cli 1.36.1

  • Fixes a bug that prevented listing and creating releases

sentry-cli 1.36.0

sentry-cli 1.35.6

sentry-cli 1.35.5

sentry-cli 1.35.4

sentry-cli 1.35.3

sentry-cli 1.35.2

sentry-cli 1.35.1

sentry-cli 1.34.0

sentry-cli 1.33.0

sentry-cli 1.32.3

sentry-cli 1.32.2

sentry-cli 1.32.1

sentry-cli 1.32.0

  • Drop support for older macOS versions to work around an old xcode linker bug

sentry-cli 1.31.2

  • Disabled automatic crash reporting

sentry-cli 1.31.1

sentry-cli 1.31.0

sentry-cli 1.30.5

sentry-cli 1.30.4

sentry-cli 1.30.3

sentry-cli 1.30.2

sentry-cli 1.30.1

  • Expose execute on SentryCli js wrapper

sentry-cli 1.30.0

  • 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

sentry-cli 1.29.1

  • Fix NPM installation on Windows

sentry-cli 1.29.0

  • BREAKING: Drop support for Node 0.12. Please pin version 1.28.4 or 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

sentry-cli 1.28.4

  • 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
  • Include CA certificates in the Docker container

sentry-cli 1.28.3

  • Reverted new config handling because of problems it caused.

sentry-cli 1.28.2

  • Fixed use of SENTRYCLI_CDNURL to 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 codepush with hints to resolve the error

sentry-cli 1.28.1

  • Expose getPath() to not break setups

sentry-cli 1.28.0

  • 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.

sentry-cli 1.27.1

  • Read from the correct Info.plist in 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_CDNURL environment variable

sentry-cli 1.27.0

  • 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

sentry-cli 1.26.1

  • 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

sentry-cli 1.26.0

  • 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-event fails, courtesy of kirkins
  • More informative errors on failed API requests
  • No more annoying update reminders in the Docker images

sentry-cli 1.25.0

  • 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-cli preinstalled:
    docker run --rm -it -v $(pwd):/work getsentry/sentry-cli sentry-cli --help
  • Added support for automatically determining corvoda releases.

sentry-cli 1.24.1

  • Fix an issue with bash hooking not working if sentry-cli was installed on a path
    containing whitespace

sentry-cli 1.24.0

  • 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=0 to disable automatic loading of .env files
  • Fix an issue where info.plist files were not resolved in XCode projects
  • Fix an issue where the PROJECT_DIR environment was not used correctly

sentry-cli 1.23.0

  • Fix a bug that prevented uploads of ProGuard mapping files on Windows
  • Improve command and parameter descriptions (--help)
  • Updated dependencies

sentry-cli 1.22.0

  • Add --ignore and --ignore-file parameters to upload-dsyms
  • Fix some typos in the CLI (thanks mbudde and AdrienDS)

sentry-cli 1.21.0

sentry-cli 1.20.0

  • 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

sentry-cli 1.19.1

sentry-cli 1.19.0

  • Added support for preprocessor info.plist files
  • Unified info.plist handling 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-version incorrectly required an org to be
    passed
  • Added support for handling BCSymbolMap files when uploading dsym files

sentry-cli 1.18.0

  • Ensure parent directories exist when writing Proguard meta properties.
  • Write Proguard properties even if upload is disabled.
  • Reject leading/trailing spaces in releases.

sentry-cli 1.17.0

  • 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_check in the config
    or the SENTRY_DISABLE_UPDATE_CHECK environment variable)
  • Resolved a crash when uploading empty files
  • Lowered default symbol upload size to work around some server limitations

sentry-cli 1.16.0

  • added ability to upload proguard files with a forced UUID
  • added difutil uuid command to print the UUID(s) of a mapping file to stdout

sentry-cli 1.15.0

  • Improved the no-upload flag to proguard upload
  • Added debug info files debug commands

sentry-cli 1.14.0

  • Added support for disabling desktop notifications (only affects xcode builds so far)
  • Added support for uploading proguard files on supported sentry server versions

sentry-cli 1.13.3

  • Fixed installation for npm

sentry-cli 1.13.2

  • Put sentry-cli.exe directly into the bin/ folder on windows for npm installations

sentry-cli 1.13.1

  • Fixed another issue with yarn redownloading binaries

sentry-cli 1.13.0

  • Added dist support for send-event
  • Improved download script for npm installs to not download unnecessarily with yarn.

sentry-cli 1.12.0

  • Added support for explicit bundle IDs for codepush releases
  • Added --print-release-name to print out the release name for codepush releases to the
    command line to improve scripting capabilities
  • Extended propose-version for 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

sentry-cli 1.11.1

  • Resolved an issue where sourcemap uploading failed when empty files were encountered

sentry-cli 1.11.0

  • Initial work for codepush support (pending support in react-native-sentry)
  • Moved react-native-xcode to react-native xcode
  • Added support for ${FOO} style variable expansion in xcode

sentry-cli 1.10.2

  • Fixed an issue for windows npm installation
  • Stop generating a debug log file in /tmp for npm on unixes

sentry-cli 1.10.1

  • fixed a bug that caused the npm install to fail

sentry-cli 1.10.0

  • Added user support for send-event

sentry-cli 1.9.2

  • Improved logging facilities
  • Fixed npm installation on windows

sentry-cli 1.9.1

  • Changes sourcemap rewriting to ignore bad files on source inlining.
  • Fixed a bug in the JSON output of the info command.

sentry-cli 1.9.0

  • Added support for referring to previous hashes in set-commits with OLD_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

sentry-cli 1.8.1

  • Change the log format for api headers in debug logging
  • Added request headers to debug logging

sentry-cli 1.8.0

  • The info command now returns an exit code of 1 in case the config is incomplete
  • Added --config-status-json to the info command 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

sentry-cli 1.7.0

  • Sourcemap uploads now automatically replace previous files with the same name.
  • Honor CLICOLOR environment 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 --validate and --rewrite in one command better for source map upload.

sentry-cli 1.6.0

  • Added --fingerprint support to send-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.

sentry-cli 1.5.0

  • Added --uuid parameter to upload-dsym
  • Added --no-zips parameter to upload-dsym
  • Added --derived-data parameter to upload-dsym

sentry-cli 1.4.1

  • resolved an issue with some features of xcode variable expansion not working correctly

sentry-cli 1.4.0

  • Added basic support for working with the improved relases API that span projects in an
    org
  • Added deploy support

sentry-cli 1.3.0

  • improved file and release list rendering
  • added sentry-cli releases propose-version

sentry-cli 1.2.0

  • Resolved references to sourcemaps sometimes being incorrectly detected
  • Resolved an issue where an incorrect Info.plist file was found (0.8.1 android: couldn't find key level in dynamic object #48)
  • Added support for .env files
  • Better support SSL CA bundles on linux systems (probe more locations)
  • Added --finalize option to automatically finalize releases on creation
  • Improved sentry-cli info command rendering and clarity
  • Added background processing for sentry react-native-xcode

sentry-cli 1.1.0

  • upload-dsyms when launched from xcode will now upload symbols in the background and
    notify with OS X notifications about changes

sentry-cli 1.0.0

  • Added support for associating dsyms with builds on supporting sentry servers

sentry-cli 0.28.0

  • Improved validation of parameters and error reporting
  • Added progress bar to updater
  • Added command to finalize releases

sentry-cli 0.27.1

  • Resolved an issue that the xcode integration for react native would log out a bogus
    error

sentry-cli 0.27.0

  • Added support for fetching sourcemaps from react-native's packager
  • Resolved an issue with some sourcemaps not rewriting correctly

sentry-cli 0.26.0

  • Added react-native-xcode command to support react-native sourcemap generation and
    uploading
  • Automatically create releases on sourcemap upload

sentry-cli 0.25.0

  • Resolved an issue that caused windows versions to write backslashes in URLs in release
    artifacts

sentry-cli 0.24.0

  • Fix zip upload

sentry-cli 0.23.0

  • Added support for upcoming reprocessing feature on sentry for dsym uploads.

sentry-cli 0.22.0

sentry-cli 0.21.1

  • Resolved an issue where release builds of react-native would not automatically find the
    sourcemap references

sentry-cli 0.21.0

  • Upon sourcemap uploading the sentry-cli tool is now automatically attempting to find
    matching sourcemaps and emit a Sourcemap header 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 --rewrite flag on the upload sourcemaps tool which caused
    incorrect sources to be inlined. This is now properly supported.
  • --strip-common-prefix on the upload sourcemaps tool now skips over paths which are not
    absolute.

sentry-cli 0.20.0

  • 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.

sentry-cli 0.19.5

  • Improved symbol uploading

sentry-cli 0.19.4

  • Improved logging of http requests
  • Fixed an issue that caused a crash if the TERM environment variable was not set

sentry-cli 0.19.3

  • Recompiled for Linux to better support arch linux and others

sentry-cli 0.19.2

  • Resolved issue with multi-chunk dsym uploads failing

sentry-cli 0.19.1

  • Changed domain to sentry.io

sentry-cli 0.19.0

  • Improved handling of SENTRY_DSN so that it can be set to an invalid value and
    sentry-cli continues functioning unless you are trying to send an actual event.

sentry-cli 0.18.0

  • added the new issues command to bulk manage issues

sentry-cli 0.17.0

  • Added support for debug logging

sentry-cli 0.16.1

  • Upgraded the internal SHA1 library

sentry-cli 0.16.0

  • Added support for http.proxy_url
  • Added support for http.proxy_username
  • Added support for http.proxy_password

sentry-cli 0.15.0

  • Added support for the http.keepalive setting

sentry-cli 0.14.0

  • added proxy support
  • removed global dsym uploading which is now done differently

sentry-cli 0.13.1

  • Fixed an issue that caused validation of sourcemaps to fail if wildcard paths (~/)
    were used.

sentry-cli 0.13.0

  • Default sourcemap url prefix to ~ to support the new wildcard feature

sentry-cli 0.12.1

  • Fixed windows support by bundling OpenSSL statically

sentry-cli 0.12.0

  • Added basic windows support
  • Added send-event to submit events to Sentry

sentry-cli 0.11.0

  • Added login command.

sentry-cli 0.10.1

  • Made missing ref failures on non minimized JS files warnings instead of errors

sentry-cli 0.10.0

  • Added support for basic sourcemap validation with the --validate flag

sentry-cli 0.9.0

  • Ignore --ext for explicitly provided files on sourcemap uploads
  • Properly handle --ext

sentry-cli 0.8.0

  • Added the ability to upload individual sourcemaps as files

sentry-cli 0.7.0

  • Added info command
  • Addded .sentryclirc config file support

sentry-cli 0.6.0

  • Updated release commands

sentry-cli 0.5.1

  • Fixes uninstall support

sentry-cli 0.5.0

Added basic sourcemap support.

sentry-cli 0.4.0

Added sudo support to the update command.

sentry-cli 0.3.0

Updated sentry CLI to have improved x-code dsym upload support and added an update
command.

0.2.0 - Alpha Release

Added support for sentry auth tokens.

0.1.0 - Initial Release

An initial release of the tool.

@github-actions github-actions bot added the dependencies Pull requests that update a dependency file label Jul 6, 2022
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-cli.sh/2.3.0 branch 2 times, most recently from 1483991 to 55cf112 Compare July 6, 2022 14:50
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-cli.sh/2.3.0 branch from 55cf112 to f1f2a23 Compare July 7, 2022 07:23
@marandaneto marandaneto deleted the deps/scripts/update-cli.sh/2.3.0 branch September 6, 2022 12:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Would Sentry catch crashes if we allocate too much memory? Support all kind of JS Error Syntax
2 participants