From f5fa9e0dcaad0887837332311c11bdd03a025bf4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Feb 2024 06:15:58 +0000 Subject: [PATCH] fix(deps): update dependency @sentry/types to ^7.100.0 (#4892) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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.98.0` -> `^7.100.0`](https://renovatebot.com/diffs/npm/@sentry%2ftypes/7.98.0/7.100.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@sentry%2ftypes/7.100.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@sentry%2ftypes/7.100.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@sentry%2ftypes/7.98.0/7.100.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@sentry%2ftypes/7.98.0/7.100.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
getsentry/sentry-javascript (@​sentry/types) ### [`v7.100.0`](https://togithub.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#71000) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/7.99.0...7.100.0) ##### Important Changes ##### Deprecations This release includes some deprecations. For more details please look at our [migration guide](https://togithub.com/getsentry/sentry-javascript/blob/develop/MIGRATION.md). The deprecation most likely to affect you is the one of `BrowserTracing`. Instead of `new BrowserTracing()`, you should now use `browserTracingIntegration()`, which will also handle framework-specific instrumentation out of the box for you - no need to pass a custom `routingInstrumentation` anymore. For `@sentry/react`, we expose dedicated integrations for the different react-router versions: - `reactRouterV6BrowserTracingIntegration()` - `reactRouterV5BrowserTracingIntegration()` - `reactRouterV4BrowserTracingIntegration()` - `reactRouterV3BrowserTracingIntegration()` See the [migration guide](https://togithub.com/getsentry/sentry-javascript/blob/develop/MIGRATION.md#depreacted-browsertracing-integration) for details. - feat(angular): Export custom `browserTracingIntegration()` ([#​10353](https://togithub.com/getsentry/sentry-javascript/issues/10353)) - feat(browser): Deprecate `BrowserTracing` integration ([#​10493](https://togithub.com/getsentry/sentry-javascript/issues/10493)) - feat(browser): Export `browserProfilingIntegration` ([#​10438](https://togithub.com/getsentry/sentry-javascript/issues/10438)) - feat(bun): Export `bunServerIntegration()` ([#​10439](https://togithub.com/getsentry/sentry-javascript/issues/10439)) - feat(nextjs): Add `browserTracingIntegration` ([#​10397](https://togithub.com/getsentry/sentry-javascript/issues/10397)) - feat(react): Add `reactRouterV3BrowserTracingIntegration` for react router v3 ([#​10489](https://togithub.com/getsentry/sentry-javascript/issues/10489)) - feat(react): Add `reactRouterV4/V5BrowserTracingIntegration` for react router v4 & v5 ([#​10488](https://togithub.com/getsentry/sentry-javascript/issues/10488)) - feat(react): Add `reactRouterV6BrowserTracingIntegration` for react router v6 & v6.4 ([#​10491](https://togithub.com/getsentry/sentry-javascript/issues/10491)) - feat(remix): Add custom `browserTracingIntegration` ([#​10442](https://togithub.com/getsentry/sentry-javascript/issues/10442)) - feat(node): Expose functional integrations to replace classes ([#​10356](https://togithub.com/getsentry/sentry-javascript/issues/10356)) - feat(vercel-edge): Replace `WinterCGFetch` with `winterCGFetchIntegration` ([#​10436](https://togithub.com/getsentry/sentry-javascript/issues/10436)) - feat: Deprecate non-callback based `continueTrace` ([#​10301](https://togithub.com/getsentry/sentry-javascript/issues/10301)) - feat(vue): Deprecate `new VueIntegration()` ([#​10440](https://togithub.com/getsentry/sentry-javascript/issues/10440)) - feat(vue): Implement vue `browserTracingIntegration()` ([#​10477](https://togithub.com/getsentry/sentry-javascript/issues/10477)) - feat(sveltekit): Add custom `browserTracingIntegration()` ([#​10450](https://togithub.com/getsentry/sentry-javascript/issues/10450)) ##### Profiling Node `@sentry/profiling-node` has been ported into the monorepo. Future development for it will happen here! - pkg(profiling-node): port profiling-node repo to monorepo ([#​10151](https://togithub.com/getsentry/sentry-javascript/issues/10151)) ##### Other Changes - feat: Export `setHttpStatus` from all packages ([#​10475](https://togithub.com/getsentry/sentry-javascript/issues/10475)) - feat(bundles): Add pluggable integrations on CDN to `Sentry` namespace ([#​10452](https://togithub.com/getsentry/sentry-javascript/issues/10452)) - feat(core): Pass `name` & `attributes` to `tracesSampler` ([#​10426](https://togithub.com/getsentry/sentry-javascript/issues/10426)) - feat(feedback): Add `system-ui` to start of font family ([#​10464](https://togithub.com/getsentry/sentry-javascript/issues/10464)) - feat(node-experimental): Add koa integration ([#​10451](https://togithub.com/getsentry/sentry-javascript/issues/10451)) - feat(node-experimental): Update opentelemetry packages ([#​10456](https://togithub.com/getsentry/sentry-javascript/issues/10456)) - feat(node-experimental): Update tracing integrations to functional style ([#​10443](https://togithub.com/getsentry/sentry-javascript/issues/10443)) - feat(replay): Bump `rrweb` to 2.10.0 ([#​10445](https://togithub.com/getsentry/sentry-javascript/issues/10445)) - feat(replay): Enforce masking of credit card fields ([#​10472](https://togithub.com/getsentry/sentry-javascript/issues/10472)) - feat(utils): Add `propagationContextFromHeaders` ([#​10313](https://togithub.com/getsentry/sentry-javascript/issues/10313)) - fix: Make `startSpan`, `startSpanManual` and `startInactiveSpan` pick up the scopes at time of creation instead of termination ([#​10492](https://togithub.com/getsentry/sentry-javascript/issues/10492)) - fix(feedback): Fix logo color when colorScheme is "system" ([#​10465](https://togithub.com/getsentry/sentry-javascript/issues/10465)) - fix(nextjs): Do not report redirects and notFound calls as errors in server actions ([#​10474](https://togithub.com/getsentry/sentry-javascript/issues/10474)) - fix(nextjs): Fix navigation tracing on app router ([#​10502](https://togithub.com/getsentry/sentry-javascript/issues/10502)) - fix(nextjs): Apply server action data to correct isolation scope ([#​10514](https://togithub.com/getsentry/sentry-javascript/issues/10514)) - fix(node): Use normal `require` call to import Undici ([#​10388](https://togithub.com/getsentry/sentry-javascript/issues/10388)) - ref(nextjs): Remove internally used deprecated APIs ([#​10453](https://togithub.com/getsentry/sentry-javascript/issues/10453)) - ref(vue): use startInactiveSpan in tracing mixin ([#​10406](https://togithub.com/getsentry/sentry-javascript/issues/10406)) ### [`v7.99.0`](https://togithub.com/getsentry/sentry-javascript/releases/tag/7.99.0) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/7.98.0...7.99.0) ##### Important Changes ##### Deprecations This release includes some deprecations for span related methods and integrations in our Deno SDK, `@sentry/deno`. For more details please look at our [migration guide](https://togithub.com/getsentry/sentry-javascript/blob/develop/MIGRATION.md). - feat(core): Deprecate `Span.setHttpStatus` in favor of `setHttpStatus` ([#​10268](https://togithub.com/getsentry/sentry-javascript/issues/10268)) - feat(core): Deprecate `spanStatusfromHttpCode` in favour of `getSpanStatusFromHttpCode` ([#​10361](https://togithub.com/getsentry/sentry-javascript/issues/10361)) - feat(core): Deprecate `StartSpanOptions.origin` in favour of passing attribute ([#​10274](https://togithub.com/getsentry/sentry-javascript/issues/10274)) - feat(deno): Expose functional integrations to replace classes ([#​10355](https://togithub.com/getsentry/sentry-javascript/issues/10355)) ##### Other Changes - feat(bun): Add missing `@sentry/node` re-exports ([#​10396](https://togithub.com/getsentry/sentry-javascript/issues/10396)) - feat(core): Add `afterAllSetup` hook for integrations ([#​10345](https://togithub.com/getsentry/sentry-javascript/issues/10345)) - feat(core): Ensure `startSpan()` can handle spans that require parent ([#​10386](https://togithub.com/getsentry/sentry-javascript/issues/10386)) - feat(core): Read propagation context off scopes in `startSpan` APIs ([#​10300](https://togithub.com/getsentry/sentry-javascript/issues/10300)) - feat(remix): Export missing `@sentry/node` functions ([#​10385](https://togithub.com/getsentry/sentry-javascript/issues/10385), [#​10391](https://togithub.com/getsentry/sentry-javascript/issues/10391)) - feat(serverless): Add missing `@sentry/node` re-exports ([#​10390](https://togithub.com/getsentry/sentry-javascript/issues/10390)) - feat(sveltekit): Add more missing `@sentry/node` re-exports ([#​10392](https://togithub.com/getsentry/sentry-javascript/issues/10392)) - feat(tracing): Export proper type for browser tracing ([#​10411](https://togithub.com/getsentry/sentry-javascript/issues/10411)) - feat(tracing): Expose new `browserTracingIntegration` ([#​10351](https://togithub.com/getsentry/sentry-javascript/issues/10351)) - fix: Ensure `afterAllSetup` is called when using `addIntegration()` ([#​10372](https://togithub.com/getsentry/sentry-javascript/issues/10372)) - fix(core): Export `spanToTraceContext` function from span utils ([#​10364](https://togithub.com/getsentry/sentry-javascript/issues/10364)) - fix(core): Make `FunctionToString` integration use SETUP_CLIENTS weakmap ([#​10358](https://togithub.com/getsentry/sentry-javascript/issues/10358)) - fix(deno): Call function if client is not setup ([#​10354](https://togithub.com/getsentry/sentry-javascript/issues/10354)) - fix(react): Fix attachReduxState option ([#​10381](https://togithub.com/getsentry/sentry-javascript/issues/10381)) - fix(spotlight): Use unpatched http.request ([#​10369](https://togithub.com/getsentry/sentry-javascript/issues/10369)) - fix(tracing): Only create request span if there is active span ([#​10375](https://togithub.com/getsentry/sentry-javascript/issues/10375)) - ref: Read propagation context off of scope and isolation scope when propagating and applying trace context ([#​10297](https://togithub.com/getsentry/sentry-javascript/issues/10297)) Work in this release contributed by [@​AleshaOleg](https://togithub.com/AleshaOleg). Thank you for your contribution! #### Bundle size 📦 | Path | Size | | ---------------------------------------------------------------------------------- | ----------------- | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay, Feedback) - Webpack (gzipped) | 78.18 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - Webpack (gzipped) | 69.39 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay with Canvas) - Webpack (gzipped) | 73.28 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) | 63.01 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - Webpack (gzipped) | 33.41 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. browserTracingIntegration) - Webpack (gzipped) | 33.28 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Feedback) - Webpack (gzipped) | 31.33 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. sendFeedback) - Webpack (gzipped) | 31.34 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) - Webpack (gzipped) | 22.6 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped) | 76 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) | 67.54 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - ES6 CDN Bundle (gzipped) | 33.45 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) - ES6 CDN Bundle (gzipped) | 24.66 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) | 213.12 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) | 101.13 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) - ES6 CDN Bundle (minified & uncompressed) | 74 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - ES5 CDN Bundle (gzipped) | 36.56 KB | | [@​sentry/react](https://togithub.com/sentry/react) (incl. Tracing, Replay) - Webpack (gzipped) | 69.78 KB | | [@​sentry/react](https://togithub.com/sentry/react) - Webpack (gzipped) | 22.63 KB | | [@​sentry/nextjs](https://togithub.com/sentry/nextjs) Client (incl. Tracing, Replay) - Webpack (gzipped) | 86.45 KB | | [@​sentry/nextjs](https://togithub.com/sentry/nextjs) Client - Webpack (gzipped) | 50.76 KB | | [@​sentry-internal/feedback](https://togithub.com/sentry-internal/feedback) - Webpack (gzipped) | 17.21 KB |
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0e44fe502f9..4f52a13c159 100644 --- a/package.json +++ b/package.json @@ -111,7 +111,7 @@ "@segment/analytics-react-native-plugin-firebase": "^0.3.11", "@segment/sovran-react-native": "^1.0.4", "@sentry/react-native": "^4.15.2", - "@sentry/types": "^7.98.0", + "@sentry/types": "^7.100.0", "@th3rdwave/react-navigation-bottom-sheet": "^0.2.7", "@toruslabs/fetch-node-details": "^8.1.1", "@toruslabs/torus.js": "^6.4.1", diff --git a/yarn.lock b/yarn.lock index 0ac2105dc78..29f0a42be42 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3249,10 +3249,10 @@ resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.37.2.tgz#99fd76230d7c1d3c6901ed4c0bea35be7d6fe26d" integrity sha512-SxKQOCX94ZaQM4C2ysNjHdJsjYapu/NYZCz1cnPyCdDvYfhwiVge1uq6ZHiQ/ARfxAAOmc3R4Mh3VvEz7WUOdw== -"@sentry/types@^7.98.0": - version "7.98.0" - resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.98.0.tgz#6a88bf60679aea88ac6cba4d1517958726c2bafb" - integrity sha512-pc034ziM0VTETue4bfBcBqTWGy4w0okidtoZJjGVrYAfE95ObZnUGVj/XYIQ3FeCYWIa7NFN2MvdsCS0buwivQ== +"@sentry/types@^7.100.0": + version "7.100.1" + resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.100.1.tgz#1349b77269cecf4e80c087842575bd1a001e9995" + integrity sha512-fLM+LedHuKzOd8IhXBqaQuym+AA519MGjeczBa5kGakes/BbAsUMwsNfjsKQedp7Kh44RgYF99jwoRPK2oDrXw== "@sentry/utils@7.37.2": version "7.37.2"