Skip to content

Commit 00c144c

Browse files
committed
Auto merge of #3003 - rust-lang:renovate/sentry-monorepo, r=Turbo87
Update sentry monorepo to v5.27.3 This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [`@sentry/browser](https://togithub.com/getsentry/sentry-javascript)` | dependencies | patch | [`5.27.2` -> `5.27.3`](https://renovatebot.com/diffs/npm/`@sentry%2fbrowser/5.27.2/5.27.3)` | | [`@sentry/integrations](https://togithub.com/getsentry/sentry-javascript)` | dependencies | patch | [`5.27.2` -> `5.27.3`](https://renovatebot.com/diffs/npm/`@sentry%2fintegrations/5.27.2/5.27.3)` | --- ### Release Notes <details> <summary>getsentry/sentry-javascript</summary> ### [`v5.27.3`](https://togithub.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md#&#8203;5273) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/5.27.2...5.27.3) - [hub] fix: Make sure that `getSession` exists before calling it ([#&#8203;3017](https://togithub.com/getsentry/sentry-javascript/issues/3017)) - [browser] feat: Add `DOMException.code` as tag if it exists ([#&#8203;3018](https://togithub.com/getsentry/sentry-javascript/issues/3018)) - [browser] fix: Call `removeEventListener` twice only when necessary ([#&#8203;3016](https://togithub.com/getsentry/sentry-javascript/issues/3016)) - [tracing] fix: Schedule the execution of the finish to let all the spans being closed first ([#&#8203;3022](https://togithub.com/getsentry/sentry-javascript/issues/3022)) - [tracing] fix: Adjust some web vitals to be relative to fetchStart and some other improvements ([#&#8203;3019](https://togithub.com/getsentry/sentry-javascript/issues/3019)) - [tracing] fix: Add transaction name as tag on error events ([#&#8203;3024](https://togithub.com/getsentry/sentry-javascript/issues/3024)) </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 ebe689c + b46364a commit 00c144c

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.27.2",
41-
"@sentry/integrations": "5.27.2",
40+
"@sentry/browser": "5.27.3",
41+
"@sentry/integrations": "5.27.3",
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
@@ -1693,66 +1693,66 @@
16931693
"@percy/agent" "~0"
16941694
ember-cli-babel "^7.22.1"
16951695

1696-
"@sentry/browser@5.27.2":
1697-
version "5.27.2"
1698-
resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-5.27.2.tgz#2bad4b9d2f0047c314a72fb7a50f64b1c34f846f"
1699-
integrity sha512-x6Sh4gBnAbI8gCma7DOTkjFIGPvDIOVN4oxfeY7ikU0446CLp6V+CYjlc4CoVgGpfWs4Zd/Og9V9WiysAl/nDg==
1700-
dependencies:
1701-
"@sentry/core" "5.27.2"
1702-
"@sentry/types" "5.27.2"
1703-
"@sentry/utils" "5.27.2"
1696+
"@sentry/browser@5.27.3":
1697+
version "5.27.3"
1698+
resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-5.27.3.tgz#02e78a4502ee99988d3cbb0075a11ec44b503871"
1699+
integrity sha512-vczS+XTW4Nk2A7TIpAw8IVFHpp+NK6mV9euBG2I61Bs2QbQY9yKLfbjiln/yH2Q8X4THX6MKa0GuiPoCEeq3uw==
1700+
dependencies:
1701+
"@sentry/core" "5.27.3"
1702+
"@sentry/types" "5.27.3"
1703+
"@sentry/utils" "5.27.3"
17041704
tslib "^1.9.3"
17051705

1706-
"@sentry/core@5.27.2":
1707-
version "5.27.2"
1708-
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-5.27.2.tgz#94d62364e3d0bf9d0b9b891699ad35d31cd69da3"
1709-
integrity sha512-FMX0Aignhi9Rk4tZkjwSXCsFFQc8FIOgUTvfIKCdayLhKxfbY0H37b0fFNzaQ9v15SFzIZJ9uzw4PTmjzEh6Uw==
1706+
"@sentry/core@5.27.3":
1707+
version "5.27.3"
1708+
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-5.27.3.tgz#d7a175b71596b7eb4b2e8b4cd1858a60d95813bb"
1709+
integrity sha512-yqepQO88jSt5hy0awpk61AxI4oHB09LjVbUEk4nJDg+1YXuND23cuZvH+Sp2jCZX2vrsw2tefwflToYfA8/U2w==
17101710
dependencies:
1711-
"@sentry/hub" "5.27.2"
1712-
"@sentry/minimal" "5.27.2"
1713-
"@sentry/types" "5.27.2"
1714-
"@sentry/utils" "5.27.2"
1711+
"@sentry/hub" "5.27.3"
1712+
"@sentry/minimal" "5.27.3"
1713+
"@sentry/types" "5.27.3"
1714+
"@sentry/utils" "5.27.3"
17151715
tslib "^1.9.3"
17161716

1717-
"@sentry/hub@5.27.2":
1718-
version "5.27.2"
1719-
resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-5.27.2.tgz#06923e0b7b5e96cd2cd8b1d44cb83dbd8b8eed26"
1720-
integrity sha512-KCAWF5oDXd/Pjzbcmfj53F5ZzOX53Rzi23a2mWyUXMdPXoXIiMrIcdC/DqrqKV787LvOJcSFaTychJCH3t15/A==
1717+
"@sentry/hub@5.27.3":
1718+
version "5.27.3"
1719+
resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-5.27.3.tgz#f509c2fd38f500afef6030504e82510dbd0649d6"
1720+
integrity sha512-icEH3hr6NVQkpowXZcPOs9IgJZP5lMKtvud4mVioSpkd+NxtRdKrGEX4eF2TCviOJc9Md0mV4K+aL5Au7hxggQ==
17211721
dependencies:
1722-
"@sentry/types" "5.27.2"
1723-
"@sentry/utils" "5.27.2"
1722+
"@sentry/types" "5.27.3"
1723+
"@sentry/utils" "5.27.3"
17241724
tslib "^1.9.3"
17251725

1726-
"@sentry/integrations@5.27.2":
1727-
version "5.27.2"
1728-
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-5.27.2.tgz#07d965d4a796d359daa0ffb63c2a310aa62c6c5a"
1729-
integrity sha512-sTCZeAVL9b0PiIjj2KE8qgtS0FgXmhmeEwoQDF2iOr5nk4p/6Xav6S5UPPIY+xe5M44jGCcX5vI4jZqGczaHZg==
1726+
"@sentry/integrations@5.27.3":
1727+
version "5.27.3"
1728+
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-5.27.3.tgz#d9a8f898c9414e9dc287fcd00d28321f54f4701e"
1729+
integrity sha512-lmkYH3g1ZW9I8g3SXQNYIfNc9gaNoqJUxgTI9d0AQph+mSB8Y3lx50NYMAfK74XgiC3VJ9j8kWstdQCMbgfXpQ==
17301730
dependencies:
1731-
"@sentry/types" "5.27.2"
1732-
"@sentry/utils" "5.27.2"
1731+
"@sentry/types" "5.27.3"
1732+
"@sentry/utils" "5.27.3"
17331733
localforage "1.8.1"
17341734
tslib "^1.9.3"
17351735

1736-
"@sentry/minimal@5.27.2":
1737-
version "5.27.2"
1738-
resolved "https://registry.yarnpkg.com/@sentry/minimal/-/minimal-5.27.2.tgz#c9b90d71383891e69f4abecf32fdba9d91d3328a"
1739-
integrity sha512-n9SssI30rpS1tw6hH0ylxVlONdmZCqiPy60fotxUzql6mCo/nW7tcADsW15fvQlUQ160VaGf3iMj+hpHkRBerw==
1736+
"@sentry/minimal@5.27.3":
1737+
version "5.27.3"
1738+
resolved "https://registry.yarnpkg.com/@sentry/minimal/-/minimal-5.27.3.tgz#c9263bdd6270bfeae64137177448911dff568e53"
1739+
integrity sha512-ng01cM0rsE1RMjqVTpPLN0ZVkTo0I675usM1krkpQe8ddW6tfQ6EJWpt02/BrpQZRQzTtfWp6/RyB1KFXg6icg==
17401740
dependencies:
1741-
"@sentry/hub" "5.27.2"
1742-
"@sentry/types" "5.27.2"
1741+
"@sentry/hub" "5.27.3"
1742+
"@sentry/types" "5.27.3"
17431743
tslib "^1.9.3"
17441744

1745-
"@sentry/types@5.27.2":
1746-
version "5.27.2"
1747-
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-5.27.2.tgz#606e973cee865e83e75491e33e9b2732a0f79c94"
1748-
integrity sha512-oszEOlWJuySvGc2HJ2KLTgtYwRFnHWDu8YIZ99UhmO2PcGQ5HlZJpV2oC8n3x0g1YSSlAaThjKbliJEAT7fmPg==
1745+
"@sentry/types@5.27.3":
1746+
version "5.27.3"
1747+
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-5.27.3.tgz#d377508769bc658d672c287166c7f6c5db45660c"
1748+
integrity sha512-PkWhMArFMxBb1g3HtMEL8Ea9PYae2MU0z9CMIWiqzerFy2ZpKG98IU3pt8ic4JkmKQdwB8hDiZpRPMHhW0WYwQ==
17491749

1750-
"@sentry/utils@5.27.2":
1751-
version "5.27.2"
1752-
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-5.27.2.tgz#9d52a2ad73aaab41c45202c289c4a63127ce4ebb"
1753-
integrity sha512-ZrdRgcFapi1NACbtvnPLOIXKjBPVTlhGzmXNCVao0uRBBRNJa5i2Mjp/U/Xy/fT0K1MGJQ+F9YZjZPnAMsDNbw==
1750+
"@sentry/utils@5.27.3":
1751+
version "5.27.3"
1752+
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-5.27.3.tgz#1fc45dfad1f1e4398bee58684d8947666d8d3003"
1753+
integrity sha512-R9WvFrRBALZvCzu/9BsuXBCfkNxz4MwdBNSXaBsJo4afQw1ljkjIc9DpHzlL9S9goIwXo81Buwmr5gGDO6aH+Q==
17541754
dependencies:
1755-
"@sentry/types" "5.27.2"
1755+
"@sentry/types" "5.27.3"
17561756
tslib "^1.9.3"
17571757

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

0 commit comments

Comments
 (0)