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 "user activity" (<a href="https://github.com/getsentry/sentry-javascript/issues/7355">#7355</a>)</li>
<li>feat(replay): Update rrweb to 1.105.0 & 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><input type='submit' value='Btn text'></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 "user activity" (<a href="https://github.com/getsentry/sentry-javascript/issues/7355">#7355</a>)</li>
<li>feat(replay): Update rrweb to 1.105.0 & 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><input type='submit' value='Btn text'></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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Bumps @sentry/tracing from 7.41.0 to 7.42.0.
Release notes
Sourced from
@sentry/tracing's releases.Changelog
Sourced from
@sentry/tracing's changelog.Commits
8c88549release: 7.42.072fd6cfMerge pull request #7389 from getsentry/prepare-release/7.42.0290b895meta(changelog): Update changelog for 7.42.01d6d216fix(tracing): Record LCP and CLS on transaction finish (#7386)361c5a4feat(tracing): Track PerformanceObserver interactions as spans (#7331)295ea3dfeat(core): Emit hooks for transaction start/finish (#7387)c192c9atest(replay): Add integration tests for input masking on change (#7260)67a0dcffeat(replay): Attach an errorcauseto send exceptions (#7350)486d4beref(node): store split file in cache for contextlines (#7383)3eeef09feat(core): Add lifecycle hooks (#7370)Dependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot rebasewill rebase this MR$dependabot recreatewill recreate this MR rewriting all the manual changes and resolving conflictsadded 3 commits
master83cdde2d- Build(deps): bump @sentry/tracing from 7.41.0 to 7.42.0Compare with previous version