Skip to content

Commit 5a188e0

Browse files
committed
Auto merge of #3239 - rust-lang:renovate/sentry-monorepo, r=Turbo87
Update sentry monorepo to v6.1.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://togithub.com/getsentry/sentry-javascript)` | [`6.0.4` -> `6.1.0`](https://renovatebot.com/diffs/npm/`@sentry%2fbrowser/6.0.4/6.1.0)` | [![age](https://badges.renovateapi.com/packages/npm/`@sentry%2fbrowser/6.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![adoption](https://badges.renovateapi.com/packages/npm/`@sentry%2fbrowser/6.1.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![passing](https://badges.renovateapi.com/packages/npm/`@sentry%2fbrowser/6.1.0/compatibility-slim/6.0.4)](https://docs.renovatebot.com/merge-confidence/)` | [![confidence](https://badges.renovateapi.com/packages/npm/`@sentry%2fbrowser/6.1.0/confidence-slim/6.0.4)](https://docs.renovatebot.com/merge-confidence/)` | | [`@sentry/integrations](https://togithub.com/getsentry/sentry-javascript)` | [`6.0.4` -> `6.1.0`](https://renovatebot.com/diffs/npm/`@sentry%2fintegrations/6.0.4/6.1.0)` | [![age](https://badges.renovateapi.com/packages/npm/`@sentry%2fintegrations/6.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![adoption](https://badges.renovateapi.com/packages/npm/`@sentry%2fintegrations/6.1.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![passing](https://badges.renovateapi.com/packages/npm/`@sentry%2fintegrations/6.1.0/compatibility-slim/6.0.4)](https://docs.renovatebot.com/merge-confidence/)` | [![confidence](https://badges.renovateapi.com/packages/npm/`@sentry%2fintegrations/6.1.0/confidence-slim/6.0.4)](https://docs.renovatebot.com/merge-confidence/)` | --- ### Release Notes <details> <summary>getsentry/sentry-javascript</summary> ### [`v6.1.0`](https://togithub.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md#&#8203;610) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/6.0.4...6.1.0) We updated the way how we calculate errored and crashed sessions with this update. Please be aware that some numbers might change for you and they now should reflect the actual reality. Visit [our docs](https://docs.sentry.io/platforms/javascript/configuration/releases/#release-health) for more information. - [browser] feat: Rework how we track sessions ([#&#8203;3224](https://togithub.com/getsentry/sentry-javascript/issues/3224)) - [hub] ref: Simplify getting hub from active domain ([#&#8203;3227](https://togithub.com/getsentry/sentry-javascript/issues/3227)) - [core] ref: Rename `user` to `publicKey` in `Dsn` type and class ([#&#8203;3225](https://togithub.com/getsentry/sentry-javascript/issues/3225)) - [ember] fix: Fix backwards compatibility with Embroider changes ([#&#8203;3230](https://togithub.com/getsentry/sentry-javascript/issues/3230)) </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 85ed708 + 7a0e366 commit 5a188e0

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.0.4",
41-
"@sentry/integrations": "6.0.4",
40+
"@sentry/browser": "6.1.0",
41+
"@sentry/integrations": "6.1.0",
4242
"chart.js": "2.9.4",
4343
"copy-text-to-clipboard": "3.0.0",
4444
"date-fns": "2.16.1",

yarn.lock

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1756,66 +1756,66 @@
17561756
"@percy/agent" "~0"
17571757
ember-cli-babel "^7.22.1"
17581758

