fix(deps): update sentry-javascript monorepo to v7.35.0 #3041

Merged
konrad merged 1 commits from renovate/sentry-javascript-monorepo into main 2023-02-01 13:12:21 +00:00
Member

This PR contains the following updates:

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

Release Notes

getsentry/sentry-javascript

v7.35.0

Compare Source

Session Replay is deprecating privacy options in favor of a more streamlined API. Please see the Replay migration guide for further information.
Additionally, the following configuration options will no longer be configurable: slimDOMOptions, recordCanvas, inlineStylesheet, collectFonts, inlineImages.

  • feat(browser): Track if cdn or npm bundle (#​6976)
  • feat(core): Add aria label to breadcrumb attributes (#​6955)
  • feat(core): Add Offline Transport wrapper (#​6884)
  • feat(loader): Add SENTRY_SDK_SOURCE to track loader stats (#​6985)
  • feat(loader): Sync loader with Sentry template (#​7001)
  • feat(replay): Deprecate privacy options in favor of a new API, remove some recording options (#​6645)
  • feat(replay): Move sample rate tags into event context (#​6659)
  • fix(nextjs): Add isomorphic versions of ErrorBoundary, withErrorBoundary and showReportDialog (#​6987)
  • fix(nextjs): Don't modify require calls in wrapping loader (#​6979)
  • fix(nextjs): Don't share I/O resources in between requests (#​6980)
  • fix(nextjs): Inject client config into _app instead of main (#​7009)
  • fix(nextjs): Use Proxies to wrap to preserve static methods (#​7002)
  • fix(replay): Catch style mutation handling & null events in rrweb (#​7010)
  • fix(replay): Handle compression failures more robustly (#​6988)
  • fix(replay): Only call scope.getLastBreadcrumb if available (#​6969)
  • fix(utils): Account for null prototype during normalization (#​6925)
  • ref(replay): Log warning if sample rates are all undefined (#​6959)

Work in this release contributed by @​boblauer. 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, click this checkbox.

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.34.0` -> `7.35.0`](https://renovatebot.com/diffs/npm/@sentry%2ftracing/7.34.0/7.35.0) | | [@sentry/vue](https://github.com/getsentry/sentry-javascript/tree/master/packages/vue) ([source](https://github.com/getsentry/sentry-javascript)) | dependencies | minor | [`7.34.0` -> `7.35.0`](https://renovatebot.com/diffs/npm/@sentry%2fvue/7.34.0/7.35.0) | --- ### Release Notes <details> <summary>getsentry/sentry-javascript</summary> ### [`v7.35.0`](https://github.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#&#8203;7350) [Compare Source](https://github.com/getsentry/sentry-javascript/compare/7.34.0...7.35.0) Session Replay is deprecating privacy options in favor of a more streamlined API. Please see the [Replay migration guide](https://github.com/getsentry/sentry-javascript/blob/master/packages/replay/MIGRATION.md) for further information. Additionally, the following configuration options will no longer be configurable: `slimDOMOptions`, `recordCanvas`, `inlineStylesheet`, `collectFonts`, `inlineImages`. - feat(browser): Track if cdn or npm bundle ([#&#8203;6976](https://github.com/getsentry/sentry-javascript/issues/6976)) - feat(core): Add aria label to breadcrumb attributes ([#&#8203;6955](https://github.com/getsentry/sentry-javascript/issues/6955)) - feat(core): Add Offline Transport wrapper ([#&#8203;6884](https://github.com/getsentry/sentry-javascript/issues/6884)) - feat(loader): Add SENTRY_SDK_SOURCE to track loader stats ([#&#8203;6985](https://github.com/getsentry/sentry-javascript/issues/6985)) - feat(loader): Sync loader with Sentry template ([#&#8203;7001](https://github.com/getsentry/sentry-javascript/issues/7001)) - feat(replay): Deprecate privacy options in favor of a new API, remove some recording options ([#&#8203;6645](https://github.com/getsentry/sentry-javascript/issues/6645)) - feat(replay): Move sample rate tags into event context ([#&#8203;6659](https://github.com/getsentry/sentry-javascript/issues/6659)) - fix(nextjs): Add isomorphic versions of `ErrorBoundary`, `withErrorBoundary` and `showReportDialog` ([#&#8203;6987](https://github.com/getsentry/sentry-javascript/issues/6987)) - fix(nextjs): Don't modify require calls in wrapping loader ([#&#8203;6979](https://github.com/getsentry/sentry-javascript/issues/6979)) - fix(nextjs): Don't share I/O resources in between requests ([#&#8203;6980](https://github.com/getsentry/sentry-javascript/issues/6980)) - fix(nextjs): Inject client config into `_app` instead of `main` ([#&#8203;7009](https://github.com/getsentry/sentry-javascript/issues/7009)) - fix(nextjs): Use Proxies to wrap to preserve static methods ([#&#8203;7002](https://github.com/getsentry/sentry-javascript/issues/7002)) - fix(replay): Catch style mutation handling & null events in rrweb ([#&#8203;7010](https://github.com/getsentry/sentry-javascript/issues/7010)) - fix(replay): Handle compression failures more robustly ([#&#8203;6988](https://github.com/getsentry/sentry-javascript/issues/6988)) - fix(replay): Only call `scope.getLastBreadcrumb` if available ([#&#8203;6969](https://github.com/getsentry/sentry-javascript/issues/6969)) - fix(utils): Account for null prototype during normalization ([#&#8203;6925](https://github.com/getsentry/sentry-javascript/issues/6925)) - ref(replay): Log warning if sample rates are all undefined ([#&#8203;6959](https://github.com/getsentry/sentry-javascript/issues/6959)) Work in this release contributed by [@&#8203;boblauer](https://github.com/boblauer). 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, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yNDAuMiIsInVwZGF0ZWRJblZlciI6IjMyLjI0MC4yIn0=-->
renovate added the
dependencies
label 2023-02-01 13:03:58 +00:00
renovate added 1 commit 2023-02-01 13:03:58 +00:00
continuous-integration/drone/pr Build is passing Details
94bd020e73
fix(deps): update sentry-javascript monorepo to v7.35.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://3041-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://3041-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 scheduled this pull request to auto merge when all checks succeed 2023-02-01 13:07:15 +00:00
konrad merged commit 12509a7e0f into main 2023-02-01 13:12:21 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.