Skip to content

Commit c7da7c4

Browse files
committed
Auto merge of #3708 - rust-lang:renovate/sentry-monorepo, r=Turbo87
Update sentry monorepo to v6.7.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://github.com/getsentry/sentry-javascript)` | [`6.7.0` -> `6.7.1`](https://renovatebot.com/diffs/npm/`@sentry%2fbrowser/6.7.0/6.7.1)` | [![age](https://badges.renovateapi.com/packages/npm/`@sentry%2fbrowser/6.7.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![adoption](https://badges.renovateapi.com/packages/npm/`@sentry%2fbrowser/6.7.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![passing](https://badges.renovateapi.com/packages/npm/`@sentry%2fbrowser/6.7.1/compatibility-slim/6.7.0)](https://docs.renovatebot.com/merge-confidence/)` | [![confidence](https://badges.renovateapi.com/packages/npm/`@sentry%2fbrowser/6.7.1/confidence-slim/6.7.0)](https://docs.renovatebot.com/merge-confidence/)` | | [`@sentry/integrations](https://github.com/getsentry/sentry-javascript)` | [`6.7.0` -> `6.7.1`](https://renovatebot.com/diffs/npm/`@sentry%2fintegrations/6.7.0/6.7.1)` | [![age](https://badges.renovateapi.com/packages/npm/`@sentry%2fintegrations/6.7.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![adoption](https://badges.renovateapi.com/packages/npm/`@sentry%2fintegrations/6.7.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![passing](https://badges.renovateapi.com/packages/npm/`@sentry%2fintegrations/6.7.1/compatibility-slim/6.7.0)](https://docs.renovatebot.com/merge-confidence/)` | [![confidence](https://badges.renovateapi.com/packages/npm/`@sentry%2fintegrations/6.7.1/confidence-slim/6.7.0)](https://docs.renovatebot.com/merge-confidence/)` | --- ### Release Notes <details> <summary>getsentry/sentry-javascript</summary> ### [`v6.7.1`](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md#&#8203;671) [Compare Source](https://github.com/getsentry/sentry-javascript/compare/6.7.0...6.7.1) - \[core] fix: Add event type to item header when envelopes are forced ([#&#8203;3676](https://github.com/getsentry/sentry-javascript/issues/3676)) - \[core] fix: Include DSN in envelope header for sessions ([#&#8203;3680](https://github.com/getsentry/sentry-javascript/issues/3680)) - \[core] fix: Prevent scope from storing more than 100 breadcrumbs at the time ([#&#8203;3677](https://github.com/getsentry/sentry-javascript/issues/3677)) - \[node] ref: Remove default http(s) import from http-module ([#&#8203;3681](https://github.com/getsentry/sentry-javascript/issues/3681)) - \[nextjs] feat: Add body data to transaction `request` context ([#&#8203;3672](https://github.com/getsentry/sentry-javascript/issues/3672)) </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 ef58484 + 0743202 commit c7da7c4

File tree

2 files changed

+44
-44
lines changed

2 files changed

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

yarn.lock

Lines changed: 42 additions & 42 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/[email protected].0":
1925-
version "6.7.0"
1926-
resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-6.7.0.tgz#ed2167893bb9f2f20acf281f7bf7761152ae1951"
1927-
integrity sha512-sZvy2fxHjHXPdlaz8Ax02BeUbdILRv6a4i9FvMHvgSBeDiAVRIS+ihBhJAqziNOqwwXYThCSPKcCYGyTTncrVw==
1924+
"@sentry/[email protected].1":
1925+
version "6.7.1"
1926+
resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-6.7.1.tgz#e01144a08984a486ecc91d7922cc457e9c9bd6b7"
1927+
integrity sha512-R5PYx4TTvifcU790XkK6JVGwavKaXwycDU0MaAwfc4Vf7BLm5KCNJCsDySu1RPAap/017MVYf54p6dWvKiRviA==
19281928
dependencies:
1929-
"@sentry/core" "6.7.0"
1930-
"@sentry/types" "6.7.0"
1931-
"@sentry/utils" "6.7.0"
1929+
"@sentry/core" "6.7.1"
1930+
"@sentry/types" "6.7.1"
1931+
"@sentry/utils" "6.7.1"
19321932
tslib "^1.9.3"
19331933

1934-
"@sentry/[email protected].0":
1935-
version "6.7.0"
1936-
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-6.7.0.tgz#7006e804b7201d5711ee7f97efc0f1774782a9aa"
1937-
integrity sha512-1TzDQIsS71a+6T1o3+NPyIgsTc37wdGh7cKZ8DRQ4bsML7MAkBV/LJeTVbXa0S9xha1v9v/oPindnHX5vBLJbg==
1934+
"@sentry/[email protected].1":
1935+
version "6.7.1"
1936+
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-6.7.1.tgz#c3aaa6415d06bec65ac446b13b84f073805633e3"
1937+
integrity sha512-VAv8OR/7INn2JfiLcuop4hfDcyC7mfL9fdPndQEhlacjmw8gRrgXjR7qyhnCTgzFLkHI7V5bcdIzA83TRPYQpA==
19381938
dependencies:
1939-
"@sentry/hub" "6.7.0"
1940-
"@sentry/minimal" "6.7.0"
1941-
"@sentry/types" "6.7.0"
1942-
"@sentry/utils" "6.7.0"
1939+
"@sentry/hub" "6.7.1"
1940+
"@sentry/minimal" "6.7.1"
1941+
"@sentry/types" "6.7.1"
1942+
"@sentry/utils" "6.7.1"
19431943
tslib "^1.9.3"
19441944

