fix(deps): update sentry-javascript monorepo to v7.99.0 #3929

Merged
konrad merged 1 commits from renovate/sentry-javascript-monorepo into main 2024-01-30 17:39:38 +00:00
Member

This PR contains the following updates:

Package Type Update Change
@sentry/tracing (source) dependencies minor 7.98.0 -> 7.99.0
@sentry/vue (source) dependencies minor 7.98.0 -> 7.99.0

Release Notes

getsentry/sentry-javascript (@​sentry/tracing)

v7.99.0

Compare Source

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.

  • feat(core): Deprecate Span.setHttpStatus in favor of setHttpStatus (#​10268)
  • feat(core): Deprecate spanStatusfromHttpCode in favour of getSpanStatusFromHttpCode (#​10361)
  • feat(core): Deprecate StartSpanOptions.origin in favour of passing attribute (#​10274)
  • feat(deno): Expose functional integrations to replace classes (#​10355)
Other Changes
  • feat(bun): Add missing @sentry/node re-exports (#​10396)
  • feat(core): Add afterAllSetup hook for integrations (#​10345)
  • feat(core): Ensure startSpan() can handle spans that require parent (#​10386)
  • feat(core): Read propagation context off scopes in startSpan APIs (#​10300)
  • feat(remix): Export missing @sentry/node functions (#​10385, #​10391)
  • feat(serverless): Add missing @sentry/node re-exports (#​10390)
  • feat(sveltekit): Add more missing @sentry/node re-exports (#​10392)
  • feat(tracing): Export proper type for browser tracing (#​10411)
  • feat(tracing): Expose new browserTracingIntegration (#​10351)
  • fix: Ensure afterAllSetup is called when using addIntegration() (#​10372)
  • fix(core): Export spanToTraceContext function from span utils (#​10364)
  • fix(core): Make FunctionToString integration use SETUP_CLIENTS weakmap (#​10358)
  • fix(deno): Call function if client is not setup (#​10354)
  • fix(react): Fix attachReduxState option (#​10381)
  • fix(spotlight): Use unpatched http.request (#​10369)
  • fix(tracing): Only create request span if there is active span (#​10375)
  • ref: Read propagation context off of scope and isolation scope when propagating and applying trace context (#​10297)

Work in this release contributed by @​AleshaOleg. Thank you for your contribution!


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@sentry/tracing](https://github.com/getsentry/sentry-javascript/tree/master/packages/tracing) ([source](https://github.com/getsentry/sentry-javascript)) | dependencies | minor | [`7.98.0` -> `7.99.0`](https://renovatebot.com/diffs/npm/@sentry%2ftracing/7.98.0/7.99.0) | | [@sentry/vue](https://github.com/getsentry/sentry-javascript/tree/master/packages/vue) ([source](https://github.com/getsentry/sentry-javascript)) | dependencies | minor | [`7.98.0` -> `7.99.0`](https://renovatebot.com/diffs/npm/@sentry%2fvue/7.98.0/7.99.0) | --- ### Release Notes <details> <summary>getsentry/sentry-javascript (@&#8203;sentry/tracing)</summary> ### [`v7.99.0`](https://github.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#7990) [Compare Source](https://github.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://github.com/getsentry/sentry-javascript/blob/develop/MIGRATION.md). - feat(core): Deprecate `Span.setHttpStatus` in favor of `setHttpStatus` ([#&#8203;10268](https://github.com/getsentry/sentry-javascript/issues/10268)) - feat(core): Deprecate `spanStatusfromHttpCode` in favour of `getSpanStatusFromHttpCode` ([#&#8203;10361](https://github.com/getsentry/sentry-javascript/issues/10361)) - feat(core): Deprecate `StartSpanOptions.origin` in favour of passing attribute ([#&#8203;10274](https://github.com/getsentry/sentry-javascript/issues/10274)) - feat(deno): Expose functional integrations to replace classes ([#&#8203;10355](https://github.com/getsentry/sentry-javascript/issues/10355)) ##### Other Changes - feat(bun): Add missing `@sentry/node` re-exports ([#&#8203;10396](https://github.com/getsentry/sentry-javascript/issues/10396)) - feat(core): Add `afterAllSetup` hook for integrations ([#&#8203;10345](https://github.com/getsentry/sentry-javascript/issues/10345)) - feat(core): Ensure `startSpan()` can handle spans that require parent ([#&#8203;10386](https://github.com/getsentry/sentry-javascript/issues/10386)) - feat(core): Read propagation context off scopes in `startSpan` APIs ([#&#8203;10300](https://github.com/getsentry/sentry-javascript/issues/10300)) - feat(remix): Export missing `@sentry/node` functions ([#&#8203;10385](https://github.com/getsentry/sentry-javascript/issues/10385), [#&#8203;10391](https://github.com/getsentry/sentry-javascript/issues/10391)) - feat(serverless): Add missing `@sentry/node` re-exports ([#&#8203;10390](https://github.com/getsentry/sentry-javascript/issues/10390)) - feat(sveltekit): Add more missing `@sentry/node` re-exports ([#&#8203;10392](https://github.com/getsentry/sentry-javascript/issues/10392)) - feat(tracing): Export proper type for browser tracing ([#&#8203;10411](https://github.com/getsentry/sentry-javascript/issues/10411)) - feat(tracing): Expose new `browserTracingIntegration` ([#&#8203;10351](https://github.com/getsentry/sentry-javascript/issues/10351)) - fix: Ensure `afterAllSetup` is called when using `addIntegration()` ([#&#8203;10372](https://github.com/getsentry/sentry-javascript/issues/10372)) - fix(core): Export `spanToTraceContext` function from span utils ([#&#8203;10364](https://github.com/getsentry/sentry-javascript/issues/10364)) - fix(core): Make `FunctionToString` integration use SETUP_CLIENTS weakmap ([#&#8203;10358](https://github.com/getsentry/sentry-javascript/issues/10358)) - fix(deno): Call function if client is not setup ([#&#8203;10354](https://github.com/getsentry/sentry-javascript/issues/10354)) - fix(react): Fix attachReduxState option ([#&#8203;10381](https://github.com/getsentry/sentry-javascript/issues/10381)) - fix(spotlight): Use unpatched http.request ([#&#8203;10369](https://github.com/getsentry/sentry-javascript/issues/10369)) - fix(tracing): Only create request span if there is active span ([#&#8203;10375](https://github.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://github.com/getsentry/sentry-javascript/issues/10297)) Work in this release contributed by [@&#8203;AleshaOleg](https://github.com/AleshaOleg). Thank you for your contribution! </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
renovate added the
dependencies
label 2024-01-30 17:19:02 +00:00
renovate added 1 commit 2024-01-30 17:19:05 +00:00
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
0484923b8a
fix(deps): update sentry-javascript monorepo to v7.99.0
Member

Hi renovate!

Thank you for creating a PR!

I've deployed the changes of this PR on a preview environment under this URL: https://3929-renovate-sentry-javascript-monor--vikunja-frontend-preview.netlify.app

You can use this url to view the changes live and test them out.
You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/.

Have a nice day!

Beep boop, I'm a bot.

Hi renovate! Thank you for creating a PR! I've deployed the changes of this PR on a preview environment under this URL: https://3929-renovate-sentry-javascript-monor--vikunja-frontend-preview.netlify.app You can use this url to view the changes live and test them out. You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/. Have a nice day! > Beep boop, I'm a bot.
konrad merged commit 0484923b8a into main 2024-01-30 17:39:38 +00:00
konrad deleted branch renovate/sentry-javascript-monorepo 2024-01-30 17:39:39 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.