Skip to content

Commit a377921

Browse files
committed
Auto merge of #4658 - rust-lang:renovate/sentry-javascript-monorepo, r=Turbo87
Update sentry-javascript monorepo to v6.19.1 [![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.18.2` -> `6.19.1`](https://renovatebot.com/diffs/npm/`@sentry%2fbrowser/6.18.2/6.19.1)` | [![age](https://badges.renovateapi.com/packages/npm/`@sentry%2fbrowser/6.19.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![adoption](https://badges.renovateapi.com/packages/npm/`@sentry%2fbrowser/6.19.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![passing](https://badges.renovateapi.com/packages/npm/`@sentry%2fbrowser/6.19.1/compatibility-slim/6.18.2)](https://docs.renovatebot.com/merge-confidence/)` | [![confidence](https://badges.renovateapi.com/packages/npm/`@sentry%2fbrowser/6.19.1/confidence-slim/6.18.2)](https://docs.renovatebot.com/merge-confidence/)` | | [`@sentry/integrations](https://togithub.com/getsentry/sentry-javascript)` | [`6.18.2` -> `6.19.1`](https://renovatebot.com/diffs/npm/`@sentry%2fintegrations/6.18.2/6.19.1)` | [![age](https://badges.renovateapi.com/packages/npm/`@sentry%2fintegrations/6.19.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![adoption](https://badges.renovateapi.com/packages/npm/`@sentry%2fintegrations/6.19.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![passing](https://badges.renovateapi.com/packages/npm/`@sentry%2fintegrations/6.19.1/compatibility-slim/6.18.2)](https://docs.renovatebot.com/merge-confidence/)` | [![confidence](https://badges.renovateapi.com/packages/npm/`@sentry%2fintegrations/6.19.1/confidence-slim/6.18.2)](https://docs.renovatebot.com/merge-confidence/)` | --- ### Release Notes <details> <summary>getsentry/sentry-javascript</summary> ### [`v6.19.1`](https://togithub.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#&#8203;6191) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/6.19.0...6.19.1) This release fixes a bug from 6.19.0 causing type import errors in most JS SDKs. fix(types): Point to type definitions in dist folder [#&#8203;4745](https://togithub.com/getsentry/sentry-javascript/pull/4745) ### [`v6.19.0`](https://togithub.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#&#8203;6190) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/6.18.2...6.19.0) This release makes a change to the data normalization process, limiting the number of entries or properties which will be included in any given array or object to 1000. Previously there was no limit, so in rare cases you may notice a change in your context data. If this is a problem, you can increase the limit with the new `maxNormalizationBreadth` setting. See [#&#8203;4689](https://togithub.com/getsentry/sentry-javascript/pull/4689) for details. feat(build): Create debug versions of minified bundles ([#&#8203;4699](https://togithub.com/getsentry/sentry-javascript/pull/4699)) feat(integrations): Make ES6 integration bundles ([#&#8203;4718](https://togithub.com/getsentry/sentry-javascript/pull/4718)) feat(utils): Limit `normalize` maximum properties/elements ([#&#8203;4689](https://togithub.com/getsentry/sentry-javascript/pull/4689)) feat(various): Apply debug guard to logger everywhere ([#&#8203;4698](https://togithub.com/getsentry/sentry-javascript/pull/4698)) fix(browser): Use `apply` rather than `call` in `try-catch` integration ([#&#8203;4695](https://togithub.com/getsentry/sentry-javascript/pull/4695)) fix(ember): Fix merging env config ([#&#8203;4714](https://togithub.com/getsentry/sentry-javascript/pull/4714)) fix(nextjs): Add env var to suppress API non-response meta-warning ([#&#8203;4706](https://togithub.com/getsentry/sentry-javascript/pull/4706)) fix(nextjs): Widen scope for client file upload ([#&#8203;4705](https://togithub.com/getsentry/sentry-javascript/pull/4705)) fix(node): Fix async stack parsing ([#&#8203;4721](https://togithub.com/getsentry/sentry-javascript/pull/4721)) ref(browser): Use ratelimit utils in base transport ([#&#8203;4686](https://togithub.com/getsentry/sentry-javascript/pull/4686)) ref(build): Introduce root build directory in ``@sentry/browser`` ([#&#8203;4688](https://togithub.com/getsentry/sentry-javascript/pull/4688)) ref(minimal): Simplify `syntheticException` creation ([#&#8203;4691](https://togithub.com/getsentry/sentry-javascript/pull/4691)) ref(tracing): Remove `BrowserTracing` logging flag default value ([#&#8203;4708](https://togithub.com/getsentry/sentry-javascript/pull/4708)) ref(utils): Simplify `isDebugBuild` logging guard ([#&#8203;4696](https://togithub.com/getsentry/sentry-javascript/pull/4696)) Work in this release contributed by [`@&#8203;Turbo87](https://togithub.com/Turbo87).` 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 52f4f3e + 7cd5104 commit a377921

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.18.2",
42-
"@sentry/integrations": "6.18.2",
41+
"@sentry/browser": "6.19.1",
42+
"@sentry/integrations": "6.19.1",
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/browser@6.18.2":
1815-
version "6.18.2"
1816-
resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-6.18.2.tgz#f980add635c242420a7f0c4dd3ed5668f1f39513"
1817-
integrity sha512-EsqKSNboi2gOiMuEwQranLucxrARi00y2vgUnaPXcqTKTlVlHDetoWHvq8/r29idA1JHGka5tDrwrmWccWIkrg==
1818-
dependencies:
1819-
"@sentry/core" "6.18.2"
1820-
"@sentry/types" "6.18.2"
1821-
"@sentry/utils" "6.18.2"
1814+
"@sentry/browser@6.19.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"
18221822
tslib "^1.9.3"
18231823

1824-
"@sentry/core@6.18.2":
1825-
version "6.18.2"
1826-
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-6.18.2.tgz#d27619b7b4a4b90e2cfdc254d40ee9d630b251b9"
1827-
integrity sha512-r5ad/gq5S/JHc9sd5CUhZQT9ojQ+f+thk/AoGeGawX/8HURZYAgIqD565d6FK0VsZEDkdRMl58z1Qon20h3y1g==
1824+
"@sentry/core@6.19.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==
18281828
dependencies:
1829-
"@sentry/hub" "6.18.2"
1830-
"@sentry/minimal" "6.18.2"
1831-
"@sentry/types" "6.18.2"
1832-
"@sentry/utils" "6.18.2"
1829+
"@sentry/hub" "6.19.1"
1830+
"@sentry/minimal" "6.19.1"
1831+
"@sentry/types" "6.19.1"
1832+
"@sentry/utils" "6.19.1"
18331833
tslib "^1.9.3"
18341834

1835-
"@sentry/hub@6.18.2":
1836-
version "6.18.2"
1837-
resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-6.18.2.tgz#fdb8536f61899fd48f3d1b49a6957348ad729ec5"
1838-
integrity sha512-d0AugekMkbnN12b4EXMjseJxtLPc9S20DGobCPUb4oAQT6S2oDQEj1jwP6PQ5vtgyy+GMYWxBMgqAQ4pjVYISQ==
1835+
"@sentry/hub@6.19.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==
18391839
dependencies:
1840-
"@sentry/types" "6.18.2"
1841-
"@sentry/utils" "6.18.2"
1840+
"@sentry/types" "6.19.1"
1841+
"@sentry/utils" "6.19.1"
18421842
tslib "^1.9.3"
18431843

1844-
"@sentry/integrations@6.18.2":
1845-
version "6.18.2"
1846-
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-6.18.2.tgz#caed0092e8a6c9fb0b8b7efd2deef946ca76e626"
1847-
integrity sha512-jzEH15m1dewzma2Fp0ENNRUDEOI3gGPfC/+lsLAuj9AMoNZ6qykQP8cB8OPTlzIZc0oyWGAE/1LoTrndPAvoPA==
1844+
"@sentry/integrations@6.19.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==
18481848
dependencies:
1849-
"@sentry/types" "6.18.2"
1850-
"@sentry/utils" "6.18.2"
1849+
"@sentry/types" "6.19.1"
1850+
"@sentry/utils" "6.19.1"
18511851
localforage "^1.8.1"
18521852
tslib "^1.9.3"
18531853

1854-
"@sentry/minimal@6.18.2":
1855-
version "6.18.2"
1856-
resolved "https://registry.yarnpkg.com/@sentry/minimal/-/minimal-6.18.2.tgz#581c2fc030b9c89f1fcdc3e4855b91ce6c95db56"
1857-
integrity sha512-n7KYuo34W2LxE+3dnZ47of7XHuORINCnXq66XH72eoj67tf0XeWbIhEJrYGmoLRyRfoCYYrBLWiDl/uTjLzrzQ==
1854+
"@sentry/minimal@6.19.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==
18581858
dependencies:
1859-
"@sentry/hub" "6.18.2"
1860-
"@sentry/types" "6.18.2"
1859+
"@sentry/hub" "6.19.1"
1860+
"@sentry/types" "6.19.1"
18611861
tslib "^1.9.3"
18621862

1863-
"@sentry/types@6.18.2":
1864-
version "6.18.2"
1865-
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-6.18.2.tgz#f528fec8b75c19d5a6976004e71703184c6cf7be"
1866-
integrity sha512-WzpJf/Q5aORTzrSwer/As1NlO90dBAQpaHV2ikDDKqOyMWEgjKb5/4gh59p9gH8JMMnLetP1AvQel0fOj5UnUw==
1863+
"@sentry/types@6.19.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==
18671867

1868-
"@sentry/utils@6.18.2":
1869-
version "6.18.2"
1870-
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-6.18.2.tgz#c572a3ff49113e7dc4c97db1a18d117f199b9fff"
1871-
integrity sha512-EC619jesknyu4xpwud5WC/5odYLz6JUy7OSFy5405PpdGeh/m8XUvuJAx4zDx0Iz/Mlk0S1Md+ZcQwqkv39dkw==
1868+
"@sentry/utils@6.19.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==
18721872
dependencies:
1873-
"@sentry/types" "6.18.2"
1873+
"@sentry/types" "6.19.1"
18741874
tslib "^1.9.3"
18751875

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

0 commit comments

Comments
 (0)