Skip to content

Commit ef44329

Browse files
committed
Auto merge of #4666 - rust-lang:renovate/sentry-javascript-monorepo, r=Turbo87
Update sentry-javascript monorepo to v6.19.2 [![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://github.com/getsentry/sentry-javascript)` | [`6.19.1` -> `6.19.2`](https://renovatebot.com/diffs/npm/`@sentry%2fbrowser/6.19.1/6.19.2)` | [![age](https://badges.renovateapi.com/packages/npm/`@sentry%2fbrowser/6.19.2/age-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![adoption](https://badges.renovateapi.com/packages/npm/`@sentry%2fbrowser/6.19.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![passing](https://badges.renovateapi.com/packages/npm/`@sentry%2fbrowser/6.19.2/compatibility-slim/6.19.1)](https://docs.renovatebot.com/merge-confidence/)` | [![confidence](https://badges.renovateapi.com/packages/npm/`@sentry%2fbrowser/6.19.2/confidence-slim/6.19.1)](https://docs.renovatebot.com/merge-confidence/)` | | [`@sentry/integrations](https://github.com/getsentry/sentry-javascript)` | [`6.19.1` -> `6.19.2`](https://renovatebot.com/diffs/npm/`@sentry%2fintegrations/6.19.1/6.19.2)` | [![age](https://badges.renovateapi.com/packages/npm/`@sentry%2fintegrations/6.19.2/age-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![adoption](https://badges.renovateapi.com/packages/npm/`@sentry%2fintegrations/6.19.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![passing](https://badges.renovateapi.com/packages/npm/`@sentry%2fintegrations/6.19.2/compatibility-slim/6.19.1)](https://docs.renovatebot.com/merge-confidence/)` | [![confidence](https://badges.renovateapi.com/packages/npm/`@sentry%2fintegrations/6.19.2/confidence-slim/6.19.1)](https://docs.renovatebot.com/merge-confidence/)` | --- ### Release Notes <details> <summary>getsentry/sentry-javascript</summary> ### [`v6.19.2`](https://github.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#&#8203;6192) [Compare Source](https://github.com/getsentry/sentry-javascript/compare/6.19.1...6.19.2) - feat(core): Add new transports to base backend ([#&#8203;4752](https://github.com/getsentry/sentry-javascript/pull/4752)) - feat(utils): Add `isNaN` function ([#&#8203;4759](https://github.com/getsentry/sentry-javascript/pull/4759)) - fix(integrations): Emit ES5 code in ES5 bundles ([#&#8203;4769](https://github.com/getsentry/sentry-javascript/pull/4769)) - fix(vue): Drop vue-router peerDep ([#&#8203;4764](https://github.com/getsentry/sentry-javascript/pull/4764)) - ref(core): Reduce inboundfilters bundle size ([#&#8203;4625](https://github.com/getsentry/sentry-javascript/pull/4625)) - ref(integrations): Make ReportTypes a union type - ref(node): Add source code context when using LinkedErrors ([#&#8203;4753](https://github.com/getsentry/sentry-javascript/pull/4753)) - ref(utils): Introduce getEnvelopeType helper ([#&#8203;4751](https://github.com/getsentry/sentry-javascript/pull/4751)) - ref(utils): Split normalization code into separate module ([#&#8203;4760](https://github.com/getsentry/sentry-javascript/pull/4760)) </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 ac3a6e1 + ead1612 commit ef44329

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.19.1",
42-
"@sentry/integrations": "6.19.1",
41+
"@sentry/browser": "6.19.2",
42+
"@sentry/integrations": "6.19.2",
4343
"chart.js": "3.7.1",
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
@@ -1811,66 +1811,66 @@
18111811
errorhandler "^1.5.1"
18121812
fs-extra "^10.0.0"
18131813

1814-
"@sentry/[email protected].1":
1815-
version "6.19.1"
1816-
resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-6.19.1.tgz#b941368c230dad721e4fc29873eac52fef4107de"
1817-
integrity sha512-nU73PecOoMwrsw2WRJW+oQSSfgGkcY3So3JH7qwRHnnk4Gx56TkDfS0AOrNRsSpIQXj1UbSFIWKzz6ajsOg9OA==
1818-
dependencies:
1819-
"@sentry/core" "6.19.1"
1820-
"@sentry/types" "6.19.1"
1821-
"@sentry/utils" "6.19.1"
1814+
"@sentry/[email protected].2":
1815+
version "6.19.2"
1816+
resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-6.19.2.tgz#c0f6df07584f3b36fa037067aea20b2c8c2095a3"
1817+
integrity sha512-5VC44p5Vu2eJhVT39nLAJFgha5MjHDYCyZRR1ieeZt3a++otojPGBBAKNAtrEMGV+A2Z9AoneD6ZnDVlyb3GKg==
1818+
dependencies:
1819+
"@sentry/core" "6.19.2"
1820+
"@sentry/types" "6.19.2"
1821+
"@sentry/utils" "6.19.2"
18221822
tslib "^1.9.3"
18231823

1824-
"@sentry/[email protected].1":
1825-
version "6.19.1"
1826-
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-6.19.1.tgz#9672d0d19d4fe438be6e186b2b10a79826f19a03"
1827-
integrity sha512-ZSIFnwYCzABK1jX1iMwUbaAoWbbJear0wM+gSZvJpSUJ1dAXV1OZyL7kXtEJRtATahIlcrMou5ewIoeJizeWAw==
1824+
"@sentry/[email protected].2":
1825+
version "6.19.2"
1826+
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-6.19.2.tgz#dd35ba6ca41a2dd011c43f732bcdadbb52c06376"
1827+
integrity sha512-yu1R3ewBT4udmB4v7sc4biQZ0Z0rfB9+TzB5ZKoCftbe6kqXjFMMaFRYNUF9HicVldKAsBktgkWw3+yfqGkw/A==
18281828
dependencies:
1829-
"@sentry/hub" "6.19.1"
1830-
"@sentry/minimal" "6.19.1"
1831-
"@sentry/types" "6.19.1"
1832-
"@sentry/utils" "6.19.1"
1829+
"@sentry/hub" "6.19.2"
1830+
"@sentry/minimal" "6.19.2"
1831+
"@sentry/types" "6.19.2"
1832+
"@sentry/utils" "6.19.2"
18331833
tslib "^1.9.3"
18341834

1835-
"@sentry/[email protected].1":
1836-
version "6.19.1"
1837-
resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-6.19.1.tgz#bff9ed5885b6e0eb4280774b653fa05edec6ed07"
1838-
integrity sha512-BgUwdxxXntGohAYrXtYrYBA6QzOeRz3NINuS838n7SRTkGf9gBJ/Rd3dyOWUrzJciKty7rmvYIwTA0oo91AMkw==
1835+
"@sentry/[email protected].2":
1836+
version "6.19.2"
1837+
resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-6.19.2.tgz#0e9f9c507e55d8396002f644b43ef27cc9ff1289"
1838+
integrity sha512-W7KCgNBgdBIMagOxy5J5KQPe+maYxSqfE8a5ncQ3R8BcZDQEKnkW/1FplNbfRLZqA/tL/ndKb7pTPqVtzsbARw==
18391839
dependencies:
1840-
"@sentry/types" "6.19.1"
1841-
"@sentry/utils" "6.19.1"
1840+
"@sentry/types" "6.19.2"
1841+
"@sentry/utils" "6.19.2"
18421842
tslib "^1.9.3"
18431843

1844-
"@sentry/[email protected].1":
1845-
version "6.19.1"
1846-
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-6.19.1.tgz#ccc5da6b20b9ba9ff4e8ed79c92b512f8088fa8d"
1847-
integrity sha512-0ViIiwx9BlPi8jvT97ERpJWmRbBUThGOyjNVzWxaa07OEjOgKI6cNgsBHWbPjaCM00WSzaOFOtYiC4464+Mucg==
1844+
"@sentry/[email protected].2":
1845+
version "6.19.2"
1846+
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-6.19.2.tgz#d5abcab94ae23ada097eb454c269e9ab573e14bb"
1847+
integrity sha512-RjkZXPrtrM+lJVEa4OpZ9CYjJdkpPoWslEQzLMvbaRpURpHFqmABGtXRAnJRYKmy6h7/9q9sABcDgCD4OZw11g==
18481848
dependencies:
1849-
"@sentry/types" "6.19.1"
1850-
"@sentry/utils" "6.19.1"
1849+
"@sentry/types" "6.19.2"
1850+
"@sentry/utils" "6.19.2"
18511851
localforage "^1.8.1"
18521852
tslib "^1.9.3"
18531853

1854-
"@sentry/[email protected].1":
1855-
version "6.19.1"
1856-
resolved "https://registry.yarnpkg.com/@sentry/minimal/-/minimal-6.19.1.tgz#d6fc92bd683ae7db207ad9666084307311881dcb"
1857-
integrity sha512-Xre3J6mjWEcQhDmQ3j4g71J8f0nDgg2p7K41SngibfZVYSOe8jAowxSI9JuWD7juuwT5GVRVCqLs+Y6mWDBaoQ==
1854+
"@sentry/[email protected].2":
1855+
version "6.19.2"
1856+
resolved "https://registry.yarnpkg.com/@sentry/minimal/-/minimal-6.19.2.tgz#e748541e4adbc7e80a3b6ccaf01b631c17fc44b4"
1857+
integrity sha512-ClwxKm77iDHET7kpzv1JvzDx1er5DoNu+EUjst0kQzARIrXvu9xuZuE2/CnBWycQWqw8o3HoGoKz65uIhsUCzQ==
18581858
dependencies:
1859-
"@sentry/hub" "6.19.1"
1860-
"@sentry/types" "6.19.1"
1859+
"@sentry/hub" "6.19.2"
1860+
"@sentry/types" "6.19.2"
18611861
tslib "^1.9.3"
18621862

1863-
"@sentry/[email protected].1":
1864-
version "6.19.1"
1865-
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-6.19.1.tgz#684a231f8fe10c9cf14f9552f5da0a4492e6fdbc"
1866-
integrity sha512-ovmNYdqD2MKLmru4calxetX1xjJdYim+HEI/GzwvVUYshsaXRq4EiQ17h3DAy90MV7JH279PmMoPGDTOpufq+Q==
1863+
"@sentry/[email protected].2":
1864+
version "6.19.2"
1865+
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-6.19.2.tgz#0219c9da21ed975951108b8541913b1966464435"
1866+
integrity sha512-XO5qmVBdTs+7PdCz7fAwn1afWxSnRE2KLBFg5/vOdKosPSSHsSHUURSkxiEZc2QsR+JpRB4AeQ26AkIRX38qTg==
18671867

1868-
"@sentry/[email protected].1":
1869-
version "6.19.1"
1870-
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-6.19.1.tgz#9d5f50a0ceb60b63631de88b4abed07253568209"
1871-
integrity sha512-mWcQbQ1yO7PooLpJpQK84+wOfxGeb8iUKRb8inO+2Eg6VksDbXRuJ89Yd4APBTRxBj5Wihy48bPuVfKtovtm8g==
1868+
"@sentry/[email protected].2":
1869+
version "6.19.2"
1870+
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-6.19.2.tgz#995efb896c5159369509f4896c27a2d2ea9191f2"
1871+
integrity sha512-2DQQ2OJaxjtyxGq5FmMlqb6hptsqMs2xoBiVRMkTS/rvyTrk1oQdKZ8ePwjtgX3nJ728ni3IXIyXV+vfGp4EBw==
18721872
dependencies:
1873-
"@sentry/types" "6.19.1"
1873+
"@sentry/types" "6.19.2"
18741874
tslib "^1.9.3"
18751875

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

0 commit comments

Comments
 (0)