fix(deps): update sentry-javascript monorepo to v7.44.0 #3269

Merged
konrad merged 1 commits from renovate/sentry-javascript-monorepo into main 2023-03-20 16:50:09 +00:00
Member

This PR contains the following updates:

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

Release Notes

getsentry/sentry-javascript

v7.44.0

Compare Source

This release introduces the first alpha version of @sentry/sveltekit, our newest JavaScript SDK for Sveltekit. Check out the README for usage instructions and what to expect from this alpha release.

  • feat(replay): Add request_body_size & response_body_size to fetch/xhr (#​7407)
  • feat(replay): Add additional properties for UI clicks (#​7395)
  • feat(replay): Reduce time limit before pausing a recording (#​7356)
  • feat(replay): Upgrade rrweb and rrweb-player (#​7508)
  • feat(replay): Use new afterSend hook to improve error linking (#​7390)
  • feat(serverless): Publish lambda layer for Node 16/18 (#​7483)
  • feat(sveltekit): Add wrapper for client load function (#​7447)
  • feat(sveltekit): Add wrapper for server load function (#​7416)
  • feat(sveltekit): Add server-side handleError wrapper (#​7411)
  • feat(sveltekit): Introduce client-side handleError wrapper (#​7406)
  • feat(sveltekit): Add SvelteKit client and server init functions (#​7408)
  • feat(sveltekit): Inject Sentry.init calls into server and client bundles (#​7391)
  • feat(tracing): Expose BrowserTracing in non-tracing bundles (#​7479)
  • fix(core): Permanent idle timeout cancel finishes the transaction with the last finished child
  • fix(integrations): Handle lower-case prefix windows paths in RewriteFrames (#​7506)
  • fix(next): Guard against missing serverSideProps (#​7517)
  • fix(nextjs): Fix broken server component wrapping because of interrupted promise chain (#​7456)
  • fix(nextjs): Fix runtime error for static pages (#​7476)
  • fix(profiling): Catch sendProfile rejection (#​7446)
  • fix(replay): Never capture file input changes (#​7485)
  • fix(serverless): Explicitly export node package exports (#​7457)
  • fix(vue): Do not depend on window.location for SSR environments (#​7518)

Replay rrweb changes:

@sentry-internal/rrweb was updated from 1.105.0 to 1.106.0:

  • feat: Ensure password inputs are always masked (#​78)
  • fix: Ensure text masking for updated attributes works (#​83)
  • fix: Ensure unmaskTextSelector is used for masked attributes (#​81)
  • fix: Mask values for selects & radio/checkbox value (#​75)

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.43.0` -> `7.44.0`](https://renovatebot.com/diffs/npm/@sentry%2ftracing/7.43.0/7.44.0) | | [@sentry/vue](https://github.com/getsentry/sentry-javascript/tree/master/packages/vue) ([source](https://github.com/getsentry/sentry-javascript)) | dependencies | minor | [`7.43.0` -> `7.44.0`](https://renovatebot.com/diffs/npm/@sentry%2fvue/7.43.0/7.44.0) | --- ### Release Notes <details> <summary>getsentry/sentry-javascript</summary> ### [`v7.44.0`](https://github.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#&#8203;7440) [Compare Source](https://github.com/getsentry/sentry-javascript/compare/7.43.0...7.44.0) This release introduces the first alpha version of `@sentry/sveltekit`, our newest JavaScript SDK for Sveltekit. Check out the [README](./packages/sveltekit/README.md) for usage instructions and what to expect from this alpha release. - feat(replay): Add `request_body_size` & `response_body_size` to fetch/xhr ([#&#8203;7407](https://github.com/getsentry/sentry-javascript/issues/7407)) - feat(replay): Add additional properties for UI clicks ([#&#8203;7395](https://github.com/getsentry/sentry-javascript/issues/7395)) - feat(replay): Reduce time limit before pausing a recording ([#&#8203;7356](https://github.com/getsentry/sentry-javascript/issues/7356)) - feat(replay): Upgrade `rrweb` and `rrweb-player` ([#&#8203;7508](https://github.com/getsentry/sentry-javascript/issues/7508)) - feat(replay): Use new afterSend hook to improve error linking ([#&#8203;7390](https://github.com/getsentry/sentry-javascript/issues/7390)) - feat(serverless): Publish lambda layer for Node 16/18 ([#&#8203;7483](https://github.com/getsentry/sentry-javascript/issues/7483)) - feat(sveltekit): Add wrapper for client load function ([#&#8203;7447](https://github.com/getsentry/sentry-javascript/issues/7447)) - feat(sveltekit): Add wrapper for server load function ([#&#8203;7416](https://github.com/getsentry/sentry-javascript/issues/7416)) - feat(sveltekit): Add server-side `handleError` wrapper ([#&#8203;7411](https://github.com/getsentry/sentry-javascript/issues/7411)) - feat(sveltekit): Introduce client-side `handleError` wrapper ([#&#8203;7406](https://github.com/getsentry/sentry-javascript/issues/7406)) - feat(sveltekit): Add SvelteKit client and server `init` functions ([#&#8203;7408](https://github.com/getsentry/sentry-javascript/issues/7408)) - feat(sveltekit): Inject `Sentry.init` calls into server and client bundles ([#&#8203;7391](https://github.com/getsentry/sentry-javascript/issues/7391)) - feat(tracing): Expose `BrowserTracing` in non-tracing bundles ([#&#8203;7479](https://github.com/getsentry/sentry-javascript/issues/7479)) - fix(core): Permanent idle timeout cancel finishes the transaction with the last finished child - fix(integrations): Handle lower-case prefix windows paths in `RewriteFrames` ([#&#8203;7506](https://github.com/getsentry/sentry-javascript/issues/7506)) - fix(next): Guard against missing serverSideProps ([#&#8203;7517](https://github.com/getsentry/sentry-javascript/issues/7517)) - fix(nextjs): Fix broken server component wrapping because of interrupted promise chain ([#&#8203;7456](https://github.com/getsentry/sentry-javascript/issues/7456)) - fix(nextjs): Fix runtime error for static pages ([#&#8203;7476](https://github.com/getsentry/sentry-javascript/issues/7476)) - fix(profiling): Catch sendProfile rejection ([#&#8203;7446](https://github.com/getsentry/sentry-javascript/issues/7446)) - fix(replay): Never capture file input changes ([#&#8203;7485](https://github.com/getsentry/sentry-javascript/issues/7485)) - fix(serverless): Explicitly export node package exports ([#&#8203;7457](https://github.com/getsentry/sentry-javascript/issues/7457)) - fix(vue): Do not depend on `window.location` for SSR environments ([#&#8203;7518](https://github.com/getsentry/sentry-javascript/issues/7518)) **Replay `rrweb` changes:** `@sentry-internal/rrweb` was updated from 1.105.0 to 1.106.0: - feat: Ensure password inputs are always masked ([#&#8203;78](https://github.com/getsentry/rrweb/pull/78)) - fix: Ensure text masking for updated attributes works ([#&#8203;83](https://github.com/getsentry/rrweb/pull/83)) - fix: Ensure unmaskTextSelector is used for masked attributes ([#&#8203;81](https://github.com/getsentry/rrweb/pull/81)) - fix: Mask <option> values for selects & radio/checkbox value ([#&#8203;75](https://github.com/getsentry/rrweb/pull/75)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTcuMCIsInVwZGF0ZWRJblZlciI6IjM0LjE1Ny4wIn0=-->
renovate added the
dependencies
label 2023-03-20 15:06:28 +00:00
renovate added 1 commit 2023-03-20 15:06:29 +00:00
continuous-integration/drone/pr Build is passing Details
b20cae210d
fix(deps): update sentry-javascript monorepo to v7.44.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://3269-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://3269-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 9dcc2baae2 into main 2023-03-20 16:50:09 +00:00
konrad deleted branch renovate/sentry-javascript-monorepo 2023-03-20 16:50:09 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.