-
-
Notifications
You must be signed in to change notification settings - Fork 338
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.7.0 #2457
Conversation
16ce3f0
to
1819cbc
Compare
f48fb71
to
4927916
Compare
110c0eb
to
3ab1069
Compare
403b06e
to
be8afb6
Compare
Android Performance metrics 🚀
|
Revision | Plain | With Sentry | Diff |
---|---|---|---|
70013c7 | 344.17 ms | 358.76 ms | 14.59 ms |
b5eddfa | 346.86 ms | 367.67 ms | 20.82 ms |
b9ac2e8 | 314.22 ms | 321.52 ms | 7.30 ms |
17717b8 | 315.32 ms | 329.42 ms | 14.10 ms |
3dd1a5b | 337.06 ms | 344.50 ms | 7.44 ms |
2a133c2 | 336.00 ms | 341.78 ms | 5.78 ms |
cc863df | 331.40 ms | 350.44 ms | 19.04 ms |
b4d768b | 316.47 ms | 334.06 ms | 17.59 ms |
App size
Revision | Plain | With Sentry | Diff |
---|---|---|---|
70013c7 | 25.82 MiB | 27.83 MiB | 2.01 MiB |
b5eddfa | 25.82 MiB | 27.86 MiB | 2.04 MiB |
b9ac2e8 | 25.82 MiB | 27.83 MiB | 2.01 MiB |
17717b8 | 25.82 MiB | 27.86 MiB | 2.04 MiB |
3dd1a5b | 25.82 MiB | 27.83 MiB | 2.01 MiB |
2a133c2 | 25.82 MiB | 27.86 MiB | 2.04 MiB |
cc863df | 25.82 MiB | 27.83 MiB | 2.01 MiB |
b4d768b | 25.82 MiB | 27.86 MiB | 2.04 MiB |
iOS Performance metrics 🚀
|
Revision | Plain | With Sentry | Diff |
---|---|---|---|
b5eddfa | 1252.54 ms | 1254.76 ms | 2.22 ms |
70013c7 | 1237.84 ms | 1258.46 ms | 20.62 ms |
3dd1a5b | 1272.44 ms | 1292.88 ms | 20.44 ms |
cc863df | 1256.06 ms | 1263.54 ms | 7.48 ms |
b4d768b | 1236.63 ms | 1257.16 ms | 20.53 ms |
2a133c2 | 1232.78 ms | 1238.56 ms | 5.78 ms |
17717b8 | 1264.14 ms | 1269.94 ms | 5.80 ms |
App size
Revision | Plain | With Sentry | Diff |
---|---|---|---|
b5eddfa | 1.08 MiB | 1.44 MiB | 367.28 KiB |
70013c7 | 1.08 MiB | 1.44 MiB | 371.41 KiB |
3dd1a5b | 1.08 MiB | 1.44 MiB | 371.41 KiB |
cc863df | 1.08 MiB | 1.44 MiB | 371.41 KiB |
b4d768b | 1.08 MiB | 1.44 MiB | 370.50 KiB |
2a133c2 | 1.08 MiB | 1.44 MiB | 370.49 KiB |
17717b8 | 1.08 MiB | 1.44 MiB | 363.17 KiB |
eaa529c
to
4b0c498
Compare
4b0c498
to
393c711
Compare
@marandaneto Only the Xcode debug upload used deprecated commands. I've updated that here getsentry/sentry-wizard#199 and also added the |
393c711
to
dfffb03
Compare
dfffb03
to
c09b501
Compare
c09b501
to
a7febfb
Compare
a7febfb
to
152c9cc
Compare
Let's figure out this first #2556 One suggestion is compiling the final app with or without the cli as a dependency and see the overhead of the package. |
152c9cc
to
dd8c2b3
Compare
dd8c2b3
to
152c9cc
Compare
Bumps scripts/update-cli.sh from 1.74.4 to 2.7.0.
Auto-generated by a dependency updater.
Changelog
2.7.0
Various fixes & improvements
2.6.0
Various fixes & improvements
2.5.2
Various fixes & improvements
2.5.1
Various fixes & improvements
2.5.0
Various fixes & improvements
2.4.1
Various fixes & improvements
2.4.0
Various fixes & improvements
2.3.1
Various fixes & improvements
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:
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
Possible second milestone:
https://github.com/getsentry/rust-sourcemap/tree/master/cli
By: kamilogorek (#1235)
Various fixes & improvements
2.0.4
Various fixes & improvements
2.0.3
Various fixes & improvements
--header
a global flag so its position independent (#1194)monitors
as hidden command w. integration tests (#1196)bash-hook
as hidden command w. integration tests (#1197)2.0.2
Various fixes & improvements
fetch.FetchError
usage in favor of catch-all clause (#1193) by kamilogorek2.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
debug-files
command, which is a joined functionality ofdifutil
andupload-dif
commands.deploys
command, which was extracted fromreleases deploys
subcommand.files
command, which was extracted fromreleases files
subcommand.sourcemaps upload
command, which was extracted fromreleases files upload-sourcemaps
subcommand.sourcemaps resolve
command.--header
argument, which supports multiple occurences, to configure outgoing requests--quiet
/--silent
flags to allow silencingstdout
output (This flag is currently implemented only for selected subcommands)Removed APIs
react-native codepush
subcommand (usereact-native appcenter
instead) (breaking)react-native-gradle
andreact-native-xcode
commands (usereact-native gradle
andreact-native xcode
instead) (breaking)crash_reporting
related code andwith_crash_reporting
crate feature (no required changes) (breaking)SENTRY_NO_PROGRESS_BAR
env var in favor ofSENTRYCLI_NO_PROGRESS_BAR
(rename env variable) (breaking)difutil id
subcommand (usedebug-files check
instead)upload-dsym
command (usedebug-files upload
instead)releases upload-sourcemaps --rewrite
a default behavior nowref: Removerestored in 2.0.2 as hidden aliasupload-dsym
command (usedebug-files upload
instead) (breaking)ref: Removerestored in 2.0.2 as hidden aliasdifutil id
subcommand (usedebug-files check
instead) (breaking)ref: Remove- restored in 2.0.3 as hidden commandmonitors
command (support for this feature has been dropped) (breaking)ref: Remove- restored in 2.0.3 as hidden commandbash-hook
command (use1.x
if you still need the functionality) (breaking)Breaking Changes
node
version tov12
(update node version) (breaking)--header
argument ofreleases files upload
command to--file-header
(rename flag) (breaking)CUSTOM_HEADER
toSENTRY_HEADER
anddefaults.custom_header
tohttp.header
(rename env variable or update config file) (breaking)ignore-empty
forreleases set-commits
a default behavior and hide--ignore-empty
flag (remove--ignore-empty
usage) (breaking)Various fixes & improvements
--quiet
flag forreleases upload-sourcemaps
command--quiet
flag fordifutil check
command--auth-token
a global argumentProgressBar
instances and logs always write tostderr
failure
toanyhow
crate1.74.5
Various fixes & improvements
ansi-regex
to version^3.0.1
(#1281)TempFile
robustness on Windows (#1256)