1945-
"@sentry/[email protected].0":
1946-
version "6.7.0"
1947-
resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-6.7.0.tgz#a9a2407af20b372e3e1e0d6a08800db9f821ced5"
1948-
integrity sha512-8e1IF6v8OIjuZVsolBAFoHhY0fEolsWwmZzm9k5N1wXWRbu4gpLHnCtDw47u2O9CFYr+b//bNXjmsA+DTckPkw==
1945+
"@sentry/[email protected].1":
1946+
version "6.7.1"
1947+
resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-6.7.1.tgz#d46d24deec67f0731a808ca16796e6765b371bc1"
1948+
integrity sha512-eVCTWvvcp6xa0A5GGNHMQEWslmKPlisE5rGmsV/kjvSUv3zSrI0eIDfb51ikdnCiBjHpK2NBWP8Vy8cZOEJegg==
19491949
dependencies:
1950-
"@sentry/types" "6.7.0"
1951-
"@sentry/utils" "6.7.0"
1950+
"@sentry/types" "6.7.1"
1951+
"@sentry/utils" "6.7.1"
19521952
tslib "^1.9.3"
19531953

1954-
"@sentry/[email protected].0":
1955-
version "6.7.0"
1956-
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-6.7.0.tgz#777556493663d401e5642bd22ae0de4cc93cf488"
1957-
integrity sha512-sEmlbE84Ljcbu5fqmOHv5IgbYKhKBsiGzOhgLdMMchIMPAnJ2vc22jq0xaqLUO6WCmRgJZjeManYkXtImFu44g==
1954+
"@sentry/[email protected].1":
1955+
version "6.7.1"
1956+
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-6.7.1.tgz#9a6723e35589dfdb13c2cd22259184946f0b275e"
1957+
integrity sha512-nWxAPTunZxE+E6bi4FyhKHXcUUVpbSpvtwvdHiw/K72p7FuX/K0qU002Ltdfs4U1nyMIjesE776IGMrBLU67uA==
19581958
dependencies:
1959-
"@sentry/types" "6.7.0"
1960-
"@sentry/utils" "6.7.0"
1959+
"@sentry/types" "6.7.1"
1960+
"@sentry/utils" "6.7.1"
19611961
localforage "^1.8.1"
19621962
tslib "^1.9.3"
19631963

1964-
"@sentry/[email protected].0":
1965-
version "6.7.0"
1966-
resolved "https://registry.yarnpkg.com/@sentry/minimal/-/minimal-6.7.0.tgz#1faea2c8246dad65c9faeda6fcc6c3640680f35f"
1967-
integrity sha512-q0SX2t1+6c8TSe8nI4+EsWc8+kSsKiGhoGo2tN2OTk4EXKCYEsEEDqB9iu7md5StmtmrO3UnRiYwT7JV8QGOeg==
1964+
"@sentry/[email protected].1":
1965+
version "6.7.1"
1966+
resolved "https://registry.yarnpkg.com/@sentry/minimal/-/minimal-6.7.1.tgz#babf85ee2f167e9dcf150d750d7a0b250c98449c"
1967+
integrity sha512-HDDPEnQRD6hC0qaHdqqKDStcdE1KhkFh0RCtJNMCDn0zpav8Dj9AteF70x6kLSlliAJ/JFwi6AmQrLz+FxPexw==
19681968
dependencies:
1969-
"@sentry/hub" "6.7.0"
1970-
"@sentry/types" "6.7.0"
1969+
"@sentry/hub" "6.7.1"
1970+
"@sentry/types" "6.7.1"
19711971
tslib "^1.9.3"
19721972

1973-
"@sentry/[email protected].0":
1974-
version "6.7.0"
1975-
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-6.7.0.tgz#93f105c3bbca08224db79d9dd83bed0a56ef13d3"
1976-
integrity sha512-5pKv0yJEOnkjy3J3eiGaM1CD2+p3rXkctJa8loZH7QgY7mJgUTKpozO3YymUmGjblthlrbuhH+5wUIBnVF60Bg==
1973+
"@sentry/[email protected].1":
1974+
version "6.7.1"
1975+
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-6.7.1.tgz#c8263e1886df5e815570c4668eb40a1cfaa1c88b"
1976+
integrity sha512-9AO7HKoip2MBMNQJEd6+AKtjj2+q9Ze4ooWUdEvdOVSt5drg7BGpK221/p9JEOyJAZwEPEXdcMd3VAIMiOb4MA==
19771977

1978-
"@sentry/[email protected].0":
1979-
version "6.7.0"
1980-
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-6.7.0.tgz#694131b5fff76e5bf2f11ca05814eccabbdc2852"
1981-
integrity sha512-K6s9svqOF4TT4AwvlDdiV9ZSGStSnf64s8KH1DNqwu5EZULvXvg0kbqgi6ZJTDHcchbnwHm7hLMNfuw95Aqi4Q==
1978+
"@sentry/[email protected].1":
1979+
version "6.7.1"
1980+
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-6.7.1.tgz#909184ad580f0f6375e1e4d4a6ffd33dfe64a4d1"
1981+
integrity sha512-Tq2otdbWlHAkctD+EWTYKkEx6BL1Qn3Z/imkO06/PvzpWvVhJWQ5qHAzz5XnwwqNHyV03KVzYB6znq1Bea9HuA==
19821982
dependencies:
1983-
"@sentry/types" "6.7.0"
1983+
"@sentry/types" "6.7.1"
19841984
tslib "^1.9.3"
19851985

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

0 commit comments

Comments
 (0)