1759-
"@sentry/browser@6.0.4":
1760-
version "6.0.4"
1761-
resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-6.0.4.tgz#f31c0a9e7b22638cff9da70aa96c7934a18a2059"
1762-
integrity sha512-DrlH53IPNZmW6XWT0Za7vGtIyKpm45An662xvXavI8LQQH0qhPU9mb7NcvecwDfs6jXEV2w5Y8rKjuu/J4QxAA==
1759+
"@sentry/browser@6.1.0":
1760+
version "6.1.0"
1761+
resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-6.1.0.tgz#0e18a07b44bebed729bcf842af33203e388e2053"
1762+
integrity sha512-t3y2TLXDWgvfknyH8eKj/9mghJfSEqItFyp74zPu1Src6kOPjkd4Sa7o4+bdkNgA8dIIOrDAhRUbB2sq4sWMCA==
17631763
dependencies:
1764-
"@sentry/core" "6.0.4"
1765-
"@sentry/types" "6.0.4"
1766-
"@sentry/utils" "6.0.4"
1764+
"@sentry/core" "6.1.0"
1765+
"@sentry/types" "6.1.0"
1766+
"@sentry/utils" "6.1.0"
17671767
tslib "^1.9.3"
17681768

1769-
"@sentry/core@6.0.4":
1770-
version "6.0.4"
1771-
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-6.0.4.tgz#b8d41528309531335407efd9785206aa020b2271"
1772-
integrity sha512-5+Xnk3jb0nkKYvgBV/kKWUqrNsNeM38r98ZRqfHrl69WoSrv+ynTsj8gn0tZO+VvhxUDRLOYvDha+QZgkYZt/w==
1769+
"@sentry/core@6.1.0":
1770+
version "6.1.0"
1771+
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-6.1.0.tgz#7dd4584dcaf2188a78b94b766068342e6ee65229"
1772+
integrity sha512-57mXkp3NoyxRycXrL+Ec6bYS6UYJZp9tYX0lUp5Ry2M0FxDZ3Q4drkjr8MIQOhBaQXP2ukSX4QTVLGMPm60zMw==
17731773
dependencies:
1774-
"@sentry/hub" "6.0.4"
1775-
"@sentry/minimal" "6.0.4"
1776-
"@sentry/types" "6.0.4"
1777-
"@sentry/utils" "6.0.4"
1774+
"@sentry/hub" "6.1.0"
1775+
"@sentry/minimal" "6.1.0"
1776+
"@sentry/types" "6.1.0"
1777+
"@sentry/utils" "6.1.0"
17781778
tslib "^1.9.3"
17791779

1780-
"@sentry/hub@6.0.4":
1781-
version "6.0.4"
1782-
resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-6.0.4.tgz#b13eac8fe4d4822dc4f997a415e9cfe8cc52fbd9"
1783-
integrity sha512-gutuxH8M3CdElSbwqNq9G29MiNuGsPESB22w4k4wx+pc632bi6w0v53+BLjGO6wh2EMfHVWptgAYmojEk5yKQg==
1780+
"@sentry/hub@6.1.0":
1781+
version "6.1.0"
1782+
resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-6.1.0.tgz#fb22734c91c9d68564737996bf28b7e032e3d8ee"
1783+
integrity sha512-JnBSCgNg3VHiMojUl5tCHU8iWPVuE+qqENIzG9A722oJms1kKWBvWl+yQzhWBNdgk5qeAY3F5UzKWJZkbJ6xow==
17841784
dependencies:
1785-
"@sentry/types" "6.0.4"
1786-
"@sentry/utils" "6.0.4"
1785+
"@sentry/types" "6.1.0"
1786+
"@sentry/utils" "6.1.0"
17871787
tslib "^1.9.3"
17881788

