Build(deps): bump @sentry/tracing from 7.34.0 to 7.35.0 #907

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-sentry-tracing-7.35.0 into master 2023-02-02 12:02:19 +00:00
argoyle commented 2023-02-02 04:38:37 +00:00 (Migrated from gitlab.com)

Bumps @sentry/tracing from 7.34.0 to 7.35.0.

Release notes

Sourced from @​sentry/tracing's releases.

7.35.0

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!

Changelog

Sourced from @​sentry/tracing's changelog.

7.35.0

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!

Commits
  • 64208eb release: 7.35.0
  • b9a004f meta: Update CHANGELOG for 7.35.0 (#7015)
  • 1c7c245 feat(loader): Sync loader with Sentry template (#7001)
  • 5c41ab7 fix(replay): Handle compression failures more robustly (#6988)
  • a8d8dfa docs(replay): Add changelog entry and migration log for privacy API (#7008)
  • d16523f fix(replay): Catch style mutation handling & null events in rrweb (#7010)
  • a111905 fix(nextjs): Inject client config into _app instead of main (#7009)
  • fd4db0d fix(nextjs): Use Proxies to wrap to preserve static methods (#7002)
  • f352f97 ci: Add labels to gitflow PRs (#6997)
  • 94d52cb ci(deps): bump actions/upload-artifact from 3.1.1 to 3.1.2 (#6994)
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [@sentry/tracing](https://github.com/getsentry/sentry-javascript) from 7.34.0 to 7.35.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/getsentry/sentry-javascript/releases"><code>@​sentry/tracing</code>'s releases</a>.</em></p> <blockquote> <h2>7.35.0</h2> <p>Session Replay is deprecating privacy options in favor of a more streamlined API. Please see the <a href="https://github.com/getsentry/sentry-javascript/blob/master/packages/replay/MIGRATION.md">Replay migration guide</a> for further information. Additionally, the following configuration options will no longer be configurable: <code>slimDOMOptions</code>, <code>recordCanvas</code>, <code>inlineStylesheet</code>, <code>collectFonts</code>, <code>inlineImages</code>.</p> <ul> <li>feat(browser): Track if cdn or npm bundle (<a href="https://github.com/getsentry/sentry-javascript/issues/6976">#6976</a>)</li> <li>feat(core): Add aria label to breadcrumb attributes (<a href="https://github.com/getsentry/sentry-javascript/issues/6955">#6955</a>)</li> <li>feat(core): Add Offline Transport wrapper (<a href="https://github.com/getsentry/sentry-javascript/issues/6884">#6884</a>)</li> <li>feat(loader): Add SENTRY_SDK_SOURCE to track loader stats (<a href="https://github.com/getsentry/sentry-javascript/issues/6985">#6985</a>)</li> <li>feat(loader): Sync loader with Sentry template (<a href="https://github.com/getsentry/sentry-javascript/issues/7001">#7001</a>)</li> <li>feat(replay): Deprecate privacy options in favor of a new API, remove some recording options (<a href="https://github.com/getsentry/sentry-javascript/issues/6645">#6645</a>)</li> <li>feat(replay): Move sample rate tags into event context (<a href="https://github.com/getsentry/sentry-javascript/issues/6659">#6659</a>)</li> <li>fix(nextjs): Add isomorphic versions of <code>ErrorBoundary</code>, <code>withErrorBoundary</code> and <code>showReportDialog</code> (<a href="https://github.com/getsentry/sentry-javascript/issues/6987">#6987</a>)</li> <li>fix(nextjs): Don't modify require calls in wrapping loader (<a href="https://github.com/getsentry/sentry-javascript/issues/6979">#6979</a>)</li> <li>fix(nextjs): Don't share I/O resources in between requests (<a href="https://github.com/getsentry/sentry-javascript/issues/6980">#6980</a>)</li> <li>fix(nextjs): Inject client config into <code>_app</code> instead of <code>main</code> (<a href="https://github.com/getsentry/sentry-javascript/issues/7009">#7009</a>)</li> <li>fix(nextjs): Use Proxies to wrap to preserve static methods (<a href="https://github.com/getsentry/sentry-javascript/issues/7002">#7002</a>)</li> <li>fix(replay): Catch style mutation handling &amp; null events in rrweb (<a href="https://github.com/getsentry/sentry-javascript/issues/7010">#7010</a>)</li> <li>fix(replay): Handle compression failures more robustly (<a href="https://github.com/getsentry/sentry-javascript/issues/6988">#6988</a>)</li> <li>fix(replay): Only call <code>scope.getLastBreadcrumb</code> if available (<a href="https://github.com/getsentry/sentry-javascript/issues/6969">#6969</a>)</li> <li>fix(utils): Account for null prototype during normalization (<a href="https://github.com/getsentry/sentry-javascript/issues/6925">#6925</a>)</li> <li>ref(replay): Log warning if sample rates are all undefined (<a href="https://github.com/getsentry/sentry-javascript/issues/6959">#6959</a>)</li> </ul> <p>Work in this release contributed by <a href="https://github.com/boblauer"><code>@​boblauer</code></a>. Thank you for your contribution!</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md"><code>@​sentry/tracing</code>'s changelog</a>.</em></p> <blockquote> <h2>7.35.0</h2> <p>Session Replay is deprecating privacy options in favor of a more streamlined API. Please see the <a href="https://github.com/getsentry/sentry-javascript/blob/master/packages/replay/MIGRATION.md">Replay migration guide</a> for further information. Additionally, the following configuration options will no longer be configurable: <code>slimDOMOptions</code>, <code>recordCanvas</code>, <code>inlineStylesheet</code>, <code>collectFonts</code>, <code>inlineImages</code>.</p> <ul> <li>feat(browser): Track if cdn or npm bundle (<a href="https://github.com/getsentry/sentry-javascript/issues/6976">#6976</a>)</li> <li>feat(core): Add aria label to breadcrumb attributes (<a href="https://github.com/getsentry/sentry-javascript/issues/6955">#6955</a>)</li> <li>feat(core): Add Offline Transport wrapper (<a href="https://github.com/getsentry/sentry-javascript/issues/6884">#6884</a>)</li> <li>feat(loader): Add SENTRY_SDK_SOURCE to track loader stats (<a href="https://github.com/getsentry/sentry-javascript/issues/6985">#6985</a>)</li> <li>feat(loader): Sync loader with Sentry template (<a href="https://github.com/getsentry/sentry-javascript/issues/7001">#7001</a>)</li> <li>feat(replay): Deprecate privacy options in favor of a new API, remove some recording options (<a href="https://github.com/getsentry/sentry-javascript/issues/6645">#6645</a>)</li> <li>feat(replay): Move sample rate tags into event context (<a href="https://github.com/getsentry/sentry-javascript/issues/6659">#6659</a>)</li> <li>fix(nextjs): Add isomorphic versions of <code>ErrorBoundary</code>, <code>withErrorBoundary</code> and <code>showReportDialog</code> (<a href="https://github.com/getsentry/sentry-javascript/issues/6987">#6987</a>)</li> <li>fix(nextjs): Don't modify require calls in wrapping loader (<a href="https://github.com/getsentry/sentry-javascript/issues/6979">#6979</a>)</li> <li>fix(nextjs): Don't share I/O resources in between requests (<a href="https://github.com/getsentry/sentry-javascript/issues/6980">#6980</a>)</li> <li>fix(nextjs): Inject client config into <code>_app</code> instead of <code>main</code> (<a href="https://github.com/getsentry/sentry-javascript/issues/7009">#7009</a>)</li> <li>fix(nextjs): Use Proxies to wrap to preserve static methods (<a href="https://github.com/getsentry/sentry-javascript/issues/7002">#7002</a>)</li> <li>fix(replay): Catch style mutation handling &amp; null events in rrweb (<a href="https://github.com/getsentry/sentry-javascript/issues/7010">#7010</a>)</li> <li>fix(replay): Handle compression failures more robustly (<a href="https://github.com/getsentry/sentry-javascript/issues/6988">#6988</a>)</li> <li>fix(replay): Only call <code>scope.getLastBreadcrumb</code> if available (<a href="https://github.com/getsentry/sentry-javascript/issues/6969">#6969</a>)</li> <li>fix(utils): Account for null prototype during normalization (<a href="https://github.com/getsentry/sentry-javascript/issues/6925">#6925</a>)</li> <li>ref(replay): Log warning if sample rates are all undefined (<a href="https://github.com/getsentry/sentry-javascript/issues/6959">#6959</a>)</li> </ul> <p>Work in this release contributed by <a href="https://github.com/boblauer"><code>@​boblauer</code></a>. Thank you for your contribution!</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getsentry/sentry-javascript/commit/64208ebd4a56c411074380bf96b254edd641798e"><code>64208eb</code></a> release: 7.35.0</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/b9a004fff814213c725d54b8538d490f3644c56d"><code>b9a004f</code></a> meta: Update CHANGELOG for 7.35.0 (<a href="https://github.com/getsentry/sentry-javascript/issues/7015">#7015</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/1c7c24507f326ca5f825450a375e86d6bdf8df6d"><code>1c7c245</code></a> feat(loader): Sync loader with Sentry template (<a href="https://github.com/getsentry/sentry-javascript/issues/7001">#7001</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/5c41ab7051d221036fba5cfd1993d0910c0839f0"><code>5c41ab7</code></a> fix(replay): Handle compression failures more robustly (<a href="https://github.com/getsentry/sentry-javascript/issues/6988">#6988</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/a8d8dfab4ca43791c148d5ed9304f78fa9c0f6d8"><code>a8d8dfa</code></a> docs(replay): Add changelog entry and migration log for privacy API (<a href="https://github.com/getsentry/sentry-javascript/issues/7008">#7008</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/d16523f1fd51fb75c4a29053d79340085e1eabe9"><code>d16523f</code></a> fix(replay): Catch style mutation handling &amp; null events in rrweb (<a href="https://github.com/getsentry/sentry-javascript/issues/7010">#7010</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/a1119052c928c5d0171cb547f5538f92e03f81e0"><code>a111905</code></a> fix(nextjs): Inject client config into <code>_app</code> instead of <code>main</code> (<a href="https://github.com/getsentry/sentry-javascript/issues/7009">#7009</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/fd4db0d80dfcb0ae146a0eca4ee63c42bb80fd4e"><code>fd4db0d</code></a> fix(nextjs): Use Proxies to wrap to preserve static methods (<a href="https://github.com/getsentry/sentry-javascript/issues/7002">#7002</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/f352f973ba4332b7bd339237782abbc72ee2638b"><code>f352f97</code></a> ci: Add labels to gitflow PRs (<a href="https://github.com/getsentry/sentry-javascript/issues/6997">#6997</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/94d52cbafc425365b5dbfe208473aa71c5c4cdb7"><code>94d52cb</code></a> ci(deps): bump actions/upload-artifact from 3.1.1 to 3.1.2 (<a href="https://github.com/getsentry/sentry-javascript/issues/6994">#6994</a>)</li> <li>Additional commits viewable in <a href="https://github.com/getsentry/sentry-javascript/compare/7.34.0...7.35.0">compare view</a></li> </ul> </details> <br /> --- <details> <summary>Dependabot commands</summary> <br /> You can trigger Dependabot actions by commenting on this MR - `$dependabot rebase` will rebase this MR - `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle (Migrated from gitlab.com) merged commit into master 2023-02-02 12:02:20 +00:00
Sign in to join this conversation.