vite-plugin-sentry
vite-plugin-sentry copied to clipboard
Bump @sentry/cli from 2.7.0 to 2.9.0
Bumps @sentry/cli from 2.7.0 to 2.9.0.
Release notes
Sourced from @sentry/cli
's releases.
2.9.0
Various fixes & improvements
- feat: Replace
npmlog
dependency and restore support for Node v10 (#1392) by@mydea
- fix: Handle closed connection when fetching
sentry-cli
binary via JS script (#1389) by@kamilogorek
- fix: Re-add
server_name
in events viacontexts
sentry-rust feature (#1383) by@bengentil
- ref: Add length limit validation to
org
arguments (#1386) by@olksdr
2.8.1
Various fixes & improvements
2.8.0
Various fixes & improvements
- fix: Use forward slash for Windows binary location path (#1369) by
@timfish
- fix: Add + to reserved query characters in url encoding (#1365) by
@kamilogorek
- feat: Add
headers
option to the JavaScript API (#1355) by@thibmeu
- fix: Add % and / to reserved path characters in url encoding (#1364) by
@kamilogorek
- feat: Add support for Portable PDB debug files (#1345) by
@Swatinem
Changelog
Sourced from @sentry/cli
's changelog.
2.9.0
Various fixes & improvements
- feat: Replace
npmlog
dependency and restore support for Node v10 (#1392) by@mydea
- fix: Handle closed connection when fetching
sentry-cli
binary via JS script (#1389) by@kamilogorek
- fix: Re-add
server_name
in events viacontexts
sentry-rust feature (#1383) by@bengentil
- ref: Add length limit validation to
org
arguments (#1386) by@olksdr
2.8.1
Various fixes & improvements
2.8.0
Various fixes & improvements
- fix: Use forward slash for Windows binary location path (#1369) by
@timfish
- fix: Add + to reserved query characters in url encoding (#1365) by
@kamilogorek
- feat: Add
headers
option to the JavaScript API (#1355) by@thibmeu
- fix: Add % and / to reserved path characters in url encoding (#1364) by
@kamilogorek
- feat: Add support for Portable PDB debug files (#1345) by
@Swatinem
Commits
e5f3cd8
release: 2.9.0ff90acd
meta: Update changelog for 2.9.0 (#1397)32f7449
chore: Replacenpmlog
dependency in order to support Node 10+ (#1392)4a8ac86
fix: Handle closed connection (#1389)04ab49d
ref: Add limit validation to org arguments (#1386)e2b9b6e
fix: Re-addserver_name
in events viacontexts
sentry-rust feature (#1383)6e58a51
misc: Apply latest clippy suggestions89111d8
docs: Update readme to include docker flags for resolving git issueb528814
deps: Refresh Cargo.lock to include updated openssl release (#1380)56c4250
Merge pull request #1379 from getsentry/all-repos_autofix_mattgauntseo-action...- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
Base: 69.23% // Head: 69.23% // No change to project coverage :thumbsup:
Coverage data is based on head (
10b05c6
) compared to base (255a597
). Patch has no changes to coverable lines.
Additional details and impacted files
@@ Coverage Diff @@
## master #156 +/- ##
=======================================
Coverage 69.23% 69.23%
=======================================
Files 4 4
Lines 52 52
Branches 8 8
=======================================
Hits 36 36
Misses 16 16
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Superseded by #167.