-
Notifications
You must be signed in to change notification settings - Fork 16
Update dependency @sentry/cli to v2.58.2 #7237
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
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/sentry-cli-2.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3fa93a9 to
b8b49ca
Compare
b8b49ca to
2dd979e
Compare
2dd979e to
20a5a42
Compare
20a5a42 to
7e12df9
Compare
7e12df9 to
ce1b243
Compare
ce1b243 to
b1152c4
Compare
b1152c4 to
9bacf6b
Compare
9bacf6b to
a960d19
Compare
a960d19 to
fc97519
Compare
fc97519 to
59edece
Compare
59edece to
c3850c4
Compare
c3850c4 to
3ec85d0
Compare
3ec85d0 to
e31e7ac
Compare
e31e7ac to
228be13
Compare
a30b2d2 to
8c30c39
Compare
8c30c39 to
78f13f7
Compare
78f13f7 to
4352d0a
Compare
4352d0a to
11f3642
Compare
11f3642 to
38b3b4c
Compare
9ec99ec to
e3b5b33
Compare
3f8ab8a to
f24442a
Compare
d44b278 to
c001f02
Compare
c001f02 to
02002e2
Compare
02002e2 to
3135211
Compare
3135211 to
a5616f5
Compare
a5616f5 to
13cd2c7
Compare
13cd2c7 to
818967f
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.36.1->2.58.2Release Notes
getsentry/sentry-cli (@sentry/cli)
v2.58.2Compare Source
Improvements
sentry-cli build uploadcommand's--head-shaand--base-shaarguments (#2945). The CLI now validates that these are valid SHA1 sums. Passing an empty string is also allowed; this prevents the default values from being used, causing the values to instead be unset.Fixes
sentry-cli build uploadcommand's--vcs-provider,--head-repo-name,--head-ref,--base-ref, and--base-repo-namearguments resulted in 400 errors (#2946). Now, setting these to empty strings instead explicitly clears the default value we would set otherwise, as expected.v2.58.1Compare Source
Deprecations
Improvements
sentry-cli debug-files bundle-jvmno longer makes any HTTP requests to Sentry, meaning auth tokens are no longer needed, and the command can be run offline (#2926).Fixes
base_shaandbase_refwhen they equalhead_shaduring auto-inference, since comparing a commit to itself provides no meaningful baseline (#2924).sentry-cli sourcemaps upload. The error now correctly indicates the organization doesn't exist, rather than incorrectly suggesting the Sentry server lacks artifact bundle support (#2931).v2.58.0Compare Source
New Features
sentry-cli build uploadcommands (#2899, #2905). At the time of this release, build uploads are still in closed beta on the server side, so most customers cannot use this functionality quite yet.Deprecations
upload-proguardsubcommand's--platformflag (#2863). This flag was a no-op for some time, so we will remove it in the next major.upload-proguardsubcommand's--android-manifestflag (#2891). This flag was a no-op for some time, so we will remove it in the next major.sentry-cli sourcemaps uploadcommand's--no-dedupeflag (#2913). The flag was no longer relevant for sourcemap uploads to modern Sentry servers and was made a no-op.Fixes
--base-ref,--base-sha) when using thebuild uploadsubcommand in git repos. Previously this worked only in the context of GitHub workflows (#2897, #2898).Performance
sentry-cli sourcemaps uploadcommand by eliminating an HTTP request to the Sentry server, which was not required in most cases (#2913).v2.57.0Compare Source
New Features
projectsfield toSentryCliUploadSourceMapsOptions(#2856)Deprecations
upload-proguardsubcommand's--app-id,--version, and--version-codeflags (#2852), as we plan to remove these flags in Sentry CLI 3.x. Users should simply stop using the flags; the values specified there have never had an effect on deobfuscation, and are no longer visible in Sentry.Fixes
sentry-cli debug-files bundle-jvmandsentry-cli sourcemaps upload. Any stderr output during the progress bar was lost if stderr was redirected.v2.56.1Compare Source
Deprecations
Fixes & improvements
v2.56.0Compare Source
Various fixes & improvements
SENTRY_RELEASEenvironment variable (#2807) by @szokeasaurusrexv2.55.0Compare Source
Various fixes & improvements
v2.54.0Compare Source
Various fixes & improvements
v2.53.0Compare Source
Various fixes & improvements
Changes from 2.53.0-alpha
2.53.0-alpha reintroduced the
build(previously namedmobile-app) commands. 2.53.0 is the first stable release to reintroduce them.Please note, the
buildcommands are still experimental, and are therefore subject to breaking changes, including removal, in any release, without notice.v2.52.0Compare Source
Various fixes & improvements
dart-symbol-map uploadcommand (#2691) by @buenaflorcollect(#2705) by @szokeasaurusrex--no-upload(#2693) by @P1n3appl3v2.51.1Compare Source
Various fixes & improvements
logscommand as beta (#2690) by @szokeasaurusrexv2.51.0Compare Source
Logs command
This release introduces a new
sentry-cli logs listcommand, which lists your Sentry logs. For more details, seesentry-cli logs list --help.Please note: if you receive a
403error when using the new command, you may need to generate a new auth token with different permissions. You can do this by navigating to Settings → Developer Settings → Personal Tokens in Sentry. On the Personal Tokens page, generate a token withorg:readscope, and pass this to the command using--auth-tokenor by setting theSENTRY_AUTH_TOKENenvironment variable.Various fixes & improvements
releases files upload-sourcemaps(#2676) by @szokeasaurusrexv2.50.2Compare Source
This change removes the
mobile-app uploadexperimental feature which was introduced in 2.50.1.v2.50.1Compare Source
Various fixes & improvements
New experimental feature
This release introduces the new experimental
mobile-app uploadsubcommand. This command is experimental, and therefore subject to changes, including breaking changes and/or removal, in any release. The command might not work as expected.v2.50.0Compare Source
Various fixes & improvements
rejectOnErrorin publicexecutetype declarations (#2628) by @Lms24v2.49.0Compare Source
Various fixes & improvements
liveoption type forreleases.uploadSourceMaps(#2627) by @Lms24v2.48.0Compare Source
Various fixes & improvements
live: 'rejectOnError'execution mode toexecutemethod (#2605) by @Lms24Build-time changes
v2.47.1Compare Source
No user-facing changes.
v2.47.0Compare Source
Various fixes & improvements
mobile-appcommand from release builds (#2582) by @szokeasaurusrexv2.46.0Compare Source
Various fixes & improvements
react-native appcenteras deprecated (#2522) by @chromynpmpackage on Android (#2524) by @szokeasaurusrex--startedflag (#2515) by @szokeasaurusrexorig_pathfor bundle sources output file name (#2514) by @szokeasaurusrexfilessubcommands as deprecated. (#2512) by @Swatinemv2.45.0Compare Source
New feature
sentry-cli sourcemaps uploadcommand, like so:Various fixes & improvements
fixup_js_file_end(#2475) by @szokeasaurusrexLegacyUploadContextfor legacy uploads (#2494) by @szokeasaurusrexv2.44.0Compare Source
Various fixes & improvements
v2.43.1Compare Source
Various fixes & improvements
tokioto1.44.2(#2474) by @szokeasaurusrexv2.43.0Compare Source
This release explicitly deprecates the
sentry-cli debug-files uploadcommand's--info-plistargument, since the argument does nothing. If you are using the--info-plistargument, you should stop using it.Various fixes & improvements
xcodebuild(#2443) by @szokeasaurusrexv2.42.5Compare Source
This is a re-release of 2.45.5-alpha as a stable release. There are no code changes from 2.45.5-alpha, since the Windows ARM build for that version was published successfully.
v2.42.4Compare Source
Various fixes & improvements
v2.42.3Compare Source
Various fixes & improvements
v2.42.2Compare Source
Various fixes & improvements
semver@5.*dependencies (#2399) by @szokeasaurusrexsemver@6.*(#2400) by @szokeasaurusrexsemver@^7.*dependencies (#2398) by @szokeasaurusrex[email protected](#2396) by @szokeasaurusrexcross-spawn@^6.0.5(#2395) by @szokeasaurusrexv2.42.1Compare Source
This release is a re-release of 2.42.0. There are no code changes to the CLI. We are performing this re-release because 2.42.0 failed to publish to Docker Hub.
Various fixes & improvements
v2.42.0Compare Source
With this release, we now build and publish multi-architecture (arm64 and aarch64) Docker images for Sentry CLI.
Various fixes & improvements
--use-artifact-bundleoption (#2349) by @szokeasaurusrexuseArtifactBundleJS option (#2348) by @szokeasaurusrexNon-user-facing changes
docker(#2390) by @szokeasaurusrexurlcrate (#2379) by @szokeasaurusrexunnecessary_wrapsforadd_debug_id_references(#2369) by @szokeasaurusrexunnecessary_wrapsforadd_sourcemap_references(#2368) by @szokeasaurusrexunnecessary_wrapslint forSourceMapsProcessor::add(#2367) by @szokeasaurusrexlookup_posnot returnOption(#2366) by @szokeasaurusrexApi::with_bodyreturnSelf(#2363) by @szokeasaurusrexwith_retryreturnSelf(#2365) by @szokeasaurusrexprogress_bar_modereturnSelf(#2364) by @szokeasaurusrexunnecessary_wrapslint forset_auth(#2362) by @szokeasaurusrexResultfromConfig::from_file(#2361) by @szokeasaurusrexclippy::unnecessary_wrapslint (#2358) by @szokeasaurusrex-D warnings(#2359) by @szokeasaurusrex--log-levelparsing (#2356) by @szokeasaurusrexv2.41.1Compare Source
Various fixes & improvements
dotenvwithdotenvy(#2351) by @szokeasaurusrex.envfilesv2.41.0Compare Source
Various fixes & improvements
symbolicto12.13.3(#2346) by @szokeasaurusrexmemmap2(#2340) by @szokeasaurusrexdebug-files uploadwhen file is too big (#2331) by @szokeasaurusrexcollect(#2333) by @szokeasaurusrexv2.40.0Compare Source
New features
globalThiswhen available (#2301) by @lforstImprovements
Bug fixes
Non-user-facing changes
We made several refactors and added several tests in this release. These changes should not affect users.
upload-difreference frompoll_assemble(#2321) by @szokeasaurusrexrender_detailtakeOption<&str>(#2317) by @szokeasaurusrexupload_difs_chunked(#2316) by @szokeasaurusrexuploadmodule tooptions(#2315) by @szokeasaurusrexChunkOptionsastruct(#2314) by @szokeasaurusrex&strinDifUploadstruct (#2307) by @szokeasaurusrexpoll_assemble(#2300) by @szokeasaurusrex/to uploaded Proguard file name (#2304) by @szokeasaurusrextry_assembleoptionsparameter (#2299) by @szokeasaurusrexChunkedUploadOptionsto indicate they are set by server (#2298) by @szokeasaurusrexChunked<ProguardMapping>for proguard upload (#2296) by @szokeasaurusrexChunkedDifRequesttakeCow<'_, str>forname(#2295) by @szokeasaurusrexMappingRefwithProguardMapping(#2294) by @szokeasaurusrexproguardutilssubmodule (#2293) by @szokeasaurusrexByteView(#2292) by @szokeasaurusrexChunkedDifRequest(#2290) by @szokeasaurusrexNamedtrait toAssemblable(#2289) by @szokeasaurusrexpoll_assemblegeneric (#2287) by @szokeasaurusrexToAssembletraittry_assemble_difgenericChunkedDifMatchwith genericChunkedObjectusizeinget_sha1_checksumssignatureassert_cmdtest managerv2.39.1Compare Source
Various fixes & improvements
v2.39.0Compare Source
Features/improvements
debugIdfield in sourcemaps (#2222)Various fixes & improvements
assert_cmdas a dev dependencySENTRY_DUMP_REPONSEenvironment variable (#2212)allow(dead_code)from update utils (#2216)allow(dead_code)(#2215)Changes to tests
with_header_matchertypes (#2261) by @szokeasaurusreximpl Into<Matcher>forwith_matcher(#2260) by @szokeasaurusrexwith_reponse_bodyparameter tomockito(#2259) by @szokeasaurusrex200(#2258) by @szokeasaurusrexmockitomocking library (#2254) by @szokeasaurusrexTestManagerin new chunk upload test (#2253) by @szokeasaurusrexTestManagerstruct for uniform test setup (#2252) by @szokeasaurusrexmock_common_endpointsrefactor (#2251) by @szokeasaurusrexmock_common_upload_endpoints(#2250) by @szokeasaurusrexmock_common_upload_endpointsinto module (#2249) by @szokeasaurusrexmockingtomock_endpoint_builder(#2248) by @szokeasaurusrexEndpointOptionstoMockEndpointBuilder(#2247) by @szokeasaurusrexEndpointOptions(#2246) by @szokeasaurusrexEndpointOptions(#2245) by @szokeasaurusrextrycmdtests withRUST_BACKTRACE=0(#2242) by @szokeasaurusrextarget_os(#2240) by @szokeasaurusrexConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.