1789-
"@sentry/integrations@6.0.4":
1790-
version "6.0.4"
1791-
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-6.0.4.tgz#20820b97a38fd53d1dc571c73e5decbcd2fded82"
1792-
integrity sha512-Z55rzkGZefFQ/cvHvddMzMnmOb6RotOMXghRy0bm++SIcnYmHnbnecMLNZtZ/49yMi4ZOsfFuuf4h4E4uxzJ4Q==
1789+
"@sentry/integrations@6.1.0":
1790+
version "6.1.0"
1791+
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-6.1.0.tgz#4b08b21a0b3f7bb797f4a190a8906b80bcb48cf9"
1792+
integrity sha512-4KaqQvcdfcIoUcaqgCqAFC4z4pTQrRc3kDiOaF+0qnOxdTNZcfkREkfWQVPxGu0Lw++qKLD7rfJIERU7qemAGg==
17931793
dependencies:
1794-
"@sentry/types" "6.0.4"
1795-
"@sentry/utils" "6.0.4"
1794+
"@sentry/types" "6.1.0"
1795+
"@sentry/utils" "6.1.0"
17961796
localforage "^1.8.1"
17971797
tslib "^1.9.3"
17981798

1799-
"@sentry/minimal@6.0.4":
1800-
version "6.0.4"
1801-
resolved "https://registry.yarnpkg.com/@sentry/minimal/-/minimal-6.0.4.tgz#5a08ac6b0899fa5db409b1a5b888740f769cb6a5"
1802-
integrity sha512-COL0tjznrCaatOPH2eGgT1Y9vUUKJw+W0srCn5V1dHgRu3t00rGFXrcyOXQmHfEWmBaagt9lXEJCFaN7yMucVQ==
1799+
"@sentry/minimal@6.1.0":
1800+
version "6.1.0"
1801+
resolved "https://registry.yarnpkg.com/@sentry/minimal/-/minimal-6.1.0.tgz#b3abf76d93b95477a3c1029db810818bdc56845f"
1802+
integrity sha512-g6sfNKenL7wnsr/tibp8nFiMv/XRH0s0Pt4p151npmNI+SmjuUz3GGYEXk8ChCyaKldYKilkNOFdVXJxUf5gZw==
18031803
dependencies:
1804-
"@sentry/hub" "6.0.4"
1805-
"@sentry/types" "6.0.4"
1804+
"@sentry/hub" "6.1.0"
1805+
"@sentry/types" "6.1.0"
18061806
tslib "^1.9.3"
18071807

1808-
"@sentry/types@6.0.4":
1809-
version "6.0.4"
1810-
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-6.0.4.tgz#762949dc4ba25f4071c405f67ddc28c84b6dc08f"
1811-
integrity sha512-VqmnhJPpPmsu4gMzSZw8UHgYlP1QSikMZ5X6E3q6zwmbWu+2oniQHD6xGB6PXv6uTo5zg2NseQEiWnEjJRUYWw==
1808+
"@sentry/types@6.1.0":
1809+
version "6.1.0"
1810+
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-6.1.0.tgz#5f9379229423ca1325acf6709e95687180f67132"
1811+
integrity sha512-kIaN52Fw5K+2mKRaHE2YluJ+F/qMGSUzZXIFDNdC6OUMXQ4TM8gZTrITXs8CLDm7cK8iCqFCtzKOjKK6KyOKAg==
18121812

1813-
"@sentry/utils@6.0.4":
1814-
version "6.0.4"
1815-
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-6.0.4.tgz#92ed5c114c633b8b59ae6fae70bd8bbfc88e302f"
1816-
integrity sha512-UOAz5p5IIntmIcmX04Cjk7l7+EwnuBn2S/rhNN92I1vDCaL010OmUZOHGHJExoXBE75zVh/LDssAPQTKXo0F+g==
1813+
"@sentry/utils@6.1.0":
1814+
version "6.1.0"
1815+
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-6.1.0.tgz#52e3d7050983e685d3a48f9d2efa1e6eb4ae3e6d"
1816+
integrity sha512-6JAplzUOS6bEwfX0PDRZBbYRvn9EN22kZfcL0qGHtM9L0QQ5ybjbbVwOpbXgRkiZx++dQbzLFtelxnDhsbFG+Q==
18171817
dependencies:
1818-
"@sentry/types" "6.0.4"
1818+
"@sentry/types" "6.1.0"
18191819
tslib "^1.9.3"
18201820

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

0 commit comments

Comments
 (0)