Skip to content

Commit

Permalink
fix(deps): update dependency @sentry/types to ^7.100.0 (#4892)
Browse files Browse the repository at this point in the history
[![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

<details>
<summary>getsentry/sentry-javascript (@&#8203;sentry/types)</summary>

###
[`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()`
([#&#8203;10353](https://togithub.com/getsentry/sentry-javascript/issues/10353))
- feat(browser): Deprecate `BrowserTracing` integration
([#&#8203;10493](https://togithub.com/getsentry/sentry-javascript/issues/10493))
- feat(browser): Export `browserProfilingIntegration`
([#&#8203;10438](https://togithub.com/getsentry/sentry-javascript/issues/10438))
- feat(bun): Export `bunServerIntegration()`
([#&#8203;10439](https://togithub.com/getsentry/sentry-javascript/issues/10439))
- feat(nextjs): Add `browserTracingIntegration`
([#&#8203;10397](https://togithub.com/getsentry/sentry-javascript/issues/10397))
- feat(react): Add `reactRouterV3BrowserTracingIntegration` for react
router v3
([#&#8203;10489](https://togithub.com/getsentry/sentry-javascript/issues/10489))
- feat(react): Add `reactRouterV4/V5BrowserTracingIntegration` for react
router v4 & v5
([#&#8203;10488](https://togithub.com/getsentry/sentry-javascript/issues/10488))
- feat(react): Add `reactRouterV6BrowserTracingIntegration` for react
router v6 & v6.4
([#&#8203;10491](https://togithub.com/getsentry/sentry-javascript/issues/10491))
- feat(remix): Add custom `browserTracingIntegration`
([#&#8203;10442](https://togithub.com/getsentry/sentry-javascript/issues/10442))
- feat(node): Expose functional integrations to replace classes
([#&#8203;10356](https://togithub.com/getsentry/sentry-javascript/issues/10356))
- feat(vercel-edge): Replace `WinterCGFetch` with
`winterCGFetchIntegration`
([#&#8203;10436](https://togithub.com/getsentry/sentry-javascript/issues/10436))
- feat: Deprecate non-callback based `continueTrace`
([#&#8203;10301](https://togithub.com/getsentry/sentry-javascript/issues/10301))
- feat(vue): Deprecate `new VueIntegration()`
([#&#8203;10440](https://togithub.com/getsentry/sentry-javascript/issues/10440))
- feat(vue): Implement vue `browserTracingIntegration()`
([#&#8203;10477](https://togithub.com/getsentry/sentry-javascript/issues/10477))
- feat(sveltekit): Add custom `browserTracingIntegration()`
([#&#8203;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
([#&#8203;10151](https://togithub.com/getsentry/sentry-javascript/issues/10151))

##### Other Changes

- feat: Export `setHttpStatus` from all packages
([#&#8203;10475](https://togithub.com/getsentry/sentry-javascript/issues/10475))
- feat(bundles): Add pluggable integrations on CDN to `Sentry` namespace
([#&#8203;10452](https://togithub.com/getsentry/sentry-javascript/issues/10452))
- feat(core): Pass `name` & `attributes` to `tracesSampler`
([#&#8203;10426](https://togithub.com/getsentry/sentry-javascript/issues/10426))
- feat(feedback): Add `system-ui` to start of font family
([#&#8203;10464](https://togithub.com/getsentry/sentry-javascript/issues/10464))
- feat(node-experimental): Add koa integration
([#&#8203;10451](https://togithub.com/getsentry/sentry-javascript/issues/10451))
- feat(node-experimental): Update opentelemetry packages
([#&#8203;10456](https://togithub.com/getsentry/sentry-javascript/issues/10456))
- feat(node-experimental): Update tracing integrations to functional
style
([#&#8203;10443](https://togithub.com/getsentry/sentry-javascript/issues/10443))
- feat(replay): Bump `rrweb` to 2.10.0
([#&#8203;10445](https://togithub.com/getsentry/sentry-javascript/issues/10445))
- feat(replay): Enforce masking of credit card fields
([#&#8203;10472](https://togithub.com/getsentry/sentry-javascript/issues/10472))
- feat(utils): Add `propagationContextFromHeaders`
([#&#8203;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
([#&#8203;10492](https://togithub.com/getsentry/sentry-javascript/issues/10492))
- fix(feedback): Fix logo color when colorScheme is "system"
([#&#8203;10465](https://togithub.com/getsentry/sentry-javascript/issues/10465))
- fix(nextjs): Do not report redirects and notFound calls as errors in
server actions
([#&#8203;10474](https://togithub.com/getsentry/sentry-javascript/issues/10474))
- fix(nextjs): Fix navigation tracing on app router
([#&#8203;10502](https://togithub.com/getsentry/sentry-javascript/issues/10502))
- fix(nextjs): Apply server action data to correct isolation scope
([#&#8203;10514](https://togithub.com/getsentry/sentry-javascript/issues/10514))
- fix(node): Use normal `require` call to import Undici
([#&#8203;10388](https://togithub.com/getsentry/sentry-javascript/issues/10388))
- ref(nextjs): Remove internally used deprecated APIs
([#&#8203;10453](https://togithub.com/getsentry/sentry-javascript/issues/10453))
- ref(vue): use startInactiveSpan in tracing mixin
([#&#8203;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`
([#&#8203;10268](https://togithub.com/getsentry/sentry-javascript/issues/10268))
- feat(core): Deprecate `spanStatusfromHttpCode` in favour of
`getSpanStatusFromHttpCode`
([#&#8203;10361](https://togithub.com/getsentry/sentry-javascript/issues/10361))
- feat(core): Deprecate `StartSpanOptions.origin` in favour of passing
attribute
([#&#8203;10274](https://togithub.com/getsentry/sentry-javascript/issues/10274))
- feat(deno): Expose functional integrations to replace classes
([#&#8203;10355](https://togithub.com/getsentry/sentry-javascript/issues/10355))

##### Other Changes

- feat(bun): Add missing `@sentry/node` re-exports
([#&#8203;10396](https://togithub.com/getsentry/sentry-javascript/issues/10396))
- feat(core): Add `afterAllSetup` hook for integrations
([#&#8203;10345](https://togithub.com/getsentry/sentry-javascript/issues/10345))
- feat(core): Ensure `startSpan()` can handle spans that require parent
([#&#8203;10386](https://togithub.com/getsentry/sentry-javascript/issues/10386))
- feat(core): Read propagation context off scopes in `startSpan` APIs
([#&#8203;10300](https://togithub.com/getsentry/sentry-javascript/issues/10300))
- feat(remix): Export missing `@sentry/node` functions
([#&#8203;10385](https://togithub.com/getsentry/sentry-javascript/issues/10385),
[#&#8203;10391](https://togithub.com/getsentry/sentry-javascript/issues/10391))
- feat(serverless): Add missing `@sentry/node` re-exports
([#&#8203;10390](https://togithub.com/getsentry/sentry-javascript/issues/10390))
- feat(sveltekit): Add more missing `@sentry/node` re-exports
([#&#8203;10392](https://togithub.com/getsentry/sentry-javascript/issues/10392))
- feat(tracing): Export proper type for browser tracing
([#&#8203;10411](https://togithub.com/getsentry/sentry-javascript/issues/10411))
- feat(tracing): Expose new `browserTracingIntegration`
([#&#8203;10351](https://togithub.com/getsentry/sentry-javascript/issues/10351))
- fix: Ensure `afterAllSetup` is called when using `addIntegration()`
([#&#8203;10372](https://togithub.com/getsentry/sentry-javascript/issues/10372))
- fix(core): Export `spanToTraceContext` function from span utils
([#&#8203;10364](https://togithub.com/getsentry/sentry-javascript/issues/10364))
- fix(core): Make `FunctionToString` integration use SETUP_CLIENTS
weakmap
([#&#8203;10358](https://togithub.com/getsentry/sentry-javascript/issues/10358))
- fix(deno): Call function if client is not setup
([#&#8203;10354](https://togithub.com/getsentry/sentry-javascript/issues/10354))
- fix(react): Fix attachReduxState option
([#&#8203;10381](https://togithub.com/getsentry/sentry-javascript/issues/10381))
- fix(spotlight): Use unpatched http.request
([#&#8203;10369](https://togithub.com/getsentry/sentry-javascript/issues/10369))
- fix(tracing): Only create request span if there is active span
([#&#8203;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
([#&#8203;10297](https://togithub.com/getsentry/sentry-javascript/issues/10297))

Work in this release contributed by
[@&#8203;AleshaOleg](https://togithub.com/AleshaOleg). Thank you for
your contribution!

#### Bundle size 📦

| Path | Size |
|
----------------------------------------------------------------------------------
| ----------------- |
| [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl.
Tracing, Replay, Feedback) - Webpack (gzipped) | 78.18 KB |
| [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl.
Tracing, Replay) - Webpack (gzipped) | 69.39 KB |
| [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl.
Tracing, Replay with Canvas) - Webpack (gzipped) | 73.28 KB |
| [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl.
Tracing, Replay) - Webpack with treeshaking flags (gzipped) | 63.01 KB |
| [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl.
Tracing) - Webpack (gzipped) | 33.41 KB |
| [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl.
browserTracingIntegration) - Webpack (gzipped) | 33.28 KB |
| [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl.
Feedback) - Webpack (gzipped) | 31.33 KB |
| [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl.
sendFeedback) - Webpack (gzipped) | 31.34 KB |
| [@&#8203;sentry/browser](https://togithub.com/sentry/browser) -
Webpack (gzipped) | 22.6 KB |
| [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl.
Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped) | 76 KB |
| [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl.
Tracing, Replay) - ES6 CDN Bundle (gzipped) | 67.54 KB |
| [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl.
Tracing) - ES6 CDN Bundle (gzipped) | 33.45 KB |
| [@&#8203;sentry/browser](https://togithub.com/sentry/browser) - ES6
CDN Bundle (gzipped) | 24.66 KB |
| [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl.
Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) | 213.12 KB
|
| [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl.
Tracing) - ES6 CDN Bundle (minified & uncompressed) | 101.13 KB |
| [@&#8203;sentry/browser](https://togithub.com/sentry/browser) - ES6
CDN Bundle (minified & uncompressed) | 74 KB |
| [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl.
Tracing) - ES5 CDN Bundle (gzipped) | 36.56 KB |
| [@&#8203;sentry/react](https://togithub.com/sentry/react) (incl.
Tracing, Replay) - Webpack (gzipped) | 69.78 KB |
| [@&#8203;sentry/react](https://togithub.com/sentry/react) - Webpack
(gzipped) | 22.63 KB |
| [@&#8203;sentry/nextjs](https://togithub.com/sentry/nextjs) Client
(incl. Tracing, Replay) - Webpack (gzipped) | 86.45 KB |
| [@&#8203;sentry/nextjs](https://togithub.com/sentry/nextjs) Client -
Webpack (gzipped) | 50.76 KB |
|
[@&#8203;sentry-internal/feedback](https://togithub.com/sentry-internal/feedback)
- Webpack (gzipped) | 17.21 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Feb 10, 2024
1 parent fe63cf5 commit f5fa9e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f5fa9e0

Please sign in to comment.