Build(deps): bump @sentry/tracing from 7.41.0 to 7.42.0 #1013

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-sentry-tracing-7.42.0 into master 2023-03-10 09:19:07 +00:00
argoyle commented 2023-03-10 04:38:47 +00:00 (Migrated from gitlab.com)

Bumps @sentry/tracing from 7.41.0 to 7.42.0.

Release notes

Sourced from @​sentry/tracing's releases.

7.42.0

  • feat(core): Add lifecycle hooks (#7370)
  • feat(core): Emit hooks for transaction start/finish (#7387)
  • feat(nextjs): Connect traces for server components (#7320)
  • feat(replay): Attach an error cause to send exceptions (#7350)
  • feat(replay): Consider user input in form field as "user activity" (#7355)
  • feat(replay): Update rrweb to 1.105.0 & add breadcrumb when encountering large mutation (#7314)
  • feat(tracing): Expose cancelIdleTimeout and add option to make it permanent (#7236)
  • feat(tracing): Track PerformanceObserver interactions as spans (#7331)
  • fix(core): Ensure originalException has type unknown (#7361)
  • fix(core): Avoid using Object.values() (#7360)
  • fix(react): Make redux integration be configurable via normalizeDepth (#7379)
  • fix(tracing): Record LCP and CLS on transaction finish (#7386)
  • ref(browser): Improve type safety of breadcrumbs integration (#7382)
  • ref(node): Parallelize disk io when reading source files for context lines (#7374)
  • ref(node): Partially remove dynamic require calls (#7377)

Replay rrweb changes:

@sentry-internal/rrweb was updated from 1.104.1 to 1.105.0 (#7314):

  • feat: Add onMutation option to record (#70)
  • fix: Ensure <input type='submit' value='Btn text'> is masked (#69)
Changelog

Sourced from @​sentry/tracing's changelog.

7.42.0

  • feat(core): Add lifecycle hooks (#7370)
  • feat(core): Emit hooks for transaction start/finish (#7387)
  • feat(nextjs): Connect traces for server components (#7320)
  • feat(replay): Attach an error cause to send exceptions (#7350)
  • feat(replay): Consider user input in form field as "user activity" (#7355)
  • feat(replay): Update rrweb to 1.105.0 & add breadcrumb when encountering large mutation (#7314)
  • feat(tracing): Expose cancelIdleTimeout and add option to make it permanent (#7236)
  • feat(tracing): Track PerformanceObserver interactions as spans (#7331)
  • fix(core): Ensure originalException has type unknown (#7361)
  • fix(core): Avoid using Object.values() (#7360)
  • fix(react): Make redux integration be configurable via normalizeDepth (#7379)
  • fix(tracing): Record LCP and CLS on transaction finish (#7386)
  • ref(browser): Improve type safety of breadcrumbs integration (#7382)
  • ref(node): Parallelize disk io when reading source files for context lines (#7374)
  • ref(node): Partially remove dynamic require calls (#7377)

Replay rrweb changes:

@sentry-internal/rrweb was updated from 1.104.1 to 1.105.0 (#7314):

  • feat: Add onMutation option to record (#70)
  • fix: Ensure <input type='submit' value='Btn text'> is masked (#69)
Commits
  • 8c88549 release: 7.42.0
  • 72fd6cf Merge pull request #7389 from getsentry/prepare-release/7.42.0
  • 290b895 meta(changelog): Update changelog for 7.42.0
  • 1d6d216 fix(tracing): Record LCP and CLS on transaction finish (#7386)
  • 361c5a4 feat(tracing): Track PerformanceObserver interactions as spans (#7331)
  • 295ea3d feat(core): Emit hooks for transaction start/finish (#7387)
  • c192c9a test(replay): Add integration tests for input masking on change (#7260)
  • 67a0dcf feat(replay): Attach an error cause to send exceptions (#7350)
  • 486d4be ref(node): store split file in cache for contextlines (#7383)
  • 3eeef09 feat(core): Add lifecycle hooks (#7370)
  • 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.41.0 to 7.42.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.42.0</h2> <ul> <li>feat(core): Add lifecycle hooks (<a href="https://github.com/getsentry/sentry-javascript/issues/7370">#7370</a>)</li> <li>feat(core): Emit hooks for transaction start/finish (<a href="https://github.com/getsentry/sentry-javascript/issues/7387">#7387</a>)</li> <li>feat(nextjs): Connect traces for server components (<a href="https://github.com/getsentry/sentry-javascript/issues/7320">#7320</a>)</li> <li>feat(replay): Attach an error <code>cause</code> to send exceptions (<a href="https://github.com/getsentry/sentry-javascript/issues/7350">#7350</a>)</li> <li>feat(replay): Consider user input in form field as &quot;user activity&quot; (<a href="https://github.com/getsentry/sentry-javascript/issues/7355">#7355</a>)</li> <li>feat(replay): Update rrweb to 1.105.0 &amp; add breadcrumb when encountering large mutation (<a href="https://github.com/getsentry/sentry-javascript/issues/7314">#7314</a>)</li> <li>feat(tracing): Expose cancelIdleTimeout and add option to make it permanent (<a href="https://github.com/getsentry/sentry-javascript/issues/7236">#7236</a>)</li> <li>feat(tracing): Track PerformanceObserver interactions as spans (<a href="https://github.com/getsentry/sentry-javascript/issues/7331">#7331</a>)</li> <li>fix(core): Ensure <code>originalException</code> has type <code>unknown</code> (<a href="https://github.com/getsentry/sentry-javascript/issues/7361">#7361</a>)</li> <li>fix(core): Avoid using <code>Object.values()</code> (<a href="https://github.com/getsentry/sentry-javascript/issues/7360">#7360</a>)</li> <li>fix(react): Make redux integration be configurable via <code>normalizeDepth</code> (<a href="https://github.com/getsentry/sentry-javascript/issues/7379">#7379</a>)</li> <li>fix(tracing): Record LCP and CLS on transaction finish (<a href="https://github.com/getsentry/sentry-javascript/issues/7386">#7386</a>)</li> <li>ref(browser): Improve type safety of breadcrumbs integration (<a href="https://github.com/getsentry/sentry-javascript/issues/7382">#7382</a>)</li> <li>ref(node): Parallelize disk io when reading source files for context lines (<a href="https://github.com/getsentry/sentry-javascript/issues/7374">#7374</a>)</li> <li>ref(node): Partially remove dynamic <code>require</code> calls (<a href="https://github.com/getsentry/sentry-javascript/issues/7377">#7377</a>)</li> </ul> <p><strong>Replay <code>rrweb</code> changes:</strong></p> <p><code>@sentry-internal/rrweb</code> was updated from 1.104.1 to 1.105.0 (<a href="https://github.com/getsentry/sentry-javascript/issues/7314">#7314</a>):</p> <ul> <li>feat: Add <code>onMutation</code> option to record (<a href="https://github.com/getsentry/rrweb/pull/69">#70</a>)</li> <li>fix: Ensure <code>&lt;input type='submit' value='Btn text'&gt;</code> is masked (<a href="https://github.com/getsentry/rrweb/pull/69">#69</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.42.0</h2> <ul> <li>feat(core): Add lifecycle hooks (<a href="https://github.com/getsentry/sentry-javascript/issues/7370">#7370</a>)</li> <li>feat(core): Emit hooks for transaction start/finish (<a href="https://github.com/getsentry/sentry-javascript/issues/7387">#7387</a>)</li> <li>feat(nextjs): Connect traces for server components (<a href="https://github.com/getsentry/sentry-javascript/issues/7320">#7320</a>)</li> <li>feat(replay): Attach an error <code>cause</code> to send exceptions (<a href="https://github.com/getsentry/sentry-javascript/issues/7350">#7350</a>)</li> <li>feat(replay): Consider user input in form field as &quot;user activity&quot; (<a href="https://github.com/getsentry/sentry-javascript/issues/7355">#7355</a>)</li> <li>feat(replay): Update rrweb to 1.105.0 &amp; add breadcrumb when encountering large mutation (<a href="https://github.com/getsentry/sentry-javascript/issues/7314">#7314</a>)</li> <li>feat(tracing): Expose cancelIdleTimeout and add option to make it permanent (<a href="https://github.com/getsentry/sentry-javascript/issues/7236">#7236</a>)</li> <li>feat(tracing): Track PerformanceObserver interactions as spans (<a href="https://github.com/getsentry/sentry-javascript/issues/7331">#7331</a>)</li> <li>fix(core): Ensure <code>originalException</code> has type <code>unknown</code> (<a href="https://github.com/getsentry/sentry-javascript/issues/7361">#7361</a>)</li> <li>fix(core): Avoid using <code>Object.values()</code> (<a href="https://github.com/getsentry/sentry-javascript/issues/7360">#7360</a>)</li> <li>fix(react): Make redux integration be configurable via <code>normalizeDepth</code> (<a href="https://github.com/getsentry/sentry-javascript/issues/7379">#7379</a>)</li> <li>fix(tracing): Record LCP and CLS on transaction finish (<a href="https://github.com/getsentry/sentry-javascript/issues/7386">#7386</a>)</li> <li>ref(browser): Improve type safety of breadcrumbs integration (<a href="https://github.com/getsentry/sentry-javascript/issues/7382">#7382</a>)</li> <li>ref(node): Parallelize disk io when reading source files for context lines (<a href="https://github.com/getsentry/sentry-javascript/issues/7374">#7374</a>)</li> <li>ref(node): Partially remove dynamic <code>require</code> calls (<a href="https://github.com/getsentry/sentry-javascript/issues/7377">#7377</a>)</li> </ul> <p><strong>Replay <code>rrweb</code> changes:</strong></p> <p><code>@sentry-internal/rrweb</code> was updated from 1.104.1 to 1.105.0 (<a href="https://github.com/getsentry/sentry-javascript/issues/7314">#7314</a>):</p> <ul> <li>feat: Add <code>onMutation</code> option to record (<a href="https://github.com/getsentry/rrweb/pull/69">#70</a>)</li> <li>fix: Ensure <code>&lt;input type='submit' value='Btn text'&gt;</code> is masked (<a href="https://github.com/getsentry/rrweb/pull/69">#69</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getsentry/sentry-javascript/commit/8c8854931d488b6faa15f1ab1b23db4c1b33cbb1"><code>8c88549</code></a> release: 7.42.0</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/72fd6cf605268649a32ba89ba31b5f6676b11b4b"><code>72fd6cf</code></a> Merge pull request <a href="https://github.com/getsentry/sentry-javascript/issues/7389">#7389</a> from getsentry/prepare-release/7.42.0</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/290b89543d1cb1e5c51385212f1466d9de471470"><code>290b895</code></a> meta(changelog): Update changelog for 7.42.0</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/1d6d216f6ae093396950d7426db04d67e0e675f4"><code>1d6d216</code></a> fix(tracing): Record LCP and CLS on transaction finish (<a href="https://github.com/getsentry/sentry-javascript/issues/7386">#7386</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/361c5a43e18ca444ae9e1278cf3b7fc6c3bbfd8e"><code>361c5a4</code></a> feat(tracing): Track PerformanceObserver interactions as spans (<a href="https://github.com/getsentry/sentry-javascript/issues/7331">#7331</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/295ea3d22036e1a3201be14d9adca4414670707c"><code>295ea3d</code></a> feat(core): Emit hooks for transaction start/finish (<a href="https://github.com/getsentry/sentry-javascript/issues/7387">#7387</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/c192c9aa942bb98426c10ad03dc7a009cac8af8d"><code>c192c9a</code></a> test(replay): Add integration tests for input masking on change (<a href="https://github.com/getsentry/sentry-javascript/issues/7260">#7260</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/67a0dcf7c51d7379ad8426e788c8eb1c90e75477"><code>67a0dcf</code></a> feat(replay): Attach an error <code>cause</code> to send exceptions (<a href="https://github.com/getsentry/sentry-javascript/issues/7350">#7350</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/486d4bea3bbbcff4792fe3e399f905ad458ba03e"><code>486d4be</code></a> ref(node): store split file in cache for contextlines (<a href="https://github.com/getsentry/sentry-javascript/issues/7383">#7383</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/3eeef091434f3ee36c2566b1db5cce8ffe9897ca"><code>3eeef09</code></a> feat(core): Add lifecycle hooks (<a href="https://github.com/getsentry/sentry-javascript/issues/7370">#7370</a>)</li> <li>Additional commits viewable in <a href="https://github.com/getsentry/sentry-javascript/compare/7.41.0...7.42.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-03-10 09:18:53 +00:00 (Migrated from gitlab.com)

added 3 commits

  • ec0193ba...73622dba - 2 commits from branch master
  • 83cdde2d - Build(deps): bump @sentry/tracing from 7.41.0 to 7.42.0

Compare with previous version

added 3 commits <ul><li>ec0193ba...73622dba - 2 commits from branch <code>master</code></li><li>83cdde2d - Build(deps): bump @sentry/tracing from 7.41.0 to 7.42.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/964/diffs?diff_id=624859187&start_sha=ec0193ba95a93bba26efcdedbbfd4ae04854bc96)
argoyle (Migrated from gitlab.com) merged commit into master 2023-03-10 09:19:07 +00:00
Sign in to join this conversation.