This release introduces the first alpha version of @sentry/sveltekit, our newest JavaScript SDK for Sveltekit. Check out the README for usage instructions and what to expect from this alpha release.
feat(replay): Add request_body_size & response_body_size to fetch/xhr (#7407)
feat(replay): Add additional properties for UI clicks (#7395)
feat(replay): Reduce time limit before pausing a recording (#7356)
feat(replay): Upgrade rrweb and rrweb-player (#7508)
feat(replay): Use new afterSend hook to improve error linking (#7390)
feat(serverless): Publish lambda layer for Node 16/18 (#7483)
feat(sveltekit): Add wrapper for client load function (#7447)
feat(sveltekit): Add wrapper for server load function (#7416)
This release introduces the first alpha version of @sentry/sveltekit, our newest JavaScript SDK for Sveltekit. Check out the README for usage instructions and what to expect from this alpha release.
feat(replay): Add request_body_size & response_body_size to fetch/xhr (#7407)
feat(replay): Add additional properties for UI clicks (#7395)
feat(replay): Reduce time limit before pausing a recording (#7356)
feat(replay): Upgrade rrweb and rrweb-player (#7508)
feat(replay): Use new afterSend hook to improve error linking (#7390)
feat(serverless): Publish lambda layer for Node 16/18 (#7483)
feat(sveltekit): Add wrapper for client load function (#7447)
feat(sveltekit): Add wrapper for server load function (#7416)
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.43.0 to 7.44.1.
<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.44.1</h2>
<ul>
<li>ref(core): Move beforeEnvelope to client (<a href="https://github.com/getsentry/sentry-javascript/issues/7527">#7527</a>)</li>
</ul>
<h2>7.44.0</h2>
<p>This release introduces the first alpha version of <code>@sentry/sveltekit</code>, our newest JavaScript SDK for Sveltekit. Check out the <a href="https://github.com/getsentry/sentry-javascript/blob/HEAD/packages/sveltekit/README.md">README</a> for usage instructions and what to expect from this alpha release.</p>
<ul>
<li>feat(replay): Add <code>request_body_size</code> & <code>response_body_size</code> to fetch/xhr (<a href="https://github.com/getsentry/sentry-javascript/issues/7407">#7407</a>)</li>
<li>feat(replay): Add additional properties for UI clicks (<a href="https://github.com/getsentry/sentry-javascript/issues/7395">#7395</a>)</li>
<li>feat(replay): Reduce time limit before pausing a recording (<a href="https://github.com/getsentry/sentry-javascript/issues/7356">#7356</a>)</li>
<li>feat(replay): Upgrade <code>rrweb</code> and <code>rrweb-player</code> (<a href="https://github.com/getsentry/sentry-javascript/issues/7508">#7508</a>)</li>
<li>feat(replay): Use new afterSend hook to improve error linking (<a href="https://github.com/getsentry/sentry-javascript/issues/7390">#7390</a>)</li>
<li>feat(serverless): Publish lambda layer for Node 16/18 (<a href="https://github.com/getsentry/sentry-javascript/issues/7483">#7483</a>)</li>
<li>feat(sveltekit): Add wrapper for client load function (<a href="https://github.com/getsentry/sentry-javascript/issues/7447">#7447</a>)</li>
<li>feat(sveltekit): Add wrapper for server load function (<a href="https://github.com/getsentry/sentry-javascript/issues/7416">#7416</a>)</li>
<li>feat(sveltekit): Add server-side <code>handleError</code> wrapper (<a href="https://github.com/getsentry/sentry-javascript/issues/7411">#7411</a>)</li>
<li>feat(sveltekit): Introduce client-side <code>handleError</code> wrapper (<a href="https://github.com/getsentry/sentry-javascript/issues/7406">#7406</a>)</li>
<li>feat(sveltekit): Add SvelteKit client and server <code>init</code> functions (<a href="https://github.com/getsentry/sentry-javascript/issues/7408">#7408</a>)</li>
<li>feat(sveltekit): Inject <code>Sentry.init</code> calls into server and client bundles (<a href="https://github.com/getsentry/sentry-javascript/issues/7391">#7391</a>)</li>
<li>feat(tracing): Expose <code>BrowserTracing</code> in non-tracing bundles (<a href="https://github.com/getsentry/sentry-javascript/issues/7479">#7479</a>)</li>
<li>fix(core): Permanent idle timeout cancel finishes the transaction with the last finished child</li>
<li>fix(integrations): Handle lower-case prefix windows paths in <code>RewriteFrames</code> (<a href="https://github.com/getsentry/sentry-javascript/issues/7506">#7506</a>)</li>
<li>fix(next): Guard against missing serverSideProps (<a href="https://github.com/getsentry/sentry-javascript/issues/7517">#7517</a>)</li>
<li>fix(nextjs): Fix broken server component wrapping because of interrupted promise chain (<a href="https://github.com/getsentry/sentry-javascript/issues/7456">#7456</a>)</li>
<li>fix(nextjs): Fix runtime error for static pages (<a href="https://github.com/getsentry/sentry-javascript/issues/7476">#7476</a>)</li>
<li>fix(profiling): Catch sendProfile rejection (<a href="https://github.com/getsentry/sentry-javascript/issues/7446">#7446</a>)</li>
<li>fix(replay): Never capture file input changes (<a href="https://github.com/getsentry/sentry-javascript/issues/7485">#7485</a>)</li>
<li>fix(serverless): Explicitly export node package exports (<a href="https://github.com/getsentry/sentry-javascript/issues/7457">#7457</a>)</li>
<li>fix(vue): Do not depend on <code>window.location</code> for SSR environments (<a href="https://github.com/getsentry/sentry-javascript/issues/7518">#7518</a>)</li>
</ul>
<p><strong>Replay <code>rrweb</code> changes:</strong></p>
<p><code>@sentry-internal/rrweb</code> was updated from 1.105.0 to 1.106.0:</p>
<ul>
<li>feat: Ensure password inputs are always masked (<a href="https://github.com/getsentry/rrweb/pull/78">#78</a>)</li>
<li>fix: Ensure text masking for updated attributes works (<a href="https://github.com/getsentry/rrweb/pull/83">#83</a>)</li>
<li>fix: Ensure unmaskTextSelector is used for masked attributes (<a href="https://github.com/getsentry/rrweb/pull/81">#81</a>)</li>
<li>fix: Mask <!-- raw HTML omitted --> values for selects & radio/checkbox value (<a href="https://github.com/getsentry/rrweb/pull/75">#75</a>)</li>
</ul>
<p>Work in this release contributed by <a href="https://github.com/woochanleee"><code>@woochanleee</code></a> and <a href="https://github.com/baked-dev"><code>@baked-dev</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.44.1</h2>
<ul>
<li>ref(core): Move beforeEnvelope to client (<a href="https://github.com/getsentry/sentry-javascript/issues/7527">#7527</a>)</li>
</ul>
<h2>7.44.0</h2>
<p>This release introduces the first alpha version of <code>@sentry/sveltekit</code>, our newest JavaScript SDK for Sveltekit. Check out the <a href="https://github.com/getsentry/sentry-javascript/blob/develop/packages/sveltekit/README.md">README</a> for usage instructions and what to expect from this alpha release.</p>
<ul>
<li>feat(replay): Add <code>request_body_size</code> & <code>response_body_size</code> to fetch/xhr (<a href="https://github.com/getsentry/sentry-javascript/issues/7407">#7407</a>)</li>
<li>feat(replay): Add additional properties for UI clicks (<a href="https://github.com/getsentry/sentry-javascript/issues/7395">#7395</a>)</li>
<li>feat(replay): Reduce time limit before pausing a recording (<a href="https://github.com/getsentry/sentry-javascript/issues/7356">#7356</a>)</li>
<li>feat(replay): Upgrade <code>rrweb</code> and <code>rrweb-player</code> (<a href="https://github.com/getsentry/sentry-javascript/issues/7508">#7508</a>)</li>
<li>feat(replay): Use new afterSend hook to improve error linking (<a href="https://github.com/getsentry/sentry-javascript/issues/7390">#7390</a>)</li>
<li>feat(serverless): Publish lambda layer for Node 16/18 (<a href="https://github.com/getsentry/sentry-javascript/issues/7483">#7483</a>)</li>
<li>feat(sveltekit): Add wrapper for client load function (<a href="https://github.com/getsentry/sentry-javascript/issues/7447">#7447</a>)</li>
<li>feat(sveltekit): Add wrapper for server load function (<a href="https://github.com/getsentry/sentry-javascript/issues/7416">#7416</a>)</li>
<li>feat(sveltekit): Add server-side <code>handleError</code> wrapper (<a href="https://github.com/getsentry/sentry-javascript/issues/7411">#7411</a>)</li>
<li>feat(sveltekit): Introduce client-side <code>handleError</code> wrapper (<a href="https://github.com/getsentry/sentry-javascript/issues/7406">#7406</a>)</li>
<li>feat(sveltekit): Add SvelteKit client and server <code>init</code> functions (<a href="https://github.com/getsentry/sentry-javascript/issues/7408">#7408</a>)</li>
<li>feat(sveltekit): Inject <code>Sentry.init</code> calls into server and client bundles (<a href="https://github.com/getsentry/sentry-javascript/issues/7391">#7391</a>)</li>
<li>feat(tracing): Expose <code>BrowserTracing</code> in non-tracing bundles (<a href="https://github.com/getsentry/sentry-javascript/issues/7479">#7479</a>)</li>
<li>fix(core): Permanent idle timeout cancel finishes the transaction with the last finished child</li>
<li>fix(integrations): Handle lower-case prefix windows paths in <code>RewriteFrames</code> (<a href="https://github.com/getsentry/sentry-javascript/issues/7506">#7506</a>)</li>
<li>fix(next): Guard against missing serverSideProps (<a href="https://github.com/getsentry/sentry-javascript/issues/7517">#7517</a>)</li>
<li>fix(nextjs): Fix broken server component wrapping because of interrupted promise chain (<a href="https://github.com/getsentry/sentry-javascript/issues/7456">#7456</a>)</li>
<li>fix(nextjs): Fix runtime error for static pages (<a href="https://github.com/getsentry/sentry-javascript/issues/7476">#7476</a>)</li>
<li>fix(profiling): Catch sendProfile rejection (<a href="https://github.com/getsentry/sentry-javascript/issues/7446">#7446</a>)</li>
<li>fix(replay): Never capture file input changes (<a href="https://github.com/getsentry/sentry-javascript/issues/7485">#7485</a>)</li>
<li>fix(serverless): Explicitly export node package exports (<a href="https://github.com/getsentry/sentry-javascript/issues/7457">#7457</a>)</li>
<li>fix(vue): Do not depend on <code>window.location</code> for SSR environments (<a href="https://github.com/getsentry/sentry-javascript/issues/7518">#7518</a>)</li>
</ul>
<p><strong>Replay <code>rrweb</code> changes:</strong></p>
<p><code>@sentry-internal/rrweb</code> was updated from 1.105.0 to 1.106.0:</p>
<ul>
<li>feat: Ensure password inputs are always masked (<a href="https://github.com/getsentry/rrweb/pull/78">#78</a>)</li>
<li>fix: Ensure text masking for updated attributes works (<a href="https://github.com/getsentry/rrweb/pull/83">#83</a>)</li>
<li>fix: Ensure unmaskTextSelector is used for masked attributes (<a href="https://github.com/getsentry/rrweb/pull/81">#81</a>)</li>
<li>fix: Mask <!-- raw HTML omitted --> values for selects & radio/checkbox value (<a href="https://github.com/getsentry/rrweb/pull/75">#75</a>)</li>
</ul>
<p>Work in this release contributed by <a href="https://github.com/woochanleee"><code>@woochanleee</code></a> and <a href="https://github.com/baked-dev"><code>@baked-dev</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/c592a0e362ccfb8f3a08b4c9678f6fdde0f0d6f3"><code>c592a0e</code></a> release: 7.44.1</li>
<li><a href="https://github.com/getsentry/sentry-javascript/commit/cb84201ba1e1808bca6930eec6b3a5434cad741c"><code>cb84201</code></a> Merge pull request <a href="https://github.com/getsentry/sentry-javascript/issues/7533">#7533</a> from getsentry/prepare-release/7.44.1</li>
<li><a href="https://github.com/getsentry/sentry-javascript/commit/9ae443bf9dd1151a4d9181fccd785168d56fc0f2"><code>9ae443b</code></a> Update CHANGELOG.md</li>
<li><a href="https://github.com/getsentry/sentry-javascript/commit/ffd0fecc78ff441f593b49e388f3287ded873690"><code>ffd0fec</code></a> meta(changelog): Update changelog for 7.44.1</li>
<li><a href="https://github.com/getsentry/sentry-javascript/commit/d11f68697878a73665286258c0a32219b47c592a"><code>d11f686</code></a> ref(core): move beforeEnvelope to client (<a href="https://github.com/getsentry/sentry-javascript/issues/7527">#7527</a>)</li>
<li><a href="https://github.com/getsentry/sentry-javascript/commit/95f30f511f475672180b0ac25e1ba361a54301e9"><code>95f30f5</code></a> Merge pull request <a href="https://github.com/getsentry/sentry-javascript/issues/7525">#7525</a> from getsentry/master</li>
<li><a href="https://github.com/getsentry/sentry-javascript/commit/f9cdc183f0f7508fb51391e7319880355c9505ca"><code>f9cdc18</code></a> Merge branch 'release/7.44.0'</li>
<li><a href="https://github.com/getsentry/sentry-javascript/commit/82fdfad9f59968097ec0962d15e4b6710cb3776b"><code>82fdfad</code></a> release: 7.44.0</li>
<li><a href="https://github.com/getsentry/sentry-javascript/commit/3945e931caf9191790b5d97079560f434c39d7db"><code>3945e93</code></a> Merge pull request <a href="https://github.com/getsentry/sentry-javascript/issues/7523">#7523</a> from getsentry/prepare-release/7.44.0</li>
<li><a href="https://github.com/getsentry/sentry-javascript/commit/b0a6c83f493105b073fb4543f9b337cb8a5a446e"><code>b0a6c83</code></a> meta: Update CHANGELOG for 7.44.0</li>
<li>Additional commits viewable in <a href="https://github.com/getsentry/sentry-javascript/compare/7.43.0...7.44.1">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.43.0 to 7.44.1.
Release notes
Sourced from
@sentry/tracing's releases.Changelog
Sourced from
@sentry/tracing's changelog.Commits
c592a0erelease: 7.44.1cb84201Merge pull request #7533 from getsentry/prepare-release/7.44.19ae443bUpdate CHANGELOG.mdffd0fecmeta(changelog): Update changelog for 7.44.1d11f686ref(core): move beforeEnvelope to client (#7527)95f30f5Merge pull request #7525 from getsentry/masterf9cdc18Merge branch 'release/7.44.0'82fdfadrelease: 7.44.03945e93Merge pull request #7523 from getsentry/prepare-release/7.44.0b0a6c83meta: Update CHANGELOG for 7.44.0Dependabot 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
master69f141f6- Build(deps): bump @sentry/tracing from 7.43.0 to 7.44.1Compare with previous version