Build(deps): bump @sentry/tracing from 7.43.0 to 7.44.1 #1031

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-sentry-tracing-7.44.1 into master 2023-03-21 09:06:58 +00:00
argoyle commented 2023-03-21 04:38:16 +00:00 (Migrated from gitlab.com)

Bumps @sentry/tracing from 7.43.0 to 7.44.1.

Release notes

Sourced from @​sentry/tracing's releases.

7.44.1

  • ref(core): Move beforeEnvelope to client (#7527)

7.44.0

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)
  • feat(sveltekit): Add server-side handleError wrapper (#7411)
  • feat(sveltekit): Introduce client-side handleError wrapper (#7406)
  • feat(sveltekit): Add SvelteKit client and server init functions (#7408)
  • feat(sveltekit): Inject Sentry.init calls into server and client bundles (#7391)
  • feat(tracing): Expose BrowserTracing in non-tracing bundles (#7479)
  • fix(core): Permanent idle timeout cancel finishes the transaction with the last finished child
  • fix(integrations): Handle lower-case prefix windows paths in RewriteFrames (#7506)
  • fix(next): Guard against missing serverSideProps (#7517)
  • fix(nextjs): Fix broken server component wrapping because of interrupted promise chain (#7456)
  • fix(nextjs): Fix runtime error for static pages (#7476)
  • fix(profiling): Catch sendProfile rejection (#7446)
  • fix(replay): Never capture file input changes (#7485)
  • fix(serverless): Explicitly export node package exports (#7457)
  • fix(vue): Do not depend on window.location for SSR environments (#7518)

Replay rrweb changes:

@sentry-internal/rrweb was updated from 1.105.0 to 1.106.0:

  • feat: Ensure password inputs are always masked (#78)
  • fix: Ensure text masking for updated attributes works (#83)
  • fix: Ensure unmaskTextSelector is used for masked attributes (#81)
  • fix: Mask values for selects & radio/checkbox value (#75)

Work in this release contributed by @​woochanleee and @​baked-dev. Thank you for your contribution!

Changelog

Sourced from @​sentry/tracing's changelog.

7.44.1

  • ref(core): Move beforeEnvelope to client (#7527)

7.44.0

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)
  • feat(sveltekit): Add server-side handleError wrapper (#7411)
  • feat(sveltekit): Introduce client-side handleError wrapper (#7406)
  • feat(sveltekit): Add SvelteKit client and server init functions (#7408)
  • feat(sveltekit): Inject Sentry.init calls into server and client bundles (#7391)
  • feat(tracing): Expose BrowserTracing in non-tracing bundles (#7479)
  • fix(core): Permanent idle timeout cancel finishes the transaction with the last finished child
  • fix(integrations): Handle lower-case prefix windows paths in RewriteFrames (#7506)
  • fix(next): Guard against missing serverSideProps (#7517)
  • fix(nextjs): Fix broken server component wrapping because of interrupted promise chain (#7456)
  • fix(nextjs): Fix runtime error for static pages (#7476)
  • fix(profiling): Catch sendProfile rejection (#7446)
  • fix(replay): Never capture file input changes (#7485)
  • fix(serverless): Explicitly export node package exports (#7457)
  • fix(vue): Do not depend on window.location for SSR environments (#7518)

Replay rrweb changes:

@sentry-internal/rrweb was updated from 1.105.0 to 1.106.0:

  • feat: Ensure password inputs are always masked (#78)
  • fix: Ensure text masking for updated attributes works (#83)
  • fix: Ensure unmaskTextSelector is used for masked attributes (#81)
  • fix: Mask values for selects & radio/checkbox value (#75)

Work in this release contributed by @​woochanleee and @​baked-dev. Thank you for your contribution!

Commits


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> &amp; <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 &amp; 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> &amp; <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 &amp; 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>
argoyle commented 2023-03-21 09:06:37 +00:00 (Migrated from gitlab.com)

added 3 commits

  • 8fe41f60...34c52628 - 2 commits from branch master
  • 69f141f6 - Build(deps): bump @sentry/tracing from 7.43.0 to 7.44.1

Compare with previous version

added 3 commits <ul><li>8fe41f60...34c52628 - 2 commits from branch <code>master</code></li><li>69f141f6 - Build(deps): bump @sentry/tracing from 7.43.0 to 7.44.1</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/982/diffs?diff_id=633876408&start_sha=8fe41f60bdbf44e91d22755d4a807ab99ed2cb54)
argoyle (Migrated from gitlab.com) merged commit into master 2023-03-21 09:06:59 +00:00
Sign in to join this conversation.