Skip to content

Commit 69023ad

Browse files
committed
Auto merge of #3693 - rust-lang:renovate/sentry-monorepo, r=Turbo87
Update sentry monorepo to v6.6.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://github.com/getsentry/sentry-javascript)` | [`6.5.1` -> `6.6.0`](https://renovatebot.com/diffs/npm/`@sentry%2fbrowser/6.5.1/6.6.0)` | [![age](https://badges.renovateapi.com/packages/npm/`@sentry%2fbrowser/6.6.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![adoption](https://badges.renovateapi.com/packages/npm/`@sentry%2fbrowser/6.6.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![passing](https://badges.renovateapi.com/packages/npm/`@sentry%2fbrowser/6.6.0/compatibility-slim/6.5.1)](https://docs.renovatebot.com/merge-confidence/)` | [![confidence](https://badges.renovateapi.com/packages/npm/`@sentry%2fbrowser/6.6.0/confidence-slim/6.5.1)](https://docs.renovatebot.com/merge-confidence/)` | | [`@sentry/integrations](https://github.com/getsentry/sentry-javascript)` | [`6.5.1` -> `6.6.0`](https://renovatebot.com/diffs/npm/`@sentry%2fintegrations/6.5.1/6.6.0)` | [![age](https://badges.renovateapi.com/packages/npm/`@sentry%2fintegrations/6.6.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![adoption](https://badges.renovateapi.com/packages/npm/`@sentry%2fintegrations/6.6.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![passing](https://badges.renovateapi.com/packages/npm/`@sentry%2fintegrations/6.6.0/compatibility-slim/6.5.1)](https://docs.renovatebot.com/merge-confidence/)` | [![confidence](https://badges.renovateapi.com/packages/npm/`@sentry%2fintegrations/6.6.0/confidence-slim/6.5.1)](https://docs.renovatebot.com/merge-confidence/)` | --- ### Release Notes <details> <summary>getsentry/sentry-javascript</summary> ### [`v6.6.0`](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md#&#8203;660) [Compare Source](https://github.com/getsentry/sentry-javascript/compare/6.5.1...6.6.0) - \[node] feat: Allow for overriding custom `UrlParser` in Node.js transports ([#&#8203;3612](https://github.com/getsentry/sentry-javascript/issues/3612)) - \[browser] feat: Add `serializeAttribute` option to DOM breadcrumbs. ([#&#8203;3620](https://github.com/getsentry/sentry-javascript/issues/3620)) - \[nextjs] fix: `Improve NextConfigExports` compatibility ([#&#8203;3592](https://github.com/getsentry/sentry-javascript/issues/3592)) - \[nextjs] fix: Use correct abs path for server init ([#&#8203;3649](https://github.com/getsentry/sentry-javascript/issues/3649)) - \[angular] fix: Do not run change detection when capturing the exception ([#&#8203;3618](https://github.com/getsentry/sentry-javascript/issues/3618)) - \[angular] fix: Do not run change detection when finishing transaction ([#&#8203;3622](https://github.com/getsentry/sentry-javascript/issues/3622)) - \[angular] fix: Provide a single compilation unit for the `trace` directive ([#&#8203;3617](https://github.com/getsentry/sentry-javascript/issues/3617)) - \[utils] fix: Check for `performance.now` when calculating browser timing ([#&#8203;3657](https://github.com/getsentry/sentry-javascript/issues/3657)) - \[integrations] fix: Run rewriting for both `exception` and `stacktrace` events ([#&#8203;3653](https://github.com/getsentry/sentry-javascript/issues/3653)) - \[node] ref: Replace old-style `require(console)` with a global object ([#&#8203;3623](https://github.com/getsentry/sentry-javascript/issues/3623)) - \[node] ref: Make `HTTPModule` more abstract to be able to use it in non-Node.JS environments ([#&#8203;3655](https://github.com/getsentry/sentry-javascript/issues/3655)) - \[nextjs] ref: Export `BrowserTracing` integration directly from ``@sentry/nextjs`` ([#&#8203;3647](https://github.com/getsentry/sentry-javascript/issues/3647)) </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 2a6ad0a + b2168af commit 69023ad

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.5.1",
41-
"@sentry/integrations": "6.5.1",
40+
"@sentry/browser": "6.6.0",
41+
"@sentry/integrations": "6.6.0",
4242
"chart.js": "3.3.2",
4343
"copy-text-to-clipboard": "3.0.1",
4444
"date-fns": "2.22.1",

