-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix(deps): update dependency @sentry/cli to v2 #269
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.
Conversation
This file contains 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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
renovate
bot
force-pushed
the
renovate/sentry-cli-2.x
branch
from
May 10, 2022 22:05
01187dc
to
253ab16
Compare
renovate
bot
force-pushed
the
renovate/sentry-cli-2.x
branch
from
May 24, 2022 13:03
253ab16
to
9ccbba0
Compare
renovate
bot
force-pushed
the
renovate/sentry-cli-2.x
branch
from
June 17, 2022 13:00
9ccbba0
to
337abab
Compare
renovate
bot
force-pushed
the
renovate/sentry-cli-2.x
branch
from
June 23, 2022 13:44
337abab
to
d28cd49
Compare
renovate
bot
force-pushed
the
renovate/sentry-cli-2.x
branch
from
July 1, 2022 12:14
d28cd49
to
cad0a73
Compare
renovate
bot
force-pushed
the
renovate/sentry-cli-2.x
branch
from
July 7, 2022 12:20
cad0a73
to
fea469a
Compare
renovate
bot
force-pushed
the
renovate/sentry-cli-2.x
branch
from
July 7, 2022 23:34
fea469a
to
cfdf0df
Compare
renovate
bot
force-pushed
the
renovate/sentry-cli-2.x
branch
from
July 13, 2022 13:41
cfdf0df
to
7c030fc
Compare
renovate
bot
force-pushed
the
renovate/sentry-cli-2.x
branch
from
July 14, 2022 12:23
7c030fc
to
3fa8c9a
Compare
renovate
bot
changed the title
fix(deps): update dependency @sentry/cli to v2
fix(deps): update dependency @sentry/cli to v2 - autoclosed
Jul 20, 2022
renovate
bot
changed the title
fix(deps): update dependency @sentry/cli to v2 - autoclosed
fix(deps): update dependency @sentry/cli to v2
Jul 20, 2022
renovate
bot
force-pushed
the
renovate/sentry-cli-2.x
branch
from
July 20, 2022 16:42
3fa8c9a
to
123dcd7
Compare
renovate
bot
force-pushed
the
renovate/sentry-cli-2.x
branch
from
August 16, 2022 18:33
123dcd7
to
a09a582
Compare
renovate
bot
force-pushed
the
renovate/sentry-cli-2.x
branch
from
August 17, 2022 13:01
a09a582
to
3108fda
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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:
1.74.4
->2.5.2
Release Notes
getsentry/sentry-cli
v2.5.2
Compare Source
Various fixes & improvements
v2.5.1
Compare Source
Various fixes & improvements
v2.5.0
Compare Source
Various fixes & improvements
v2.4.1
Compare Source
Various fixes & improvements
v2.4.0
Compare Source
Various fixes & improvements
v2.3.1
Compare Source
Various fixes & improvements
v2.3.0
Compare Source
Various fixes & improvements
v2.2.0
Compare Source
Various fixes & improvements
v2.1.0
Compare Source
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
v2.0.4
Compare Source
Various fixes & improvements
v2.0.3
Compare Source
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)v2.0.2
Compare Source
Various fixes & improvements
fetch.FetchError
usage in favor of catch-all clause (#1193) by @kamilogorekv2.0.1
Compare Source
Various fixes & improvements
v2.0.0
Compare Source
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 nowupload-dsym
command (usedebug-files upload
instead) (breaking)~ restored in 2.0.2 as hidden aliasdifutil id
subcommand (usedebug-files check
instead) (breaking)~ restored in 2.0.2 as hidden aliasmonitors
command (support for this feature has been dropped) (breaking)~ - restored in 2.0.3 as hidden commandbash-hook
command (use1.x
if you still need the functionality) (breaking)~ - restored in 2.0.3 as hidden commandBreaking 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
cratev1.74.5
Compare Source
Various fixes & improvements
ansi-regex
to version^3.0.1
(#1281)TempFile
robustness on Windows (#1256)Configuration
📅 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 has been generated by Mend Renovate. View repository job log here.