Skip to content

Commit c2fbcf4

Browse files
committed
Auto merge of #3094 - rust-lang:renovate/sentry-monorepo, r=Turbo87
Update sentry monorepo to v5.29.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)` | [`5.29.0` -> `5.29.1`](https://renovatebot.com/diffs/npm/`@sentry%2fbrowser/5.29.0/5.29.1)` | [![age](https://badges.renovateapi.com/packages/npm/`@sentry%2fbrowser/5.29.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![adoption](https://badges.renovateapi.com/packages/npm/`@sentry%2fbrowser/5.29.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![passing](https://badges.renovateapi.com/packages/npm/`@sentry%2fbrowser/5.29.1/compatibility-slim/5.29.0)](https://docs.renovatebot.com/merge-confidence/)` | [![confidence](https://badges.renovateapi.com/packages/npm/`@sentry%2fbrowser/5.29.1/confidence-slim/5.29.0)](https://docs.renovatebot.com/merge-confidence/)` | | [`@sentry/integrations](https://togithub.com/getsentry/sentry-javascript)` | [`5.29.0` -> `5.29.1`](https://renovatebot.com/diffs/npm/`@sentry%2fintegrations/5.29.0/5.29.1)` | [![age](https://badges.renovateapi.com/packages/npm/`@sentry%2fintegrations/5.29.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![adoption](https://badges.renovateapi.com/packages/npm/`@sentry%2fintegrations/5.29.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![passing](https://badges.renovateapi.com/packages/npm/`@sentry%2fintegrations/5.29.1/compatibility-slim/5.29.0)](https://docs.renovatebot.com/merge-confidence/)` | [![confidence](https://badges.renovateapi.com/packages/npm/`@sentry%2fintegrations/5.29.1/confidence-slim/5.29.0)](https://docs.renovatebot.com/merge-confidence/)` | --- ### Release Notes <details> <summary>getsentry/sentry-javascript</summary> ### [`v5.29.1`](https://togithub.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md#&#8203;5291) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/5.29.0...5.29.1) - [types] ref: Loosen tag types, create new `Primitive` type ([#&#8203;3108](https://togithub.com/getsentry/sentry-javascript/issues/3108)) - [tracing] feat: Send sample rate and type in transaction item header in envelope ([#&#8203;3068](https://togithub.com/getsentry/sentry-javascript/issues/3068)) - [tracing] fix(web-vitals): Fix TTFB capture in Safari ([#&#8203;3106](https://togithub.com/getsentry/sentry-javascript/issues/3106)) </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 203fbe6 + 2ba11f7 commit c2fbcf4

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": "5.29.0",
41-
"@sentry/integrations": "5.29.0",
40+
"@sentry/browser": "5.29.1",
41+
"@sentry/integrations": "5.29.1",
4242
"copy-text-to-clipboard": "2.2.0",
4343
"fastboot-app-server": "3.0.0",
4444
"morgan": "1.10.0",

yarn.lock

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1728,66 +1728,66 @@
17281728
"@percy/agent" "~0"
17291729
ember-cli-babel "^7.22.1"
17301730

1731-
"@sentry/browser@5.29.0":
1732-
version "5.29.0"
1733-
resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-5.29.0.tgz#a8cab91729c759c456bd2254cef65bafa5cdc4ea"
1734-
integrity sha512-kRlt1mE2wrYjspnIupNnPxqsUrRuy02SuXhbpP7J6uu8QasoEmJ78hk0hHz4jOZRmuWwfs2zIXD4tLGgWOKq8A==
1735-
dependencies:
1736-
"@sentry/core" "5.29.0"
1737-
"@sentry/types" "5.29.0"
1738-
"@sentry/utils" "5.29.0"
1731+
"@sentry/browser@5.29.1":
1732+
version "5.29.1"
1733+
resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-5.29.1.tgz#f05f8da562dd54bc0fafac6235817e3a3b76d3b7"
1734+
integrity sha512-cVlXoQBJ64eNNkQuOB+bS6sK5KWV+Fw+ZYxT+XqjpeXkOPaxh8aeoi9CHz2DsFfbLV91P4AnXZEUdDl+7ktQNg==
1735+
dependencies:
1736+
"@sentry/core" "5.29.1"
1737+
"@sentry/types" "5.29.1"
1738+
"@sentry/utils" "5.29.1"
17391739
tslib "^1.9.3"
17401740

1741-
"@sentry/core@5.29.0":
1742-
version "5.29.0"
1743-
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-5.29.0.tgz#4410ca0dc5785abf3df02fa23c18e83ad90d7cda"
1744-
integrity sha512-a1sZBJ2u3NG0YDlGvOTwUCWiNjhfmDtAQiKK1o6RIIbcrWy9TlSps7CYDkBP239Y3A4pnvohjEEKEP3v3L3LZQ==
1741+
"@sentry/core@5.29.1":
1742+
version "5.29.1"
1743+
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-5.29.1.tgz#c56cfb6747005413d194f4cfe9a5bbdf5d5e377f"
1744+
integrity sha512-SMybIx9IlswkJ7a61ez/zjdiMdAo51Adpo4nVrzke2k84U/t726/EbJj0FJ4vVgsGdLCvSSZ6v7BQlINcwWupg==
17451745
dependencies:
1746-
"@sentry/hub" "5.29.0"
1747-
"@sentry/minimal" "5.29.0"
1748-
"@sentry/types" "5.29.0"
1749-
"@sentry/utils" "5.29.0"
1746+
"@sentry/hub" "5.29.1"
1747+
"@sentry/minimal" "5.29.1"
1748+
"@sentry/types" "5.29.1"
1749+
"@sentry/utils" "5.29.1"
17501750
tslib "^1.9.3"
17511751

1752-
"@sentry/hub@5.29.0":
1753-
version "5.29.0"
1754-
resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-5.29.0.tgz#d018b978fdffc6c8261744b0d08e8d25a3f4dc58"
1755-
integrity sha512-kcDPQsRG4cFdmqDh+TzjeO7lWYxU8s1dZYAbbl1J4uGKmhNB0J7I4ak4SGwTsXLY6fhbierxr6PRaoNojCxjPw==
1752+
"@sentry/hub@5.29.1":
1753+
version "5.29.1"
1754+
resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-5.29.1.tgz#64c738af308c909fe8fcf7c5da9e0685343385bb"
1755+
integrity sha512-Ig/vqCiJcsnGaWajkWRFH+5IKeo50ZtsjM0zJb8IfTadLjQuF/gTQst0aXO3l6q4HzveeGsELY8jlm6WVcq9Aw==
17561756
dependencies:
1757-
"@sentry/types" "5.29.0"
1758-
"@sentry/utils" "5.29.0"
1757+
"@sentry/types" "5.29.1"
1758+
"@sentry/utils" "5.29.1"
17591759
tslib "^1.9.3"
17601760

1761-
"@sentry/integrations@5.29.0":
1762-
version "5.29.0"
1763-
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-5.29.0.tgz#65523b3e01c4ae6ebacf5f0a882811661bb3db0b"
1764-
integrity sha512-SGqpi1Qd1a7gGL6aYrJnKqU/DNJcHvnhD3qOgow23ivEpaJv1BtQSKxv17IbO/CIFn3A0o1a18wY6xef9isKEQ==
1761+
"@sentry/integrations@5.29.1":
1762+
version "5.29.1"
1763+
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-5.29.1.tgz#664c0a28770b27bee8fab3d79a3e86bcc0562404"
1764+
integrity sha512-CpVoZTI7DKunxyoNo5F1JanBb/LbtYLIafN3EaMBTHxRifZ/TLlEMVjIhIDgBEP3BnKO4vDg5gbYfLeiOWUtRg==
17651765
dependencies:
1766-
"@sentry/types" "5.29.0"
1767-
"@sentry/utils" "5.29.0"
1766+
"@sentry/types" "5.29.1"
1767+
"@sentry/utils" "5.29.1"
17681768
localforage "1.8.1"
17691769
tslib "^1.9.3"
17701770

1771-
"@sentry/minimal@5.29.0":
1772-
version "5.29.0"
1773-
resolved "https://registry.yarnpkg.com/@sentry/minimal/-/minimal-5.29.0.tgz#bd8b52f388abcec2234dbbc6d6721ff65aa30e35"
1774-
integrity sha512-nhXofdjtO41/caiF1wk1oT3p/QuhOZDYdF/b29DoD2MiAMK9IjhhOXI/gqaRpDKkXlDvd95fDTcx4t/MqqcKXA==
1771+
"@sentry/minimal@5.29.1":
1772+
version "5.29.1"
1773+
resolved "https://registry.yarnpkg.com/@sentry/minimal/-/minimal-5.29.1.tgz#0f1eab0eccc9d38cb0ff3b17b81dbf9c909cd383"
1774+
integrity sha512-lAa3+Duxum1qQvR0tKiBUsH6Ehit3g/vO53SqBib7YK3qdvIUWHacmkJvfz/AeSvVnpJ9bsBMCVRJNSVe8BPVA==
17751775
dependencies:
1776-
"@sentry/hub" "5.29.0"
1777-
"@sentry/types" "5.29.0"
1776+
"@sentry/hub" "5.29.1"
1777+
"@sentry/types" "5.29.1"
17781778
tslib "^1.9.3"
17791779

1780-
"@sentry/types@5.29.0":
1781-
version "5.29.0"
1782-
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-5.29.0.tgz#af5cec98cde54316c14df3121f0e8106e56b578e"
1783-
integrity sha512-iDkxT/9sT3UF+Xb+JyLjZ5caMXsgLfRyV9VXQEiR2J6mgpMielj184d9jeF3bm/VMuAf/VFFqrHlcVsVgmrrMw==
1780+
"@sentry/types@5.29.1":
1781+
version "5.29.1"
1782+
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-5.29.1.tgz#ecc65909ac72d4f8024e26a64129e09d14a0a67f"
1783+
integrity sha512-QXZBA1gJheMYTGFV+UUhr3+jKpGZqPx8kEJABs8htlKabCDJlEeoFNmeqPuVxCxukoy5ZaaHACoE+2Z87T0g2A==
17841784

1785-
"@sentry/utils@5.29.0":
1786-
version "5.29.0"
1787-
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-5.29.0.tgz#b4c1223ba362a94cf4850e9ca2cb24655b006b53"
1788-
integrity sha512-b2B1gshw2u3EHlAi84PuI5sfmLKXW1z9enMMhNuuNT/CoRp+g5kMAcUv/qYTws7UNnYSvTuVGuZG30v1e0hP9A==
1785+
"@sentry/utils@5.29.1":
1786+
version "5.29.1"
1787+
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-5.29.1.tgz#889498950f6bde8ce054186096a3c95c0afb0fe4"
1788+
integrity sha512-FOhWxASvIQREAlSuWf3Vmb4uIkG0fmRdHkULpuv5dFmrMX2PpudYAppQtS8K9V4BYxFy6KFdUht1Qz5zYTecMw==
17891789
dependencies:
1790-
"@sentry/types" "5.29.0"
1790+
"@sentry/types" "5.29.1"
17911791
tslib "^1.9.3"
17921792

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

0 commit comments

Comments
 (0)