yarn.lock

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1921,66 +1921,66 @@
19211921
dependencies:
19221922
"@percy/logger" "^1.0.0-beta.52"
19231923

1924-
"@sentry/browser@6.5.1":
1925-
version "6.5.1"
1926-
resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-6.5.1.tgz#9a6ed5607b3b0f4e83f38720e3e202906f8c5bdb"
1927-
integrity sha512-iVLCdEFwsoWAzE/hNknexPQjjDpMQV7mmaq9Z1P63bD6MfhwVTx4hG4pHn8HEvC38VvCVf1wv0v/LxtoODAYXg==
1928-
dependencies:
1929-
"@sentry/core" "6.5.1"
1930-
"@sentry/types" "6.5.1"
1931-
"@sentry/utils" "6.5.1"
1924+
"@sentry/browser@6.6.0":
1925+
version "6.6.0"
1926+
resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-6.6.0.tgz#1222c326593f0eecc68fb10e38bafce5fe4244f6"
1927+
integrity sha512-+FBGintTWlO/war3umfyHw2KoodWQFkMbMaudrkHfDgr2aRj8VAF7uWCW9V4XFT5Q7d1fMDvyUWG2C+SyPDBug==
1928+
dependencies:
1929+
"@sentry/core" "6.6.0"
1930+
"@sentry/types" "6.6.0"
1931+
"@sentry/utils" "6.6.0"
19321932
tslib "^1.9.3"
19331933

1934-
"@sentry/core@6.5.1":
1935-
version "6.5.1"
1936-
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-6.5.1.tgz#c8b6c3ed86ed07b193c95d599c1b9a4a161e500e"
1937-
integrity sha512-Mh3sl/iUOT1myHmM6RlDy2ARzkUClx/g4DAt1rJ/IpQBOlDYQraplXSIW80i/hzRgQDfwhwgf4wUa5DicKBjKw==
1934+
"@sentry/core@6.6.0":
1935+
version "6.6.0"
1936+
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-6.6.0.tgz#51661d2dd5023d6cd07467422de1854282ced7e5"
1937+
integrity sha512-EjdeT6paAdxAZgfsVCB8wneahQF3nAUt9GxOJxaOBUv8BSc3HQ/svcTU3RU7k8YsP26PseEOIsedaxsEVZ+7og==
19381938
dependencies:
1939-
"@sentry/hub" "6.5.1"
1940-
"@sentry/minimal" "6.5.1"
1941-
"@sentry/types" "6.5.1"
1942-
"@sentry/utils" "6.5.1"
1939+
"@sentry/hub" "6.6.0"
1940+
"@sentry/minimal" "6.6.0"
1941+
"@sentry/types" "6.6.0"
1942+
"@sentry/utils" "6.6.0"
19431943
tslib "^1.9.3"
19441944

1945-
"@sentry/hub@6.5.1":
1946-
version "6.5.1"
1947-
resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-6.5.1.tgz#135ef09d07d32e87a53f664c0ae8fcc4f5963519"
1948-
integrity sha512-lBRMBVMYP8B4PfRiM70murbtJAXiIAao/asDEMIRNGMP6pI2ArqXfJCBYDkStukhikYD0Kqb4trXq+JYF07Hbg==
1945+
"@sentry/hub@6.6.0":
1946+
version "6.6.0"
1947+
resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-6.6.0.tgz#1b9fa22ee104b7d6afd2dc4c40a1459fda259366"
1948+
integrity sha512-1Yw0kbxcvO7njZUDGvCKB6DxU5jQio7Be3Kx5qxwcx8ojpT9lo9p+IYZajgl6zQqkjjbVm/4SoYqU24ozu5vxw==
19491949
dependencies:
1950-
"@sentry/types" "6.5.1"
1951-
"@sentry/utils" "6.5.1"
1950+
"@sentry/types" "6.6.0"
1951+
"@sentry/utils" "6.6.0"
19521952
tslib "^1.9.3"
19531953

