Build(deps): bump @sentry/tracing from 7.38.0 to 7.39.0 #991

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-sentry-tracing-7.39.0 into master 2023-02-28 06:58:51 +00:00
argoyle commented 2023-02-28 04:38:21 +00:00 (Migrated from gitlab.com)

Bumps @sentry/tracing from 7.38.0 to 7.39.0.

Release notes

Sourced from @​sentry/tracing's releases.

7.39.0

This release adds a new package, @sentry/angular-ivy, which is our Angular SDK with full support for Angular's rendering engine, Ivy.

This release also adds a new enableTracing option, which can be used instead of tracesSampleRate for an easier setup. Related to this, the hasTracingEnabled utility function was moved from @sentry/tracing to @sentry/core. The old export from @sentry/tracing has been deprecated and will be removed in v8.

  • feat(angular): Add Ivy-compatible Angular SDK package (#7264)
  • feat(core): Add source map images to debug_meta (#7168)
  • feat(loader): Make lazy-loading configurable (#7232)
  • feat(nextjs): Add performance monitoring to server components (#7242)
  • feat(nextjs): Default to VERCEL_ENV as environment (#7227)
  • feat(replay): Add more default block filters (#7233)
  • feat(tracing): Add enableTracing option (#7238)
  • fix(core): Exclude client reports from offline queuing (#7226)
  • fix(nextjs): Export serverside data-fetcher wrappers from client (#7256)
  • fix(replay): Fix timestamps on LCP (#7225)

Replay rrweb changes:

@sentry-internal/rrweb was updated from 1.103.0 to 1.104.1 (#7238):

  • feat: Export typings/types (#60)
  • feat: Remove autoplay attribute from audio/video tags (#59)
  • fix: Exclude modulepreload as well (#52)
  • fix: Handle removed attributes (#65)
  • fix: Masking inputs on change when maskAllInputs:false (#61)
  • fix: More robust rootShadowHost check (#50)
  • fix: Textarea value is being duplicated (#62)
Changelog

Sourced from @​sentry/tracing's changelog.

7.39.0

This release adds a new package, @sentry/angular-ivy, which is our Angular SDK with full support for Angular's rendering engine, Ivy.

This release also adds a new enableTracing option, which can be used instead of tracesSampleRate for an easier setup. Related to this, the hasTracingEnabled utility function was moved from @sentry/tracing to @sentry/core. The old export from @sentry/tracing has been deprecated and will be removed in v8.

  • feat(angular): Add Ivy-compatible Angular SDK package (#7264)
  • feat(core): Add source map images to debug_meta (#7168)
  • feat(loader): Make lazy-loading configurable (#7232)
  • feat(nextjs): Add performance monitoring to server components (#7242)
  • feat(nextjs): Default to VERCEL_ENV as environment (#7227)
  • feat(replay): Add more default block filters (#7233)
  • feat(tracing): Add enableTracing option (#7238)
  • fix(core): Exclude client reports from offline queuing (#7226)
  • fix(nextjs): Export serverside data-fetcher wrappers from client (#7256)
  • fix(replay): Fix timestamps on LCP (#7225)

Replay rrweb changes:

@sentry-internal/rrweb was updated from 1.103.0 to 1.104.1 (#7238):

  • feat: Export typings/types (#60)
  • feat: Remove autoplay attribute from audio/video tags (#59)
  • fix: Exclude modulepreload as well (#52)
  • fix: Handle removed attributes (#65)
  • fix: Masking inputs on change when maskAllInputs:false (#61)
  • fix: More robust rootShadowHost check (#50)
  • fix: Textarea value is being duplicated (#62)
Commits
  • 557394c release: 7.39.0
  • 59dc6ff Merge pull request #7284 from getsentry/prepare-release/7.39.0
  • cc119e3 update changelog for 7.39.0
  • 80cb7a5 ref(replay): Update rrweb to 1.104.1 (#7283)
  • cca2514 feat(angular): Add Ivy-compatible Angular SDK package (#7264)
  • 4b95c04 feat(nextjs): Add performance monitoring to server components (#7242)
  • 87e919c feat(loader): Make lazy-loading configurable (#7232)
  • 21fb51b test: Add test utility to intercept requests to Sentry (#7271)
  • 8e27ff9 fix(replay): Fix timestamps on LCP (#7225)
  • e4d3146 feat: Add source map images to debug_meta (#7168)
  • 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.38.0 to 7.39.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.39.0</h2> <p>This release adds a new package, <code>@sentry/angular-ivy</code>, which is our Angular SDK with full support for Angular's rendering engine, Ivy.</p> <p>This release also adds a new <code>enableTracing</code> option, which can be used instead of <code>tracesSampleRate</code> for an easier setup. Related to this, the <code>hasTracingEnabled</code> utility function was moved from <code>@sentry/tracing</code> to <code>@sentry/core</code>. The old export from <code>@sentry/tracing</code> has been deprecated and will be removed in v8.</p> <ul> <li>feat(angular): Add Ivy-compatible Angular SDK package (<a href="https://github.com/getsentry/sentry-javascript/issues/7264">#7264</a>)</li> <li>feat(core): Add source map images to <code>debug_meta</code> (<a href="https://github.com/getsentry/sentry-javascript/issues/7168">#7168</a>)</li> <li>feat(loader): Make lazy-loading configurable (<a href="https://github.com/getsentry/sentry-javascript/issues/7232">#7232</a>)</li> <li>feat(nextjs): Add performance monitoring to server components (<a href="https://github.com/getsentry/sentry-javascript/issues/7242">#7242</a>)</li> <li>feat(nextjs): Default to <code>VERCEL_ENV</code> as environment (<a href="https://github.com/getsentry/sentry-javascript/issues/7227">#7227</a>)</li> <li>feat(replay): Add more default block filters (<a href="https://github.com/getsentry/sentry-javascript/issues/7233">#7233</a>)</li> <li>feat(tracing): Add <code>enableTracing</code> option (<a href="https://github.com/getsentry/sentry-javascript/issues/7238">#7238</a>)</li> <li>fix(core): Exclude client reports from offline queuing (<a href="https://github.com/getsentry/sentry-javascript/issues/7226">#7226</a>)</li> <li>fix(nextjs): Export serverside data-fetcher wrappers from client (<a href="https://github.com/getsentry/sentry-javascript/issues/7256">#7256</a>)</li> <li>fix(replay): Fix timestamps on LCP (<a href="https://github.com/getsentry/sentry-javascript/issues/7225">#7225</a>)</li> </ul> <p><strong>Replay <code>rrweb</code> changes:</strong></p> <p><code>@sentry-internal/rrweb</code> was updated from 1.103.0 to 1.104.1 (<a href="https://github.com/getsentry/sentry-javascript/issues/7238">#7238</a>):</p> <ul> <li>feat: Export <code>typings/types</code> (<a href="https://github.com/getsentry/rrweb/pull/60">#60</a>)</li> <li>feat: Remove <code>autoplay</code> attribute from audio/video tags (<a href="https://github.com/getsentry/rrweb/pull/59">#59</a>)</li> <li>fix: Exclude <code>modulepreload</code> as well (<a href="https://github.com/getsentry/rrweb/pull/52">#52</a>)</li> <li>fix: Handle removed attributes (<a href="https://github.com/getsentry/rrweb/pull/65">#65</a>)</li> <li>fix: Masking inputs on change when <code>maskAllInputs:false</code> (<a href="https://github.com/getsentry/rrweb/pull/61">#61</a>)</li> <li>fix: More robust <code>rootShadowHost</code> check (<a href="https://github.com/getsentry/rrweb/pull/50">#50</a>)</li> <li>fix: Textarea value is being duplicated (<a href="https://github.com/getsentry/rrweb/pull/62">#62</a>)</li> </ul> </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.39.0</h2> <p>This release adds a new package, <code>@sentry/angular-ivy</code>, which is our Angular SDK with full support for Angular's rendering engine, Ivy.</p> <p>This release also adds a new <code>enableTracing</code> option, which can be used instead of <code>tracesSampleRate</code> for an easier setup. Related to this, the <code>hasTracingEnabled</code> utility function was moved from <code>@sentry/tracing</code> to <code>@sentry/core</code>. The old export from <code>@sentry/tracing</code> has been deprecated and will be removed in v8.</p> <ul> <li>feat(angular): Add Ivy-compatible Angular SDK package (<a href="https://github.com/getsentry/sentry-javascript/issues/7264">#7264</a>)</li> <li>feat(core): Add source map images to <code>debug_meta</code> (<a href="https://github.com/getsentry/sentry-javascript/issues/7168">#7168</a>)</li> <li>feat(loader): Make lazy-loading configurable (<a href="https://github.com/getsentry/sentry-javascript/issues/7232">#7232</a>)</li> <li>feat(nextjs): Add performance monitoring to server components (<a href="https://github.com/getsentry/sentry-javascript/issues/7242">#7242</a>)</li> <li>feat(nextjs): Default to <code>VERCEL_ENV</code> as environment (<a href="https://github.com/getsentry/sentry-javascript/issues/7227">#7227</a>)</li> <li>feat(replay): Add more default block filters (<a href="https://github.com/getsentry/sentry-javascript/issues/7233">#7233</a>)</li> <li>feat(tracing): Add <code>enableTracing</code> option (<a href="https://github.com/getsentry/sentry-javascript/issues/7238">#7238</a>)</li> <li>fix(core): Exclude client reports from offline queuing (<a href="https://github.com/getsentry/sentry-javascript/issues/7226">#7226</a>)</li> <li>fix(nextjs): Export serverside data-fetcher wrappers from client (<a href="https://github.com/getsentry/sentry-javascript/issues/7256">#7256</a>)</li> <li>fix(replay): Fix timestamps on LCP (<a href="https://github.com/getsentry/sentry-javascript/issues/7225">#7225</a>)</li> </ul> <p><strong>Replay <code>rrweb</code> changes:</strong></p> <p><code>@sentry-internal/rrweb</code> was updated from 1.103.0 to 1.104.1 (<a href="https://github.com/getsentry/sentry-javascript/issues/7238">#7238</a>):</p> <ul> <li>feat: Export <code>typings/types</code> (<a href="https://github.com/getsentry/rrweb/pull/60">#60</a>)</li> <li>feat: Remove <code>autoplay</code> attribute from audio/video tags (<a href="https://github.com/getsentry/rrweb/pull/59">#59</a>)</li> <li>fix: Exclude <code>modulepreload</code> as well (<a href="https://github.com/getsentry/rrweb/pull/52">#52</a>)</li> <li>fix: Handle removed attributes (<a href="https://github.com/getsentry/rrweb/pull/65">#65</a>)</li> <li>fix: Masking inputs on change when <code>maskAllInputs:false</code> (<a href="https://github.com/getsentry/rrweb/pull/61">#61</a>)</li> <li>fix: More robust <code>rootShadowHost</code> check (<a href="https://github.com/getsentry/rrweb/pull/50">#50</a>)</li> <li>fix: Textarea value is being duplicated (<a href="https://github.com/getsentry/rrweb/pull/62">#62</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getsentry/sentry-javascript/commit/557394c98f9bd875b50c439a4cf0a397ebf70e32"><code>557394c</code></a> release: 7.39.0</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/59dc6ff2cd41afad4bfca735a9084748cdba9a0e"><code>59dc6ff</code></a> Merge pull request <a href="https://github.com/getsentry/sentry-javascript/issues/7284">#7284</a> from getsentry/prepare-release/7.39.0</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/cc119e303970a416d600c713d0108388c1f6d94e"><code>cc119e3</code></a> update changelog for 7.39.0</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/80cb7a51bcfb3aab7301a4c8ce4cba64e3c96ba7"><code>80cb7a5</code></a> ref(replay): Update rrweb to 1.104.1 (<a href="https://github.com/getsentry/sentry-javascript/issues/7283">#7283</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/cca25146efc55ae57e5bf2f0f5265a545c47b061"><code>cca2514</code></a> feat(angular): Add Ivy-compatible Angular SDK package (<a href="https://github.com/getsentry/sentry-javascript/issues/7264">#7264</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/4b95c045372913b9ca169b3b3cff821bf6e2acc8"><code>4b95c04</code></a> feat(nextjs): Add performance monitoring to server components (<a href="https://github.com/getsentry/sentry-javascript/issues/7242">#7242</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/87e919c21c8dcbb2e72738fb3558f1c02dcff575"><code>87e919c</code></a> feat(loader): Make lazy-loading configurable (<a href="https://github.com/getsentry/sentry-javascript/issues/7232">#7232</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/21fb51b3b14ed38ebe53535cb6a44c2b78ce75d0"><code>21fb51b</code></a> test: Add test utility to intercept requests to Sentry (<a href="https://github.com/getsentry/sentry-javascript/issues/7271">#7271</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/8e27ff9fcf3cd2b70afde1d86049efd4c7f0fa2c"><code>8e27ff9</code></a> fix(replay): Fix timestamps on LCP (<a href="https://github.com/getsentry/sentry-javascript/issues/7225">#7225</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/e4d314650eb064dd471b4779d3552d3bae0279af"><code>e4d3146</code></a> feat: Add source map images to <code>debug_meta</code> (<a href="https://github.com/getsentry/sentry-javascript/issues/7168">#7168</a>)</li> <li>Additional commits viewable in <a href="https://github.com/getsentry/sentry-javascript/compare/7.38.0...7.39.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 commented 2023-02-28 06:33:16 +00:00 (Migrated from gitlab.com)

$dependabot recreate

$dependabot recreate
argoyle commented 2023-02-28 06:33:17 +00:00 (Migrated from gitlab.com)

⚠️ dependabot is recreating merge request. All changes will be overwritten! ⚠️

:warning: `dependabot` is recreating merge request. All changes will be overwritten! :warning:
argoyle commented 2023-02-28 06:33:33 +00:00 (Migrated from gitlab.com)

dependabot successfuly recreated merge request!

:white_check_mark: `dependabot` successfuly recreated merge request!
argoyle commented 2023-02-28 06:33:33 +00:00 (Migrated from gitlab.com)

added 5 commits

  • ea6086ae...442ef752 - 4 commits from branch master
  • b1859f12 - Build(deps): bump @sentry/tracing from 7.38.0 to 7.39.0

Compare with previous version

added 5 commits <ul><li>ea6086ae...442ef752 - 4 commits from branch <code>master</code></li><li>b1859f12 - Build(deps): bump @sentry/tracing from 7.38.0 to 7.39.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/942/diffs?diff_id=614899632&start_sha=ea6086aea38c5924ddc54394c5dce90b27f8a41e)
argoyle commented 2023-02-28 06:33:34 +00:00 (Migrated from gitlab.com)

resolved all threads

resolved all threads
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2023-02-28 06:33:57 +00:00
argoyle (Migrated from gitlab.com) merged commit into master 2023-02-28 06:58:51 +00:00
Sign in to join this conversation.