Build(deps): bump @sentry/browser from 7.99.0 to 7.100.0 #1688

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-sentry-browser-7.100.0 into main 2024-02-07 11:52:28 +00:00
argoyle commented 2024-02-07 04:39:32 +00:00 (Migrated from gitlab.com)

Bumps @sentry/browser from 7.99.0 to 7.100.0.

Release notes

Sourced from @​sentry/browser's releases.

7.100.0

Important Changes

Deprecations

This release includes some deprecations. For more details please look at our migration guide.

The deprecation most likely to affect you is the one of BrowserTracing. Instead of new BrowserTracing(), you should now use browserTracingIntegration(), which will also handle framework-specific instrumentation out of the box for you - no need to pass a custom routingInstrumentation anymore. For @sentry/react, we expose dedicated integrations for the different react-router versions:

  • reactRouterV6BrowserTracingIntegration()
  • reactRouterV5BrowserTracingIntegration()
  • reactRouterV4BrowserTracingIntegration()
  • reactRouterV3BrowserTracingIntegration()

See the migration guide for details.

  • feat(angular): Export custom browserTracingIntegration() (#10353)
  • feat(browser): Deprecate BrowserTracing integration (#10493)
  • feat(browser): Export browserProfilingIntegration (#10438)
  • feat(bun): Export bunServerIntegration() (#10439)
  • feat(nextjs): Add browserTracingIntegration (#10397)
  • feat(react): Add reactRouterV3BrowserTracingIntegration for react router v3 (#10489)
  • feat(react): Add reactRouterV4/V5BrowserTracingIntegration for react router v4 & v5 (#10488)
  • feat(react): Add reactRouterV6BrowserTracingIntegration for react router v6 & v6.4 (#10491)
  • feat(remix): Add custom browserTracingIntegration (#10442)
  • feat(node): Expose functional integrations to replace classes (#10356)
  • feat(vercel-edge): Replace WinterCGFetch with winterCGFetchIntegration (#10436)
  • feat: Deprecate non-callback based continueTrace (#10301)
  • feat(vue): Deprecate new VueIntegration() (#10440)
  • feat(vue): Implement vue browserTracingIntegration() (#10477)
  • feat(sveltekit): Add custom browserTracingIntegration() (#10450)

Profiling Node

@sentry/profiling-node has been ported into the monorepo. Future development for it will happen here!

  • pkg(profiling-node): port profiling-node repo to monorepo (#10151)

Other Changes

  • feat: Export setHttpStatus from all packages (#10475)
  • feat(bundles): Add pluggable integrations on CDN to Sentry namespace (#10452)
  • feat(core): Pass name & attributes to tracesSampler (#10426)
  • feat(feedback): Add system-ui to start of font family (#10464)

... (truncated)

Changelog

Sourced from @​sentry/browser's changelog.

7.100.0

Important Changes

Deprecations

This release includes some deprecations. For more details please look at our migration guide.

The deprecation most likely to affect you is the one of BrowserTracing. Instead of new BrowserTracing(), you should now use browserTracingIntegration(), which will also handle framework-specific instrumentation out of the box for you - no need to pass a custom routingInstrumentation anymore. For @sentry/react, we expose dedicated integrations for the different react-router versions:

  • reactRouterV6BrowserTracingIntegration()
  • reactRouterV5BrowserTracingIntegration()
  • reactRouterV4BrowserTracingIntegration()
  • reactRouterV3BrowserTracingIntegration()

See the migration guide for details.

  • feat(angular): Export custom browserTracingIntegration() (#10353)
  • feat(browser): Deprecate BrowserTracing integration (#10493)
  • feat(browser): Export browserProfilingIntegration (#10438)
  • feat(bun): Export bunServerIntegration() (#10439)
  • feat(nextjs): Add browserTracingIntegration (#10397)
  • feat(react): Add reactRouterV3BrowserTracingIntegration for react router v3 (#10489)
  • feat(react): Add reactRouterV4/V5BrowserTracingIntegration for react router v4 & v5 (#10488)
  • feat(react): Add reactRouterV6BrowserTracingIntegration for react router v6 & v6.4 (#10491)
  • feat(remix): Add custom browserTracingIntegration (#10442)
  • feat(node): Expose functional integrations to replace classes (#10356)
  • feat(vercel-edge): Replace WinterCGFetch with winterCGFetchIntegration (#10436)
  • feat: Deprecate non-callback based continueTrace (#10301)
  • feat(vue): Deprecate new VueIntegration() (#10440)
  • feat(vue): Implement vue browserTracingIntegration() (#10477)
  • feat(sveltekit): Add custom browserTracingIntegration() (#10450)

Profiling Node

@sentry/profiling-node has been ported into the monorepo. Future development for it will happen here!

  • pkg(profiling-node): port profiling-node repo to monorepo (#10151)

Other Changes

  • feat: Export setHttpStatus from all packages (#10475)
  • feat(bundles): Add pluggable integrations on CDN to Sentry namespace (#10452)
  • feat(core): Pass name & attributes to tracesSampler (#10426)

... (truncated)

Commits
  • 17f4c20 release: 7.100.0
  • ec231cb Merge pull request #10519 from getsentry/prepare-release/7.100.0
  • 73bd57d meta(changelog): Update changelog for v7.100.0
  • 49181ad build(ci): Use v3 of artifact actions for node-profiling (#10522)
  • 85f3199 build(ci): Ensure we run E2E tests when profiling node is skipped (#10512)
  • 0c56836 ci(deps): bump actions/upload-artifact from 3 to 4 (#10515)
  • 709ab2f ci(deps): bump actions/download-artifact from 3 to 4 (#10517)
  • c722802 ci(deps): bump mshick/add-pr-comment from a65df5f64fc741e91c59b8359a4bc56e57a...
  • c8400c7 ci(deps): bump hmarr/auto-approve-action from 3 to 4 (#10518)
  • fdb1a5c fix(nextjs): Apply server action data to correct isolation scope (#10514)
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript) from 7.99.0 to 7.100.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/getsentry/sentry-javascript/releases"><code>@​sentry/browser</code>'s releases</a>.</em></p> <blockquote> <h2>7.100.0</h2> <h3>Important Changes</h3> <h4>Deprecations</h4> <p>This release includes some deprecations. For more details please look at our <a href="https://github.com/getsentry/sentry-javascript/blob/develop/MIGRATION.md">migration guide</a>.</p> <p>The deprecation most likely to affect you is the one of <code>BrowserTracing</code>. Instead of <code>new BrowserTracing()</code>, you should now use <code>browserTracingIntegration()</code>, which will also handle framework-specific instrumentation out of the box for you - no need to pass a custom <code>routingInstrumentation</code> anymore. For <code>@sentry/react</code>, we expose dedicated integrations for the different react-router versions:</p> <ul> <li><code>reactRouterV6BrowserTracingIntegration()</code></li> <li><code>reactRouterV5BrowserTracingIntegration()</code></li> <li><code>reactRouterV4BrowserTracingIntegration()</code></li> <li><code>reactRouterV3BrowserTracingIntegration()</code></li> </ul> <p>See the <a href="https://github.com/getsentry/sentry-javascript/blob/develop/MIGRATION.md#depreacted-browsertracing-integration">migration guide</a> for details.</p> <ul> <li>feat(angular): Export custom <code>browserTracingIntegration()</code> (<a href="https://github.com/getsentry/sentry-javascript/issues/10353">#10353</a>)</li> <li>feat(browser): Deprecate <code>BrowserTracing</code> integration (<a href="https://github.com/getsentry/sentry-javascript/issues/10493">#10493</a>)</li> <li>feat(browser): Export <code>browserProfilingIntegration</code> (<a href="https://github.com/getsentry/sentry-javascript/issues/10438">#10438</a>)</li> <li>feat(bun): Export <code>bunServerIntegration()</code> (<a href="https://github.com/getsentry/sentry-javascript/issues/10439">#10439</a>)</li> <li>feat(nextjs): Add <code>browserTracingIntegration</code> (<a href="https://github.com/getsentry/sentry-javascript/issues/10397">#10397</a>)</li> <li>feat(react): Add <code>reactRouterV3BrowserTracingIntegration</code> for react router v3 (<a href="https://github.com/getsentry/sentry-javascript/issues/10489">#10489</a>)</li> <li>feat(react): Add <code>reactRouterV4/V5BrowserTracingIntegration</code> for react router v4 &amp; v5 (<a href="https://github.com/getsentry/sentry-javascript/issues/10488">#10488</a>)</li> <li>feat(react): Add <code>reactRouterV6BrowserTracingIntegration</code> for react router v6 &amp; v6.4 (<a href="https://github.com/getsentry/sentry-javascript/issues/10491">#10491</a>)</li> <li>feat(remix): Add custom <code>browserTracingIntegration</code> (<a href="https://github.com/getsentry/sentry-javascript/issues/10442">#10442</a>)</li> <li>feat(node): Expose functional integrations to replace classes (<a href="https://github.com/getsentry/sentry-javascript/issues/10356">#10356</a>)</li> <li>feat(vercel-edge): Replace <code>WinterCGFetch</code> with <code>winterCGFetchIntegration</code> (<a href="https://github.com/getsentry/sentry-javascript/issues/10436">#10436</a>)</li> <li>feat: Deprecate non-callback based <code>continueTrace</code> (<a href="https://github.com/getsentry/sentry-javascript/issues/10301">#10301</a>)</li> <li>feat(vue): Deprecate <code>new VueIntegration()</code> (<a href="https://github.com/getsentry/sentry-javascript/issues/10440">#10440</a>)</li> <li>feat(vue): Implement vue <code>browserTracingIntegration()</code> (<a href="https://github.com/getsentry/sentry-javascript/issues/10477">#10477</a>)</li> <li>feat(sveltekit): Add custom <code>browserTracingIntegration()</code> (<a href="https://github.com/getsentry/sentry-javascript/issues/10450">#10450</a>)</li> </ul> <h4>Profiling Node</h4> <p><code>@sentry/profiling-node</code> has been ported into the monorepo. Future development for it will happen here!</p> <ul> <li>pkg(profiling-node): port profiling-node repo to monorepo (<a href="https://github.com/getsentry/sentry-javascript/issues/10151">#10151</a>)</li> </ul> <h3>Other Changes</h3> <ul> <li>feat: Export <code>setHttpStatus</code> from all packages (<a href="https://github.com/getsentry/sentry-javascript/issues/10475">#10475</a>)</li> <li>feat(bundles): Add pluggable integrations on CDN to <code>Sentry</code> namespace (<a href="https://github.com/getsentry/sentry-javascript/issues/10452">#10452</a>)</li> <li>feat(core): Pass <code>name</code> &amp; <code>attributes</code> to <code>tracesSampler</code> (<a href="https://github.com/getsentry/sentry-javascript/issues/10426">#10426</a>)</li> <li>feat(feedback): Add <code>system-ui</code> to start of font family (<a href="https://github.com/getsentry/sentry-javascript/issues/10464">#10464</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md"><code>@​sentry/browser</code>'s changelog</a>.</em></p> <blockquote> <h2>7.100.0</h2> <h3>Important Changes</h3> <h4>Deprecations</h4> <p>This release includes some deprecations. For more details please look at our <a href="https://github.com/getsentry/sentry-javascript/blob/develop/MIGRATION.md">migration guide</a>.</p> <p>The deprecation most likely to affect you is the one of <code>BrowserTracing</code>. Instead of <code>new BrowserTracing()</code>, you should now use <code>browserTracingIntegration()</code>, which will also handle framework-specific instrumentation out of the box for you - no need to pass a custom <code>routingInstrumentation</code> anymore. For <code>@sentry/react</code>, we expose dedicated integrations for the different react-router versions:</p> <ul> <li><code>reactRouterV6BrowserTracingIntegration()</code></li> <li><code>reactRouterV5BrowserTracingIntegration()</code></li> <li><code>reactRouterV4BrowserTracingIntegration()</code></li> <li><code>reactRouterV3BrowserTracingIntegration()</code></li> </ul> <p>See the <a href="https://github.com/getsentry/sentry-javascript/blob/develop/MIGRATION.md#depreacted-browsertracing-integration">migration guide</a> for details.</p> <ul> <li>feat(angular): Export custom <code>browserTracingIntegration()</code> (<a href="https://github.com/getsentry/sentry-javascript/issues/10353">#10353</a>)</li> <li>feat(browser): Deprecate <code>BrowserTracing</code> integration (<a href="https://github.com/getsentry/sentry-javascript/issues/10493">#10493</a>)</li> <li>feat(browser): Export <code>browserProfilingIntegration</code> (<a href="https://github.com/getsentry/sentry-javascript/issues/10438">#10438</a>)</li> <li>feat(bun): Export <code>bunServerIntegration()</code> (<a href="https://github.com/getsentry/sentry-javascript/issues/10439">#10439</a>)</li> <li>feat(nextjs): Add <code>browserTracingIntegration</code> (<a href="https://github.com/getsentry/sentry-javascript/issues/10397">#10397</a>)</li> <li>feat(react): Add <code>reactRouterV3BrowserTracingIntegration</code> for react router v3 (<a href="https://github.com/getsentry/sentry-javascript/issues/10489">#10489</a>)</li> <li>feat(react): Add <code>reactRouterV4/V5BrowserTracingIntegration</code> for react router v4 &amp; v5 (<a href="https://github.com/getsentry/sentry-javascript/issues/10488">#10488</a>)</li> <li>feat(react): Add <code>reactRouterV6BrowserTracingIntegration</code> for react router v6 &amp; v6.4 (<a href="https://github.com/getsentry/sentry-javascript/issues/10491">#10491</a>)</li> <li>feat(remix): Add custom <code>browserTracingIntegration</code> (<a href="https://github.com/getsentry/sentry-javascript/issues/10442">#10442</a>)</li> <li>feat(node): Expose functional integrations to replace classes (<a href="https://github.com/getsentry/sentry-javascript/issues/10356">#10356</a>)</li> <li>feat(vercel-edge): Replace <code>WinterCGFetch</code> with <code>winterCGFetchIntegration</code> (<a href="https://github.com/getsentry/sentry-javascript/issues/10436">#10436</a>)</li> <li>feat: Deprecate non-callback based <code>continueTrace</code> (<a href="https://github.com/getsentry/sentry-javascript/issues/10301">#10301</a>)</li> <li>feat(vue): Deprecate <code>new VueIntegration()</code> (<a href="https://github.com/getsentry/sentry-javascript/issues/10440">#10440</a>)</li> <li>feat(vue): Implement vue <code>browserTracingIntegration()</code> (<a href="https://github.com/getsentry/sentry-javascript/issues/10477">#10477</a>)</li> <li>feat(sveltekit): Add custom <code>browserTracingIntegration()</code> (<a href="https://github.com/getsentry/sentry-javascript/issues/10450">#10450</a>)</li> </ul> <h4>Profiling Node</h4> <p><code>@sentry/profiling-node</code> has been ported into the monorepo. Future development for it will happen here!</p> <ul> <li>pkg(profiling-node): port profiling-node repo to monorepo (<a href="https://github.com/getsentry/sentry-javascript/issues/10151">#10151</a>)</li> </ul> <h3>Other Changes</h3> <ul> <li>feat: Export <code>setHttpStatus</code> from all packages (<a href="https://github.com/getsentry/sentry-javascript/issues/10475">#10475</a>)</li> <li>feat(bundles): Add pluggable integrations on CDN to <code>Sentry</code> namespace (<a href="https://github.com/getsentry/sentry-javascript/issues/10452">#10452</a>)</li> <li>feat(core): Pass <code>name</code> &amp; <code>attributes</code> to <code>tracesSampler</code> (<a href="https://github.com/getsentry/sentry-javascript/issues/10426">#10426</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getsentry/sentry-javascript/commit/17f4c209fc9fa78f1c11b835ab0aeda709dfc84c"><code>17f4c20</code></a> release: 7.100.0</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/ec231cb79865322b067fa12e2af3940cf0223240"><code>ec231cb</code></a> Merge pull request <a href="https://github.com/getsentry/sentry-javascript/issues/10519">#10519</a> from getsentry/prepare-release/7.100.0</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/73bd57ddad9d64051db9d74148ea62c46ff96fc4"><code>73bd57d</code></a> meta(changelog): Update changelog for v7.100.0</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/49181ad0dcf7d1c7030d8b79a1d3676b40d019e8"><code>49181ad</code></a> build(ci): Use v3 of artifact actions for node-profiling (<a href="https://github.com/getsentry/sentry-javascript/issues/10522">#10522</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/85f31993f652e6768970c6b6d8f4168c134cc42d"><code>85f3199</code></a> build(ci): Ensure we run E2E tests when profiling node is skipped (<a href="https://github.com/getsentry/sentry-javascript/issues/10512">#10512</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/0c568361f7974e5d5c9b97634ba3804cb71c1234"><code>0c56836</code></a> ci(deps): bump actions/upload-artifact from 3 to 4 (<a href="https://github.com/getsentry/sentry-javascript/issues/10515">#10515</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/709ab2fc1b6ca42b5b148a16223aeac4e36fed17"><code>709ab2f</code></a> ci(deps): bump actions/download-artifact from 3 to 4 (<a href="https://github.com/getsentry/sentry-javascript/issues/10517">#10517</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/c7228027be3f8cc609219d995c2cbe575283f537"><code>c722802</code></a> ci(deps): bump mshick/add-pr-comment from a65df5f64fc741e91c59b8359a4bc56e57a...</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/c8400c731653375963125c5a69abe676177a01ea"><code>c8400c7</code></a> ci(deps): bump hmarr/auto-approve-action from 3 to 4 (<a href="https://github.com/getsentry/sentry-javascript/issues/10518">#10518</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/fdb1a5c7e2061a74b0fac290b38c8fa3e80db4d1"><code>fdb1a5c</code></a> fix(nextjs): Apply server action data to correct isolation scope (<a href="https://github.com/getsentry/sentry-javascript/issues/10514">#10514</a>)</li> <li>Additional commits viewable in <a href="https://github.com/getsentry/sentry-javascript/compare/7.99.0...7.100.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 recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle commented 2024-02-07 11:48:28 +00:00 (Migrated from gitlab.com)

added 1 commit

  • e728e1de - Build(deps): bump @sentry/browser from 7.99.0 to 7.100.0

Compare with previous version

added 1 commit <ul><li>e728e1de - Build(deps): bump @sentry/browser from 7.99.0 to 7.100.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/1639/diffs?diff_id=917610778&start_sha=7c5fc8166ec2c887208e50db98564a02a4bae7c6)
argoyle commented 2024-02-07 11:48:42 +00:00 (Migrated from gitlab.com)

added 7 commits

  • e728e1de...37a33eaf - 6 commits from branch main
  • cea53669 - Build(deps): bump @sentry/browser from 7.99.0 to 7.100.0

Compare with previous version

added 7 commits <ul><li>e728e1de...37a33eaf - 6 commits from branch <code>main</code></li><li>cea53669 - Build(deps): bump @sentry/browser from 7.99.0 to 7.100.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/1639/diffs?diff_id=917611062&start_sha=e728e1de2889b6aa378c99a1f7f6d26f6b229226)
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2024-02-07 11:49:02 +00:00
argoyle (Migrated from gitlab.com) merged commit into main 2024-02-07 11:52:29 +00:00
Sign in to join this conversation.