Skip to content

Commit 9edd125

Browse files
committed
Auto merge of #3357 - rust-lang:renovate/sentry-monorepo, r=Turbo87
Update sentry monorepo to v6.2.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.2.0` -> `6.2.1`](https://renovatebot.com/diffs/npm/`@sentry%2fbrowser/6.2.0/6.2.1)` | [![age](https://badges.renovateapi.com/packages/npm/`@sentry%2fbrowser/6.2.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![adoption](https://badges.renovateapi.com/packages/npm/`@sentry%2fbrowser/6.2.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![passing](https://badges.renovateapi.com/packages/npm/`@sentry%2fbrowser/6.2.1/compatibility-slim/6.2.0)](https://docs.renovatebot.com/merge-confidence/)` | [![confidence](https://badges.renovateapi.com/packages/npm/`@sentry%2fbrowser/6.2.1/confidence-slim/6.2.0)](https://docs.renovatebot.com/merge-confidence/)` | | [`@sentry/integrations](https://togithub.com/getsentry/sentry-javascript)` | [`6.2.0` -> `6.2.1`](https://renovatebot.com/diffs/npm/`@sentry%2fintegrations/6.2.0/6.2.1)` | [![age](https://badges.renovateapi.com/packages/npm/`@sentry%2fintegrations/6.2.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![adoption](https://badges.renovateapi.com/packages/npm/`@sentry%2fintegrations/6.2.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![passing](https://badges.renovateapi.com/packages/npm/`@sentry%2fintegrations/6.2.1/compatibility-slim/6.2.0)](https://docs.renovatebot.com/merge-confidence/)` | [![confidence](https://badges.renovateapi.com/packages/npm/`@sentry%2fintegrations/6.2.1/confidence-slim/6.2.0)](https://docs.renovatebot.com/merge-confidence/)` | --- ### Release Notes <details> <summary>getsentry/sentry-javascript</summary> ### [`v6.2.1`](https://togithub.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md#&#8203;621) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/6.2.0...6.2.1) - [core] fix: Moves SDK metadata-setting into the `NodeClient/BrowserClient` to protect it from being overwritten by other classes extending `BaseClient` like [`@&#8203;sentry/serverless](https://togithub.com/sentry/serverless)` ([#&#8203;3279](https://togithub.com/getsentry/sentry-javascript/issues/3279)) </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **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 ceea912 + 71ce46d commit 9edd125

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.2.0",
41-
"@sentry/integrations": "6.2.0",
40+
"@sentry/browser": "6.2.1",
41+
"@sentry/integrations": "6.2.1",
4242
"chart.js": "2.9.4",
4343
"copy-text-to-clipboard": "3.0.1",
4444
"date-fns": "2.18.0",

yarn.lock

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1839,66 +1839,66 @@
18391839
"@percy/agent" "~0"
18401840
ember-cli-babel "^7.22.1"
18411841

1842-
"@sentry/[email protected].0":
1843-
version "6.2.0"
1844-
resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-6.2.0.tgz#4113a92bc82f55e63f30cb16a94f717bd0b95817"
1845-
integrity sha512-4r3paHcHXLemj471BtNDhUs2kvJxk5XDRplz1dbC/LHXN5PWEXP4anhGILxOlxqi4y33r53PIZu3xXFjznaVZA==
1842+
"@sentry/[email protected].1":
1843+
version "6.2.1"
1844+
resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-6.2.1.tgz#f9f277e6f8cad0c7efd1a01726095d63a47a1c16"
1845+
integrity sha512-OAikFZ9EimD3noxMp8tA6Cf6qJcQ2U8k5QSgTPwdx+09nZOGJzbRFteK7WWmrS93ZJdzN61lpSQbg5v+bmmfbQ==
18461846
dependencies:
1847-
"@sentry/core" "6.2.0"
1848-
"@sentry/types" "6.2.0"
1849-
"@sentry/utils" "6.2.0"
1847+
"@sentry/core" "6.2.1"
1848+
"@sentry/types" "6.2.1"
1849+
"@sentry/utils" "6.2.1"
18501850
tslib "^1.9.3"
18511851

1852-
"@sentry/[email protected].0":
1853-
version "6.2.0"
1854-
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-6.2.0.tgz#be1c33854fc94e1a4d867f7c2c311cf1cefb8ee9"
1855-
integrity sha512-oTr2b25l+0bv/+d6IgMamPuGleWV7OgJb0NFfd+WZhw6UDRgr7CdEJy2gW6tK8SerwXgPHdn4ervxsT3WIBiXw==
1852+
"@sentry/[email protected].1":
1853+
version "6.2.1"
1854+
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-6.2.1.tgz#8b177e9bf591e2e7ddcb04f0b1403de3f5aa8755"
1855+
integrity sha512-jPqQEtafxxDtLONhCbTHh/Uq8mZRhsfbwJTSVYfPVEe/ELfFZLQK7tP6rOh7zEWKbTkE0mE6XcaoH3ZRAhgrqg==
18561856
dependencies:
1857-
"@sentry/hub" "6.2.0"
1858-
"@sentry/minimal" "6.2.0"
1859-
"@sentry/types" "6.2.0"
1860-
"@sentry/utils" "6.2.0"
1857+
"@sentry/hub" "6.2.1"
1858+
"@sentry/minimal" "6.2.1"
1859+
"@sentry/types" "6.2.1"
1860+
"@sentry/utils" "6.2.1"
18611861
tslib "^1.9.3"
18621862

1863-
"@sentry/[email protected].0":
1864-
version "6.2.0"
1865-
resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-6.2.0.tgz#e7502652bc9608cf8fb63e43cd49df9019a28f29"
1866-
integrity sha512-BDTEFK8vlJydWXp/KMX0stvv73V7od224iLi+w3k7BcPwMKXBuURBXPU8d5XIC4G8nwg8X6cnDvwL+zBBlBbkg==
1863+
"@sentry/[email protected].1":
1864+
version "6.2.1"
1865+
resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-6.2.1.tgz#35bc6bf841a93f4354b3a17592c938b3dba20b73"
1866+
integrity sha512-pG7wCQeRpzeP6t0bT4T0X029R19dbDS3/qswF8BL6bg0AI3afjfjBAZm/fqn1Uwe/uBoMHVVdbxgJDZeQ5d4rQ==
18671867
dependencies:
1868-
"@sentry/types" "6.2.0"
1869-
"@sentry/utils" "6.2.0"
1868+
"@sentry/types" "6.2.1"
1869+
"@sentry/utils" "6.2.1"
18701870
tslib "^1.9.3"
18711871

1872-
"@sentry/[email protected].0":
1873-
version "6.2.0"
1874-
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-6.2.0.tgz#f3952cb07fd86aa1ea3923d51049fc4875b634a9"
1875-
integrity sha512-gvAhP61qs2fog2xCTDs94ZT8cZbWEjFZmOWfT1VXlZDIVopIporj5Qe6IgrLTiCWL61Yko5h5nFnPZ4mpjf+0w==
1872+
"@sentry/[email protected].1":
1873+
version "6.2.1"
1874+
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-6.2.1.tgz#caa9b49de29523698668d45827633be86b2268ff"
1875+
integrity sha512-UBvuil/b9M5HGH6aBDzTiIVRsmpC/wqwDKy28IO05XLdalmKgJ9C1EQhoyN6xw+1lINpXXFtfq4NhfgZgWbc7Q==
18761876
dependencies:
1877-
"@sentry/types" "6.2.0"
1878-
"@sentry/utils" "6.2.0"
1877+
"@sentry/types" "6.2.1"
1878+
"@sentry/utils" "6.2.1"
18791879
localforage "^1.8.1"
18801880
tslib "^1.9.3"
18811881

1882-
"@sentry/[email protected].0":
1883-
version "6.2.0"
1884-
resolved "https://registry.yarnpkg.com/@sentry/minimal/-/minimal-6.2.0.tgz#718b70babb55912eeb38babaf7823d1bcdd77d1e"
1885-
integrity sha512-haxsx8/ZafhZUaGeeMtY7bJt9HbDlqeiaXrRMp1CxGtd0ZRQwHt60imEjl6IH1I73SEWxNfqScGsX2s3HzztMg==
1882+
"@sentry/[email protected].1":
1883+
version "6.2.1"
1884+
resolved "https://registry.yarnpkg.com/@sentry/minimal/-/minimal-6.2.1.tgz#8f01480e1b56bc7dd54adf925e5317f233e19384"
1885+
integrity sha512-wuSXB4Ayxv9rBEQ4pm7fnG4UU2ZPtPnnChoEfd4/mw1UthXSvmPFEn6O4pdo2G8fTkl8eqm6wT/Q7uIXMEmw+A==
18861886
dependencies:
1887-
"@sentry/hub" "6.2.0"
1888-
"@sentry/types" "6.2.0"
1887+
"@sentry/hub" "6.2.1"
1888+
"@sentry/types" "6.2.1"
18891889
tslib "^1.9.3"
18901890

1891-
"@sentry/[email protected].0":
1892-
version "6.2.0"
1893-
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-6.2.0.tgz#ca020ff42913c6b9f88a9d0c375b5ee3965a2590"
1894-
integrity sha512-vN4P/a+QqAuVfWFB9G3nQ7d6bgnM9jd/RLVi49owMuqvM24pv5mTQHUk2Hk4S3k7ConrHFl69E7xH6Dv5VpQnQ==
1891+
"@sentry/[email protected].1":
1892+
version "6.2.1"
1893+
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-6.2.1.tgz#28c946230b2023f72307b65606d32052ad9e5353"
1894+
integrity sha512-h0OV1QT+fv5ojfK5/+iEXClu33HirmvbjcQC2jf05IHj9yXIOWy6EB10S8nBjuLiiFqQiAQYj3FN9Ip4eN8NJA==
18951895

1896-
"@sentry/[email protected].0":
1897-
version "6.2.0"
1898-
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-6.2.0.tgz#39c81ad5ba92cec54d690e3fa8ea4e777d8e9c2b"
1899-
integrity sha512-YToUC7xYf2E/pIluI7upYTlj8fKXOtdwoOBkcQZifHgX/dP+qDaHibbBFe5PyZwdmU2UiLnWFsBr0gjo0QFo1g==
1896+
"@sentry/[email protected].1":
1897+
version "6.2.1"
1898+
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-6.2.1.tgz#bfcb12c20d44bf2aeb0073b1264703c11c179ebd"
1899+
integrity sha512-6kQgM/yBPdXu+3qbJnI6HBcWztN9QfiMkH++ZiKk4ERhg9d2LYWlze478uTU5Fyo/JQYcp+McpjtjpR9QIrr0g==
19001900
dependencies:
1901-
"@sentry/types" "6.2.0"
1901+
"@sentry/types" "6.2.1"
19021902
tslib "^1.9.3"
19031903

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

0 commit comments

Comments
 (0)