Skip to content

Commit adaae3d

Browse files
fix(deps): update dependency @sentry/types to ^7.104.0 (#5036)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@sentry/types](https://togithub.com/getsentry/sentry-javascript/tree/master/packages/types) ([source](https://togithub.com/getsentry/sentry-javascript)) | [`^7.102.1` -> `^7.104.0`](https://renovatebot.com/diffs/npm/@sentry%2ftypes/7.103.0/7.104.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@sentry%2ftypes/7.104.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@sentry%2ftypes/7.104.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@sentry%2ftypes/7.103.0/7.104.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@sentry%2ftypes/7.103.0/7.104.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>getsentry/sentry-javascript (@&#8203;sentry/types)</summary> ### [`v7.104.0`](https://togithub.com/getsentry/sentry-javascript/releases/tag/7.104.0) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/7.103.0...7.104.0) ##### Important Changes - **feat(performance): create Interaction standalone spans on inp events ([#&#8203;10709](https://togithub.com/getsentry/sentry-javascript/issues/10709))** This release adds support for the INP web vital. This is currently only supported for Saas Sentry, and product support is released with the upcoming `24.3.0` release of self-hosted. To opt-in to this feature, you can use the `enableInp` option in the `browserTracingIntegration`: ```js Sentry.init({ integrations: [ Sentry.browserTracingIntegration({ enableInp: true, }); ] }) ``` ##### Other Changes - feat(feedback): Flush replays when feedback form opens ([#&#8203;10567](https://togithub.com/getsentry/sentry-javascript/issues/10567)) - feat(profiling-node): Expose `nodeProfilingIntegration` ([#&#8203;10864](https://togithub.com/getsentry/sentry-javascript/issues/10864)) - fix(profiling-node): Fix dependencies to point to current versions ([#&#8203;10861](https://togithub.com/getsentry/sentry-javascript/issues/10861)) - fix(replay): Add `errorHandler` for replayCanvas integration ([#&#8203;10796](https://togithub.com/getsentry/sentry-javascript/issues/10796)) #### Bundle size 📦 | Path | Size | | ---------------------------------------------------------------------------------- | ----------------- | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay, Feedback) - Webpack (gzipped) | 78.71 KB | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - Webpack (gzipped) | 69.87 KB | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay with Canvas) - Webpack (gzipped) | 73.83 KB | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) | 63.48 KB | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - Webpack (gzipped) | 33.84 KB | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl. browserTracingIntegration) - Webpack (gzipped) | 34.88 KB | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl. Feedback) - Webpack (gzipped) | 31.44 KB | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl. sendFeedback) - Webpack (gzipped) | 31.45 KB | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) - Webpack (gzipped) | 22.68 KB | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped) | 76.96 KB | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) | 68.38 KB | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - ES6 CDN Bundle (gzipped) | 34.18 KB | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) - ES6 CDN Bundle (gzipped) | 25.09 KB | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) | 215.47 KB | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) | 103.28 KB | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) - ES6 CDN Bundle (minified & uncompressed) | 75.32 KB | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - ES5 CDN Bundle (gzipped) | 37.35 KB | | [@&#8203;sentry/react](https://togithub.com/sentry/react) (incl. Tracing, Replay) - Webpack (gzipped) | 70.25 KB | | [@&#8203;sentry/react](https://togithub.com/sentry/react) - Webpack (gzipped) | 22.71 KB | | [@&#8203;sentry/nextjs](https://togithub.com/sentry/nextjs) Client (incl. Tracing, Replay) - Webpack (gzipped) | 89.1 KB | | [@&#8203;sentry/nextjs](https://togithub.com/sentry/nextjs) Client - Webpack (gzipped) | 53.28 KB | | [@&#8203;sentry-internal/feedback](https://togithub.com/sentry-internal/feedback) - Webpack (gzipped) | 17.28 KB | </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 5pm,every weekend" in timezone America/Los_Angeles, Automerge - "after 5pm,every weekend" in timezone America/Los_Angeles. 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/valora-inc/wallet). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMjAuMiIsInVwZGF0ZWRJblZlciI6IjM3LjIyMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 086298d commit adaae3d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
"@segment/analytics-react-native-plugin-firebase": "^0.4.1",
112112
"@segment/sovran-react-native": "^1.1.1",
113113
"@sentry/react-native": "^4.15.2",
114-
"@sentry/types": "^7.102.1",
114+
"@sentry/types": "^7.104.0",
115115
"@th3rdwave/react-navigation-bottom-sheet": "^0.2.7",
116116
"@toruslabs/constants": "^13.1.0",
117117
"@toruslabs/fetch-node-details": "^13.1.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3293,10 +3293,10 @@
32933293
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.37.2.tgz#99fd76230d7c1d3c6901ed4c0bea35be7d6fe26d"
32943294
integrity sha512-SxKQOCX94ZaQM4C2ysNjHdJsjYapu/NYZCz1cnPyCdDvYfhwiVge1uq6ZHiQ/ARfxAAOmc3R4Mh3VvEz7WUOdw==
32953295

3296-
"@sentry/types@^7.102.1":
3297-
version "7.103.0"
3298-
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.103.0.tgz#f413f922216c97ec86bae39f9d527669d8afedbd"
3299-
integrity sha512-NCvKyx8d2AGBQKPARrJemZmZ16DiMo688OEikZg4BbvFNDUzK5Egm2BH0vfLDhbNkU19o3maJowrYo42m8r9Zw==
3296+
"@sentry/types@^7.104.0":
3297+
version "7.105.0"
3298+
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.105.0.tgz#51dadb7ad650e883459acf18df2ecbb5b4b6e5c2"
3299+
integrity sha512-80o0KMVM+X2Ym9hoQxvJetkJJwkpCg7o6tHHFXI+Rp7fawc2iCMTa0IRQMUiSkFvntQLYIdDoNNuKdzz2PbQGA==
33003300

33013301
33023302
version "7.37.2"

0 commit comments

Comments
 (0)