Skip to content

Commit ec630a0

Browse files
committed
Auto merge of #4490 - rust-lang:renovate/sentry-javascript-monorepo, r=locks
Update sentry-javascript monorepo to v6.17.0 [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [`@sentry/browser](https://togithub.com/getsentry/sentry-javascript)` | [`6.16.1` -> `6.17.0`](https://renovatebot.com/diffs/npm/`@sentry%2fbrowser/6.16.1/6.17.0)` | [![age](https://badges.renovateapi.com/packages/npm/`@sentry%2fbrowser/6.17.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![adoption](https://badges.renovateapi.com/packages/npm/`@sentry%2fbrowser/6.17.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![passing](https://badges.renovateapi.com/packages/npm/`@sentry%2fbrowser/6.17.0/compatibility-slim/6.16.1)](https://docs.renovatebot.com/merge-confidence/)` | [![confidence](https://badges.renovateapi.com/packages/npm/`@sentry%2fbrowser/6.17.0/confidence-slim/6.16.1)](https://docs.renovatebot.com/merge-confidence/)` | | [`@sentry/integrations](https://togithub.com/getsentry/sentry-javascript)` | [`6.16.1` -> `6.17.0`](https://renovatebot.com/diffs/npm/`@sentry%2fintegrations/6.16.1/6.17.0)` | [![age](https://badges.renovateapi.com/packages/npm/`@sentry%2fintegrations/6.17.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![adoption](https://badges.renovateapi.com/packages/npm/`@sentry%2fintegrations/6.17.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![passing](https://badges.renovateapi.com/packages/npm/`@sentry%2fintegrations/6.17.0/compatibility-slim/6.16.1)](https://docs.renovatebot.com/merge-confidence/)` | [![confidence](https://badges.renovateapi.com/packages/npm/`@sentry%2fintegrations/6.17.0/confidence-slim/6.16.1)](https://docs.renovatebot.com/merge-confidence/)` | --- ### Release Notes <details> <summary>getsentry/sentry-javascript</summary> ### [`v6.17.0`](https://togithub.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#&#8203;6170) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/6.16.1...6.17.0) This release contains several internal refactors that help reduce the bundle size of the SDK and help prep for our [upcoming major release](https://togithub.com/getsentry/sentry-javascript/issues/4240). There are no breaking changes in this patch unless you are using our internal `Dsn` class, which has been removed. We also deprecated a few of our typescript enums and our internal `API` class. We've detailed in our [migration documentation](./MIGRATION.md#upgrading-from-6.x-to-6.17.0) how to update your sdk usage if you are using any of these in your code. - feat: Remove Dsn class ([#&#8203;4325](https://togithub.com/getsentry/sentry-javascript/issues/4325)) - feat(core): Add processing metadata to scope and event ([#&#8203;4252](https://togithub.com/getsentry/sentry-javascript/issues/4252)) - feat(core): Deprecate API class ([#&#8203;4281](https://togithub.com/getsentry/sentry-javascript/issues/4281)) - feat(ember): Update ember dependencies ([#&#8203;4253](https://togithub.com/getsentry/sentry-javascript/issues/4253)) - fix(nextjs): Inject sentry.x.config.js into pages/\_error ([#&#8203;4397](https://togithub.com/getsentry/sentry-javascript/issues/4397)) - fix(nextjs): Add sentry-cli existence check for enabling webpack plugin [#&#8203;4311](https://togithub.com/getsentry/sentry-javascript/issues/4311) - ref(tracing): deprecate span status enum ([#&#8203;4299](https://togithub.com/getsentry/sentry-javascript/issues/4299)) - ref(tracing): Remove script evaluation span ([#&#8203;4433](https://togithub.com/getsentry/sentry-javascript/issues/4433)) - ref(types): drop unused logLevel ([#&#8203;4317](https://togithub.com/getsentry/sentry-javascript/issues/4317)) - ref(types): deprecate request status enum ([#&#8203;4316](https://togithub.com/getsentry/sentry-javascript/issues/4316)) - ref(types): deprecate outcome enum ([#&#8203;4315](https://togithub.com/getsentry/sentry-javascript/issues/4315)) - ref(types): deprecate transactionmethod enum ([#&#8203;4314](https://togithub.com/getsentry/sentry-javascript/issues/4314)) - ref(types): deprecate status enum ([#&#8203;4298](https://togithub.com/getsentry/sentry-javascript/issues/4298)) - ref(utils): improve invalid dsn error message ([#&#8203;4430](https://togithub.com/getsentry/sentry-javascript/issues/4430)) - fix(vue): Prioritize app variable to avoid duplicate name pollution ([#&#8203;4437](https://togithub.com/getsentry/sentry-javascript/issues/4437)) Work in this release contributed by [`@&#8203;yordis](https://togithub.com/yordis),` [`@&#8203;Badisi](https://togithub.com/Badisi),` and [`@&#8203;lh1me](https://togithub.com/lh1me).` Thank you for your contribution! </details> --- ### Configuration 📅 **Schedule**: 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 these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/rust-lang/crates.io).
2 parents a01d9cb + 0132073 commit ec630a0

File tree

2 files changed

+45
-45
lines changed

2 files changed

+45
-45
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
},
3939
"dependencies": {
4040
"@juggle/resize-observer": "3.3.1",
41-
"@sentry/browser": "6.16.1",
42-
"@sentry/integrations": "6.16.1",
41+
"@sentry/browser": "6.17.0",
42+
"@sentry/integrations": "6.17.0",
4343
"chart.js": "3.7.0",
4444
"copy-text-to-clipboard": "3.0.1",
4545
"date-fns": "2.28.0",

yarn.lock

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1816,66 +1816,66 @@
18161816
errorhandler "^1.5.1"
18171817
fs-extra "^10.0.0"
18181818

1819-
"@sentry/browser@6.16.1":
1820-
version "6.16.1"
1821-
resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-6.16.1.tgz#4270ab0fbd1de425e339b3e7a364feb09f470a87"
1822-
integrity sha512-F2I5RL7RTLQF9CccMrqt73GRdK3FdqaChED3RulGQX5lH6U3exHGFxwyZxSrY4x6FedfBFYlfXWWCJXpLnFkow==
1823-
dependencies:
1824-
"@sentry/core" "6.16.1"
1825-
"@sentry/types" "6.16.1"
1826-
"@sentry/utils" "6.16.1"
1819+
"@sentry/browser@6.17.0":
1820+
version "6.17.0"
1821+
resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-6.17.0.tgz#c82b4130d521b32f5198647db6f13e7ee62b420d"
1822+
integrity sha512-ePiGb80RJEloSm0lzxLOGeuwdSFJqE3y9y6kLb/2CWQkLPhltKTFcsQHR3hPYRNrhJYBILhc7raJTPtGHoS48g==
1823+
dependencies:
1824+
"@sentry/core" "6.17.0"
1825+
"@sentry/types" "6.17.0"
1826+
"@sentry/utils" "6.17.0"
18271827
tslib "^1.9.3"
18281828

1829-
"@sentry/core@6.16.1":
1830-
version "6.16.1"
1831-
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-6.16.1.tgz#d9f7a75f641acaddf21b6aafa7a32e142f68f17c"
1832-
integrity sha512-UFI0264CPUc5cR1zJH+S2UPOANpm6dLJOnsvnIGTjsrwzR0h8Hdl6rC2R/GPq+WNbnipo9hkiIwDlqbqvIU5vw==
1829+
"@sentry/core@6.17.0":
1830+
version "6.17.0"
1831+
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-6.17.0.tgz#687799404c461240a847e530ee54780161c4450e"
1832+
integrity sha512-9ozq3mIaOdXW56Vwh0WJlB2lzhmjkEADPvvr65Ai7kYNpvln3HTmwqPGccsq3t5TGXuggRg/QuHZbfShGBb1gA==
18331833
dependencies:
1834-
"@sentry/hub" "6.16.1"
1835-
"@sentry/minimal" "6.16.1"
1836-
"@sentry/types" "6.16.1"
1837-
"@sentry/utils" "6.16.1"
1834+
"@sentry/hub" "6.17.0"
1835+
"@sentry/minimal" "6.17.0"
1836+
"@sentry/types" "6.17.0"
1837+
"@sentry/utils" "6.17.0"
18381838
tslib "^1.9.3"
18391839

1840-
"@sentry/hub@6.16.1":
1841-
version "6.16.1"
1842-
resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-6.16.1.tgz#526e19db51f4412da8634734044c605b936a7b80"
1843-
integrity sha512-4PGtg6AfpqMkreTpL7ymDeQ/U1uXv03bKUuFdtsSTn/FRf9TLS4JB0KuTZCxfp1IRgAA+iFg6B784dDkT8R9eg==
1840+
"@sentry/hub@6.17.0":
1841+
version "6.17.0"
1842+
resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-6.17.0.tgz#5e7eda357dbd922e3598974c00924b3cb4b539ba"
1843+
integrity sha512-SAeijR3Vz9r2I5pXjOmUCUgCAofcF/7sj0ig8nGMj7TgZBiVXEpKAkDaxpRHIppa1vR+DrtEbVzcqsxFfAIn4Q==
18441844
dependencies:
1845-
"@sentry/types" "6.16.1"
1846-
"@sentry/utils" "6.16.1"
1845+
"@sentry/types" "6.17.0"
1846+
"@sentry/utils" "6.17.0"
18471847
tslib "^1.9.3"
18481848

1849-
"@sentry/integrations@6.16.1":
1850-
version "6.16.1"
1851-
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-6.16.1.tgz#ef29e47e3b920126b31c332d381c5a1ca43b0185"
1852-
integrity sha512-YobbH3jWMRJxCeFzr8USlju1Up0EJoxaAT4y+LQQ0ZLfyfOdPX0d0iFnWMCar8gwR1nRujFS0HM0BBKY3an0LA==
1849+
"@sentry/integrations@6.17.0":
1850+
version "6.17.0"
1851+
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-6.17.0.tgz#b1dcc634a9d3ba9cfafd72a7fc1653e4b3b39e1b"
1852+
integrity sha512-c6r3yDBoYDq6l60ju3prWypPH4QZbewXJ7rlf6RB/PecwLUPP41/76+qeG1npeAUiWcO2LHod3BTJBO77v5vUQ==
18531853
dependencies:
1854-
"@sentry/types" "6.16.1"
1855-
"@sentry/utils" "6.16.1"
1854+
"@sentry/types" "6.17.0"
1855+
"@sentry/utils" "6.17.0"
18561856
localforage "^1.8.1"
18571857
tslib "^1.9.3"
18581858

1859-
"@sentry/minimal@6.16.1":
1860-
version "6.16.1"
1861-
resolved "https://registry.yarnpkg.com/@sentry/minimal/-/minimal-6.16.1.tgz#6a9506a92623d2ff1fc17d60989688323326772e"
1862-
integrity sha512-dq+mI1EQIvUM+zJtGCVgH3/B3Sbx4hKlGf2Usovm9KoqWYA+QpfVBholYDe/H2RXgO7LFEefDLvOdHDkqeJoyA==
1859+
"@sentry/minimal@6.17.0":
1860+
version "6.17.0"
1861+
resolved "https://registry.yarnpkg.com/@sentry/minimal/-/minimal-6.17.0.tgz#872984ca93f9cb5e4590edf26aba4c2def899f34"
1862+
integrity sha512-W+zibEOFX/XnsfZqOAMs4N2uwRKVsqKQNlkNTSu1PBNrKkjRiEZQqvGh85B5WW+zbcJWjPrfzuJ3o46s+zVqGQ==
18631863
dependencies:
1864-
"@sentry/hub" "6.16.1"
1865-
"@sentry/types" "6.16.1"
1864+
"@sentry/hub" "6.17.0"
1865+
"@sentry/types" "6.17.0"
18661866
tslib "^1.9.3"
18671867

1868-
"@sentry/types@6.16.1":
1869-
version "6.16.1"
1870-
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-6.16.1.tgz#4917607115b30315757c2cf84f80bac5100b8ac0"
1871-
integrity sha512-Wh354g30UsJ5kYJbercektGX4ZMc9MHU++1NjeN2bTMnbofEcpUDWIiKeulZEY65IC1iU+1zRQQgtYO+/hgCUQ==
1868+
"@sentry/types@6.17.0":
1869+
version "6.17.0"
1870+
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-6.17.0.tgz#ea4afbdba53d6d720f630cc9d3d8113831f43655"
1871+
integrity sha512-JFlXrm0A5S7RG7Xbxh+1XfiNkErByzYmDbg8XR0OSeU/F0DfDZ1lts3qEC7Lv+MjWxWhHg0ceD9hoIi0LzFmsg==
18721872

1873-
"@sentry/utils@6.16.1":
1874-
version "6.16.1"
1875-
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-6.16.1.tgz#1b9e14c2831b6e8b816f7021b9876133bf2be008"
1876-
integrity sha512-7ngq/i4R8JZitJo9Sl8PDnjSbDehOxgr1vsoMmerIsyRZ651C/8B+jVkMhaAPgSdyJ0AlE3O7DKKTP1FXFw9qw==
1873+
"@sentry/utils@6.17.0":
1874+
version "6.17.0"
1875+
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-6.17.0.tgz#f025728f1a1fbd47c046094f4377e7b4b652ad47"
1876+
integrity sha512-t9NoYLYRPe7cdA+9DgqBQC1XnF1CRJHGe4PMYoAt/ymiPhfjJDysZ0owycpnWfhN94gMIZXjMZvJDIxsUN674w==
18771877
dependencies:
1878-
"@sentry/types" "6.16.1"
1878+
"@sentry/types" "6.17.0"
18791879
tslib "^1.9.3"
18801880

18811881
"@simple-dom/document@^1.4.0":

0 commit comments

Comments
 (0)