Skip to content

Commit 2e52d4a

Browse files
committed
Auto merge of #3606 - rust-lang:renovate/sentry-monorepo, r=Turbo87
Update sentry monorepo to v6.3.6 [![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.3.5` -> `6.3.6`](https://renovatebot.com/diffs/npm/`@sentry%2fbrowser/6.3.5/6.3.6)` | [![age](https://badges.renovateapi.com/packages/npm/`@sentry%2fbrowser/6.3.6/age-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![adoption](https://badges.renovateapi.com/packages/npm/`@sentry%2fbrowser/6.3.6/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![passing](https://badges.renovateapi.com/packages/npm/`@sentry%2fbrowser/6.3.6/compatibility-slim/6.3.5)](https://docs.renovatebot.com/merge-confidence/)` | [![confidence](https://badges.renovateapi.com/packages/npm/`@sentry%2fbrowser/6.3.6/confidence-slim/6.3.5)](https://docs.renovatebot.com/merge-confidence/)` | | [`@sentry/integrations](https://togithub.com/getsentry/sentry-javascript)` | [`6.3.5` -> `6.3.6`](https://renovatebot.com/diffs/npm/`@sentry%2fintegrations/6.3.5/6.3.6)` | [![age](https://badges.renovateapi.com/packages/npm/`@sentry%2fintegrations/6.3.6/age-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![adoption](https://badges.renovateapi.com/packages/npm/`@sentry%2fintegrations/6.3.6/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![passing](https://badges.renovateapi.com/packages/npm/`@sentry%2fintegrations/6.3.6/compatibility-slim/6.3.5)](https://docs.renovatebot.com/merge-confidence/)` | [![confidence](https://badges.renovateapi.com/packages/npm/`@sentry%2fintegrations/6.3.6/confidence-slim/6.3.5)](https://docs.renovatebot.com/merge-confidence/)` | --- ### Release Notes <details> <summary>getsentry/sentry-javascript</summary> ### [`v6.3.6`](https://togithub.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md#&#8203;636) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/6.3.5...6.3.6) - [nextjs] fix: Fix error logging ([#&#8203;3512](https://togithub.com/getsentry/sentry-javascript/issues/3512)) - [nextjs] fix: Add environment automatically ([#&#8203;3495](https://togithub.com/getsentry/sentry-javascript/issues/3495)) - [node] feat: Implement category based rate limiting ([#&#8203;3435](https://togithub.com/getsentry/sentry-javascript/issues/3435)) - [node] fix: Set handled to false when it is a crash ([#&#8203;3493](https://togithub.com/getsentry/sentry-javascript/issues/3493)) - [tracing] fix: Mark tracing distributables as side effects ([#&#8203;3519](https://togithub.com/getsentry/sentry-javascript/issues/3519)) </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, check this box. --- 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 709a1b2 + bd45068 commit 2e52d4a

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
@@ -37,8 +37,8 @@
3737
"trailingComma": "all"
3838
},
3939
"dependencies": {
40-
"@sentry/browser": "6.3.5",
41-
"@sentry/integrations": "6.3.5",
40+
"@sentry/browser": "6.3.6",
41+
"@sentry/integrations": "6.3.6",
4242
"chart.js": "3.2.1",
4343
"copy-text-to-clipboard": "3.0.1",
4444
"date-fns": "2.21.3",

yarn.lock

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1850,66 +1850,66 @@
18501850
dependencies:
18511851
"@percy/logger" "^1.0.0-beta.47"
18521852

1853-
"@sentry/[email protected].5":
1854-
version "6.3.5"
1855-
resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-6.3.5.tgz#fc89538cf73752cd5b10060a914c6c5ece2d2893"
1856-
integrity sha512-fjkhPR5gLCGVWhbWjEoN64hnmTvfTLRCgWmYTc9SiGchWFoFEmLqZyF2uJFyt27+qamLQ9fN58nnv4Ly2yyxqg==
1857-
dependencies:
1858-
"@sentry/core" "6.3.5"
1859-
"@sentry/types" "6.3.5"
1860-
"@sentry/utils" "6.3.5"
1853+
"@sentry/[email protected].6":
1854+
version "6.3.6"
1855+
resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-6.3.6.tgz#bba07033efded6c844de88dcc47f99548a29afed"
1856+
integrity sha512-l4323jxuBOArki6Wf+EHes39IEyJ2Zj/CIUaTY7GWh7CntpfHQAfFmZWQw3Ozq+ka1u8lVp25RPhb4Wng3azNA==
1857+
dependencies:
1858+
"@sentry/core" "6.3.6"
1859+
"@sentry/types" "6.3.6"
1860+
"@sentry/utils" "6.3.6"
18611861
tslib "^1.9.3"
18621862

1863-
"@sentry/[email protected].5":
1864-
version "6.3.5"
1865-
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-6.3.5.tgz#6b73de736eb9d0040be94cdbb06a744cd6b9172e"
1866-
integrity sha512-VR2ibDy33mryD0mT6d9fGhKjdNzS2FSwwZPe9GvmNOjkyjly/oV91BKVoYJneCqOeq8fyj2lvkJGKuupdJNDqg==
1863+
"@sentry/[email protected].6":
1864+
version "6.3.6"
1865+
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-6.3.6.tgz#e2ec6ae7e456e61f28000bab2d8ce85f58c59c66"
1866+
integrity sha512-w6BRizAqh7BaiM9oeKzO6aACXwRijUPacYaVLX/OfhqCSueF9uDxpMRT7+4D/eCeDVqgJYhBJ4Vsu2NSstkk4A==
18671867
dependencies:
1868-
"@sentry/hub" "6.3.5"
1869-
"@sentry/minimal" "6.3.5"
1870-
"@sentry/types" "6.3.5"
1871-
"@sentry/utils" "6.3.5"
1868+
"@sentry/hub" "6.3.6"
1869+
"@sentry/minimal" "6.3.6"
1870+
"@sentry/types" "6.3.6"
1871+
"@sentry/utils" "6.3.6"
18721872
tslib "^1.9.3"
18731873

1874-
"@sentry/[email protected].5":
1875-
version "6.3.5"
1876-
resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-6.3.5.tgz#c5bc6760f7e4e53e87149703b106804299060389"
1877-
integrity sha512-ZYFo7VYKwdPVjuV9BDFiYn+MpANn6eZMz5QDBfZ2dugIvIVbuOyOOLx8PSa3ZXJoVTZZ7s2wD2fi/ZxKjNjZOQ==
1874+
"@sentry/[email protected].6":
1875+
version "6.3.6"
1876+
resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-6.3.6.tgz#e7bc6960e30d8731e23c6e77f31af0bfb1d5af3c"
1877+
integrity sha512-foBZ3ilMnm9Gf9OolrAxYHK8jrA6IF72faDdJ3Al+1H27qcpnBaMdrdEp2/jzwu/dgmwuLmbBaMjEPXaGH/0JQ==
18781878
dependencies:
1879-
"@sentry/types" "6.3.5"
1880-
"@sentry/utils" "6.3.5"
1879+
"@sentry/types" "6.3.6"
1880+
"@sentry/utils" "6.3.6"
18811881
tslib "^1.9.3"
18821882

1883-
"@sentry/[email protected].5":
1884-
version "6.3.5"
1885-
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-6.3.5.tgz#3037e8f047c3b218d3d9bfacbb2089a174045baf"
1886-
integrity sha512-0+AN1JPz+JO/wSLW74mrCxdvxepwxe3u4swn8toPFuhNWiI+zpkZYr/Ic4EYDjLARn4Ouyba28uqESPDq8y0fw==
1883+
"@sentry/[email protected].6":
1884+
version "6.3.6"
1885+
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-6.3.6.tgz#6ce226e04cba6029c414fb2638b7d04be6be4eb4"
1886+
integrity sha512-LTW+/G3zHko/vPGix3na/5qslnI0RV5IhbQXju0qzgTSuW4YILviZnCnyH5Z5K6z4AwJM+w9uzL4vagVsbrl/Q==
18871887
dependencies:
1888-
"@sentry/types" "6.3.5"
1889-
"@sentry/utils" "6.3.5"
1888+
"@sentry/types" "6.3.6"
1889+
"@sentry/utils" "6.3.6"
18901890
localforage "^1.8.1"
18911891
tslib "^1.9.3"
18921892

1893-
"@sentry/[email protected].5":
1894-
version "6.3.5"
1895-
resolved "https://registry.yarnpkg.com/@sentry/minimal/-/minimal-6.3.5.tgz#ef4894771243d01d81e91819400d2ecdcb34b411"
1896-
integrity sha512-4RqIGAU0+8iI/1sw0GYPTr4SUA88/i2+JPjFJ+qloh5ANVaNwhFPRChw+Ys9xpre8LV9JZrEsEf8AvQr4fkNbA==
1893+
"@sentry/[email protected].6":
1894+
version "6.3.6"
1895+
resolved "https://registry.yarnpkg.com/@sentry/minimal/-/minimal-6.3.6.tgz#aebcebd2ee9007b0ec505b9fcefd10f10fc5d43d"
1896+
integrity sha512-uM2/dH0a6zfvI5f+vg+/mST+uTBdN6Jgpm585ipH84ckCYQwIIDRg6daqsen4S1sy/xgg1P1YyC3zdEC4G6b1Q==
18971897
dependencies:
1898-
"@sentry/hub" "6.3.5"
1899-
"@sentry/types" "6.3.5"
1898+
"@sentry/hub" "6.3.6"
1899+
"@sentry/types" "6.3.6"
19001900
tslib "^1.9.3"
19011901

1902-
"@sentry/[email protected].5":
1903-
version "6.3.5"
1904-
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-6.3.5.tgz#d5eca7e76c250882ab78c01a8df894a9a9ca537d"
1905-
integrity sha512-tY/3pkAmGYJ3F0BtwInsdt/uclNvF8aNG7XHsTPQNzk7BkNVWjCXx0sjxi6CILirl5nwNxYxVeTr2ZYAEZ/dSQ==
1902+
"@sentry/[email protected].6":
1903+
version "6.3.6"
1904+
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-6.3.6.tgz#aa3687051af1dc04ebc4eaf7f9562872da67aa5c"
1905+
integrity sha512-93cFJdJkWyCfyZeWFARSU11qnoHVOS/R2h5WIsEf+jbQmkqG2C+TXVz/19s6nHVsfDrwpvYpwALPv4/nrxfU7g==
19061906

1907-
"@sentry/[email protected].5":
1908-
version "6.3.5"
1909-
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-6.3.5.tgz#a4805448cb0314d3d119688162aa695598a10bbb"
1910-
integrity sha512-kHUcZ37QYlNzz7c9LVdApITXHaNmQK7+sw/If3M/qpff1fd5XoecA8laLfcYuz+Cw5mRhVmdhPcCRM3Xi1IGXg==
1907+
"@sentry/[email protected].6":
1908+
version "6.3.6"
1909+
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-6.3.6.tgz#6f619a525f2a94fa6b160500f63f4bd5bd171055"
1910+
integrity sha512-HnYlDBf8Dq8MEv7AulH7B6R1D/2LAooVclGdjg48tSrr9g+31kmtj+SAj2WWVHP9+bp29BWaC7i5nkfKrOibWw==
19111911
dependencies:
1912-
"@sentry/types" "6.3.5"
1912+
"@sentry/types" "6.3.6"
19131913
tslib "^1.9.3"
19141914

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

0 commit comments

Comments
 (0)