1954-
"@sentry/integrations@6.5.1":
1955-
version "6.5.1"
1956-
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-6.5.1.tgz#e7016f3023a98e2ef893daba18ba74bd8d62654b"
1957-
integrity sha512-NYiW0rH7fwv7aRtrRnfCSIiwulfV2NoLjhmghCONsyo10DNtYmOpogLotCytZFWLDnTJW1+pmTomq8UW/OSTcQ==
1954+
"@sentry/integrations@6.6.0":
1955+
version "6.6.0"
1956+
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-6.6.0.tgz#9c2c3ab77d9dd11d0159913e7250560f3e0ecadd"
1957+
integrity sha512-MStwI3yAjVCZ5BY7aUMpHFe9sdU9tIG2U95Jq9YGvYkdFIAAR1IEHlHIpsEpEPo0OFW0RIsDEhQg19a0D4Z9VQ==
19581958
dependencies:
1959-
"@sentry/types" "6.5.1"
1960-
"@sentry/utils" "6.5.1"
1959+
"@sentry/types" "6.6.0"
1960+
"@sentry/utils" "6.6.0"
19611961
localforage "^1.8.1"
19621962
tslib "^1.9.3"
19631963

1964-
"@sentry/minimal@6.5.1":
1965-
version "6.5.1"
1966-
resolved "https://registry.yarnpkg.com/@sentry/minimal/-/minimal-6.5.1.tgz#b8c1b382c2ea788eec3d32d203e5081b00eb6838"
1967-
integrity sha512-q9Do/oreu1RP695CXCLowVDuQyk7ilE6FGdz2QLpTXAfx8247qOwk6+zy9Kea/Djk93+BoSDVQUSneNiVwl0nQ==
1964+
"@sentry/minimal@6.6.0":
1965+
version "6.6.0"
1966+
resolved "https://registry.yarnpkg.com/@sentry/minimal/-/minimal-6.6.0.tgz#48684734e3c380e5e63a9357d05f0c18bae84419"
1967+
integrity sha512-xVBlZIDxSvHvNdvD5KmjTf8Xgi78vLpT4xqJaDUkW7B+DqWMVJZe5aUdQmcp7X/zWxctBwyMKsdHO7oiHkpS+Q==
19681968
dependencies:
1969-
"@sentry/hub" "6.5.1"
1970-
"@sentry/types" "6.5.1"
1969+
"@sentry/hub" "6.6.0"
1970+
"@sentry/types" "6.6.0"
19711971
tslib "^1.9.3"
19721972

1973-
"@sentry/types@6.5.1":
1974-
version "6.5.1"
1975-
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-6.5.1.tgz#0a34ecfd1ae9275a416a105640eb4bed45a46a1d"
1976-
integrity sha512-b/7a6CMoytaeFPx4IBjfxPw3nPvsQh7ui1C8Vw0LxNNDgBwVhPLzUOWeLWbo5YZCVbGEMIWwtCUQYWxneceZSA==
1973+
"@sentry/types@6.6.0":
1974+
version "6.6.0"
1975+
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-6.6.0.tgz#55cbca23859bad87411f0f32135a968e6e40a639"
1976+
integrity sha512-lZ1uFN0lSNftAohi0lciEoSL58Gk/Ib1lLKaj0FSOvB1PAUmvo5dPtLdd0qjtNdtoaM8zqhrAbwCTQ8XZCDRsg==
19771977

1978-
"@sentry/utils@6.5.1":
1979-
version "6.5.1"
1980-
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-6.5.1.tgz#046baf7d1a6564d6d555437ad3674dba9bc0806a"
1981-
integrity sha512-Wv86JYGQH+ZJ5XGFQX7h6ijl32667ikenoL9EyXMn8UoOYX/MLwZoQZin1P60wmKkYR9ifTNVmpaI9OoTaH+UQ==
1978+
"@sentry/utils@6.6.0":
1979+
version "6.6.0"
1980+
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-6.6.0.tgz#b34d342d05eefc25b7ddd3f27f41c050f1e7e1ef"
1981+
integrity sha512-FK9yqz2x+ef50B54tueeJ6mfb7Pf3lN75omx/YQBDL5cicyOV4j4kJDqn8/VKYhcSuX+ZaCZ/8bvOf0lxe0aHg==
19821982
dependencies:
1983-
"@sentry/types" "6.5.1"
1983+
"@sentry/types" "6.6.0"
19841984
tslib "^1.9.3"
19851985

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

0 commit comments

Comments
 (0)