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.
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.
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>
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.38.0 to 7.39.0.
Release notes
Sourced from
@sentry/tracing's releases.Changelog
Sourced from
@sentry/tracing's changelog.Commits
557394crelease: 7.39.059dc6ffMerge pull request #7284 from getsentry/prepare-release/7.39.0cc119e3update changelog for 7.39.080cb7a5ref(replay): Update rrweb to 1.104.1 (#7283)cca2514feat(angular): Add Ivy-compatible Angular SDK package (#7264)4b95c04feat(nextjs): Add performance monitoring to server components (#7242)87e919cfeat(loader): Make lazy-loading configurable (#7232)21fb51btest: Add test utility to intercept requests to Sentry (#7271)8e27ff9fix(replay): Fix timestamps on LCP (#7225)e4d3146feat: Add source map images todebug_meta(#7168)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 conflicts$dependabot recreate
⚠️
dependabotis recreating merge request. All changes will be overwritten! ⚠️✅
dependabotsuccessfuly recreated merge request!added 5 commits
masterb1859f12- Build(deps): bump @sentry/tracing from 7.38.0 to 7.39.0Compare with previous version
resolved all threads