Skip to content

Commit 7dbe031

Browse files
committed
Auto merge of #3078 - rust-lang:renovate/sentry-monorepo, r=Turbo87
Update sentry monorepo to v5.29.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)` | [`5.28.0` -> `5.29.0`](https://renovatebot.com/diffs/npm/`@sentry%2fbrowser/5.28.0/5.29.0)` | [![age](https://badges.renovateapi.com/packages/npm/`@sentry%2fbrowser/5.29.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![adoption](https://badges.renovateapi.com/packages/npm/`@sentry%2fbrowser/5.29.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![passing](https://badges.renovateapi.com/packages/npm/`@sentry%2fbrowser/5.29.0/compatibility-slim/5.28.0)](https://docs.renovatebot.com/merge-confidence/)` | [![confidence](https://badges.renovateapi.com/packages/npm/`@sentry%2fbrowser/5.29.0/confidence-slim/5.28.0)](https://docs.renovatebot.com/merge-confidence/)` | | [`@sentry/integrations](https://togithub.com/getsentry/sentry-javascript)` | [`5.28.0` -> `5.29.0`](https://renovatebot.com/diffs/npm/`@sentry%2fintegrations/5.28.0/5.29.0)` | [![age](https://badges.renovateapi.com/packages/npm/`@sentry%2fintegrations/5.29.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![adoption](https://badges.renovateapi.com/packages/npm/`@sentry%2fintegrations/5.29.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![passing](https://badges.renovateapi.com/packages/npm/`@sentry%2fintegrations/5.29.0/compatibility-slim/5.28.0)](https://docs.renovatebot.com/merge-confidence/)` | [![confidence](https://badges.renovateapi.com/packages/npm/`@sentry%2fintegrations/5.29.0/confidence-slim/5.28.0)](https://docs.renovatebot.com/merge-confidence/)` | --- ### Release Notes <details> <summary>getsentry/sentry-javascript</summary> ### [`v5.29.0`](https://togithub.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md#&#8203;5290) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/5.28.0...5.29.0) - [tracing] feat: MongoDB Tracing Support ([#&#8203;3072](https://togithub.com/getsentry/sentry-javascript/issues/3072)) - [tracing] feat: MySQL Tracing Support ([#&#8203;3088](https://togithub.com/getsentry/sentry-javascript/issues/3088)) - [tracing] feat: PostgreSQL Tracing Support ([#&#8203;3064](https://togithub.com/getsentry/sentry-javascript/issues/3064)) - [tracing] fix: Add `sentry-trace` header to outgoing http(s) requests in node ([#&#8203;3053](https://togithub.com/getsentry/sentry-javascript/issues/3053)) - [node] fix: Revert express tracing integration type to use any ([#&#8203;3093](https://togithub.com/getsentry/sentry-javascript/issues/3093)) </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 272513f + 950584a commit 7dbe031

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.28.0",
41-
"@sentry/integrations": "5.28.0",
40+
"@sentry/browser": "5.29.0",
41+
"@sentry/integrations": "5.29.0",
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
@@ -1648,66 +1648,66 @@
16481648
"@percy/agent" "~0"
16491649
ember-cli-babel "^7.22.1"
16501650

1651-
"@sentry/browser@5.28.0":
1652-
version "5.28.0"
1653-
resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-5.28.0.tgz#f4c094bb97070442d95d51966a5e4dc8b92f586f"
1654-
integrity sha512-u1W47fgYFGWTV+RRQtNBzPZMXfR4MqCYSpuUVSpWQ+riITH7pvjG1cnBYDGT7+Q1s1wGrAL/9ElJfF795VVT9g==
1655-
dependencies:
1656-
"@sentry/core" "5.28.0"
1657-
"@sentry/types" "5.28.0"
1658-
"@sentry/utils" "5.28.0"
1651+
"@sentry/browser@5.29.0":
1652+
version "5.29.0"
1653+
resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-5.29.0.tgz#a8cab91729c759c456bd2254cef65bafa5cdc4ea"
1654+
integrity sha512-kRlt1mE2wrYjspnIupNnPxqsUrRuy02SuXhbpP7J6uu8QasoEmJ78hk0hHz4jOZRmuWwfs2zIXD4tLGgWOKq8A==
1655+
dependencies:
1656+
"@sentry/core" "5.29.0"
1657+
"@sentry/types" "5.29.0"
1658+
"@sentry/utils" "5.29.0"
16591659
tslib "^1.9.3"
16601660

1661-
"@sentry/core@5.28.0":
1662-
version "5.28.0"
1663-
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-5.28.0.tgz#2b5ee2b76f0ccd73545eac61c3c2d72d7c76f531"
1664-
integrity sha512-hLAUFauqX+v/ap8ATJFdp392ZvfFoR0Gb4pyRkzOeWWs5ZYuqyb9Dsjtwsb61HH/XHQGW/BKZJR2dgIjQq4JGA==
1661+
"@sentry/core@5.29.0":
1662+
version "5.29.0"
1663+
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-5.29.0.tgz#4410ca0dc5785abf3df02fa23c18e83ad90d7cda"
1664+
integrity sha512-a1sZBJ2u3NG0YDlGvOTwUCWiNjhfmDtAQiKK1o6RIIbcrWy9TlSps7CYDkBP239Y3A4pnvohjEEKEP3v3L3LZQ==
16651665
dependencies:
1666-
"@sentry/hub" "5.28.0"
1667-
"@sentry/minimal" "5.28.0"
1668-
"@sentry/types" "5.28.0"
1669-
"@sentry/utils" "5.28.0"
1666+
"@sentry/hub" "5.29.0"
1667+
"@sentry/minimal" "5.29.0"
1668+
"@sentry/types" "5.29.0"
1669+
"@sentry/utils" "5.29.0"
16701670
tslib "^1.9.3"
16711671

1672-
"@sentry/hub@5.28.0":
1673-
version "5.28.0"
1674-
resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-5.28.0.tgz#6a00b1011c0492b6acbaf0e24961fbd1c7edd1c1"
1675-
integrity sha512-1k19yJJcKoHbw12FET35t0m86lx/X6eJ6r4qM13eb2WN/OpoFtsgs1IjQOhGFL3OfVMcfh800Lc57ga04RLjLA==
1672+
"@sentry/hub@5.29.0":
1673+
version "5.29.0"
1674+
resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-5.29.0.tgz#d018b978fdffc6c8261744b0d08e8d25a3f4dc58"
1675+
integrity sha512-kcDPQsRG4cFdmqDh+TzjeO7lWYxU8s1dZYAbbl1J4uGKmhNB0J7I4ak4SGwTsXLY6fhbierxr6PRaoNojCxjPw==
16761676
dependencies:
1677-
"@sentry/types" "5.28.0"
1678-
"@sentry/utils" "5.28.0"
1677+
"@sentry/types" "5.29.0"
1678+
"@sentry/utils" "5.29.0"
16791679
tslib "^1.9.3"
16801680

1681-
"@sentry/integrations@5.28.0":
1682-
version "5.28.0"
1683-
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-5.28.0.tgz#6740af0cdd51242bb2b223be98921128bc448469"
1684-
integrity sha512-2WjCYHrItzrHYUoRUV8Hjt2DXEekiV7i/2RfxLhVVVU8382FKyKMTMdimKog3SAgOqPjJFpWqEQ3OWErZ4HMqA==
1681+
"@sentry/integrations@5.29.0":
1682+
version "5.29.0"
1683+
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-5.29.0.tgz#65523b3e01c4ae6ebacf5f0a882811661bb3db0b"
1684+
integrity sha512-SGqpi1Qd1a7gGL6aYrJnKqU/DNJcHvnhD3qOgow23ivEpaJv1BtQSKxv17IbO/CIFn3A0o1a18wY6xef9isKEQ==
16851685
dependencies:
1686-
"@sentry/types" "5.28.0"
1687-
"@sentry/utils" "5.28.0"
1686+
"@sentry/types" "5.29.0"
1687+
"@sentry/utils" "5.29.0"
16881688
localforage "1.8.1"
16891689
tslib "^1.9.3"
16901690

1691-
"@sentry/minimal@5.28.0":
1692-
version "5.28.0"
1693-
resolved "https://registry.yarnpkg.com/@sentry/minimal/-/minimal-5.28.0.tgz#bfa63f5961988e6652207c77b3ea46d89f2d52bf"
1694-
integrity sha512-HzFrJx0xe5KETEZc7RxlH+1TfmH3q8w35ILOP5HGvk3+lG1DR25wHbMFmuUqNqVXrl26t0z32UBI30G1MxmTfA==
1691+
"@sentry/minimal@5.29.0":
1692+
version "5.29.0"
1693+
resolved "https://registry.yarnpkg.com/@sentry/minimal/-/minimal-5.29.0.tgz#bd8b52f388abcec2234dbbc6d6721ff65aa30e35"
1694+
integrity sha512-nhXofdjtO41/caiF1wk1oT3p/QuhOZDYdF/b29DoD2MiAMK9IjhhOXI/gqaRpDKkXlDvd95fDTcx4t/MqqcKXA==
16951695
dependencies:
1696-
"@sentry/hub" "5.28.0"
1697-
"@sentry/types" "5.28.0"
1696+
"@sentry/hub" "5.29.0"
1697+
"@sentry/types" "5.29.0"
16981698
tslib "^1.9.3"
16991699

1700-
"@sentry/types@5.28.0":
1701-
version "5.28.0"
1702-
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-5.28.0.tgz#242131fef910bded53350a36ffd7df240cfb8dcf"
1703-
integrity sha512-nNhoZEXdqM2xivxJBrLhxtJ2+s6FfKXUw5yBf0Jf/RBrBnH5fggPNImmyfpOoysl72igWcMWk4nnfyP5iDrriQ==
1700+
"@sentry/types@5.29.0":
1701+
version "5.29.0"
1702+
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-5.29.0.tgz#af5cec98cde54316c14df3121f0e8106e56b578e"
1703+
integrity sha512-iDkxT/9sT3UF+Xb+JyLjZ5caMXsgLfRyV9VXQEiR2J6mgpMielj184d9jeF3bm/VMuAf/VFFqrHlcVsVgmrrMw==
17041704

1705-
"@sentry/utils@5.28.0":
1706-
version "5.28.0"
1707-
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-5.28.0.tgz#a30e36afd7094ced8d585c9fde2df2636cca6cf5"
1708-
integrity sha512-LW+ReVw9JG6g8Bvp2I1ThMDPATlisvkde+1WykxGqRhu2YIO+PvWhnoFhr9RD0ia3rYVlJkgkuTshMbPJ8HVwA==
1705+
"@sentry/utils@5.29.0":
1706+
version "5.29.0"
1707+
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-5.29.0.tgz#b4c1223ba362a94cf4850e9ca2cb24655b006b53"
1708+
integrity sha512-b2B1gshw2u3EHlAi84PuI5sfmLKXW1z9enMMhNuuNT/CoRp+g5kMAcUv/qYTws7UNnYSvTuVGuZG30v1e0hP9A==
17091709
dependencies:
1710-
"@sentry/types" "5.28.0"
1710+
"@sentry/types" "5.29.0"
17111711
tslib "^1.9.3"
17121712

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

0 commit comments

Comments
 (0)