chore(deps): bump @sentry/node from 7.86.0 to 7.87.0 #18

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/sentry/node-7.87.0 into main 2023-12-14 07:14:09 +08:00
dependabot[bot] commented 2023-12-13 22:03:03 +08:00 (Migrated from github.com)

Bumps @sentry/node from 7.86.0 to 7.87.0.

Release notes

Sourced from @​sentry/node's releases.

7.87.0

  • feat: Add top level getCurrentScope() method (#9800)
  • feat(replay): Bump rrweb to 2.5.0 (#9803)
  • feat(replay): Capture hydration error breadcrumb (#9759)
  • feat(types): Add profile envelope types (#9798)
  • fix(astro): Avoid RegExp creation during route interpolation (#9815)
  • fix(browser): Avoid importing from ./exports (#9775)
  • fix(nextjs): Catch rejecting flushes (#9811)
  • fix(nextjs): Fix devserver CORS blockage when assetPrefix is defined (#9766)
  • fix(node): Capture errors in tRPC middleware (#9782)

Bundle size 📦

Path Size
@​sentry/browser (incl. Tracing, Replay, Feedback) - Webpack (gzipped) 75.04 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack (gzipped) 66.38 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) 59.99 KB
@​sentry/browser (incl. Tracing) - Webpack (gzipped) 31.13 KB
@​sentry/browser (incl. Feedback) - Webpack (gzipped) 29.74 KB
@​sentry/browser - Webpack (gzipped) 21.39 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped) 71.61 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) 63.33 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (gzipped) 29.67 KB
@​sentry/browser - ES6 CDN Bundle (gzipped) 21.72 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) 199.58 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) 89.94 KB
@​sentry/browser - ES6 CDN Bundle (minified & uncompressed) 64.92 KB
@​sentry/browser (incl. Tracing) - ES5 CDN Bundle (gzipped) 32.34 KB
@​sentry/react (incl. Tracing, Replay) - Webpack (gzipped) 66.75 KB
@​sentry/react - Webpack (gzipped) 21.44 KB
@​sentry/nextjs Client (incl. Tracing, Replay) - Webpack (gzipped) 83.48 KB
@​sentry/nextjs Client - Webpack (gzipped) 48.23 KB
@​sentry-internal/feedback - Webpack (gzipped) 16.19 KB
Changelog

Sourced from @​sentry/node's changelog.

7.87.0

  • feat: Add top level getCurrentScope() method (#9800)
  • feat(replay): Bump rrweb to 2.5.0 (#9803)
  • feat(replay): Capture hydration error breadcrumb (#9759)
  • feat(types): Add profile envelope types (#9798)
  • fix(astro): Avoid RegExp creation during route interpolation (#9815)
  • fix(browser): Avoid importing from ./exports (#9775)
  • fix(nextjs): Catch rejecting flushes (#9811)
  • fix(nextjs): Fix devserver CORS blockage when assetPrefix is defined (#9766)
  • fix(node): Capture errors in tRPC middleware (#9782)
Commits
  • 2583b63 release: 7.87.0
  • ac09686 Merge pull request #9817 from getsentry/prepare-release/7.87.0
  • 28ba019 meta: Update CHANGELOG for 7.87.0
  • fe24eb5 fix(astro): Avoid RegExp creation during route interpolation (#9815)
  • 35f177a ref(deno): Update deno integrations to avoid setupOnce (#9812)
  • be32c1e fix(nextjs): Catch rejecting flushes (#9811)
  • 7303cda feat: Add top level getCurrentScope() method (#9800)
  • 380a552 chore(vscode): Use new code action values "explicit" (#9805)
  • a05de17 feat(replay): Capture hydration error breadcrumb (#9759)
  • 13e3425 feat(types): Add profile envelope types (#9798)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript) from 7.86.0 to 7.87.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/getsentry/sentry-javascript/releases"><code>@​sentry/node</code>'s releases</a>.</em></p> <blockquote> <h2>7.87.0</h2> <ul> <li>feat: Add top level <code>getCurrentScope()</code> method (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/9800">#9800</a>)</li> <li>feat(replay): Bump <code>rrweb</code> to 2.5.0 (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/9803">#9803</a>)</li> <li>feat(replay): Capture hydration error breadcrumb (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/9759">#9759</a>)</li> <li>feat(types): Add profile envelope types (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/9798">#9798</a>)</li> <li>fix(astro): Avoid RegExp creation during route interpolation (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/9815">#9815</a>)</li> <li>fix(browser): Avoid importing from <code>./exports</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/9775">#9775</a>)</li> <li>fix(nextjs): Catch rejecting flushes (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/9811">#9811</a>)</li> <li>fix(nextjs): Fix devserver CORS blockage when <code>assetPrefix</code> is defined (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/9766">#9766</a>)</li> <li>fix(node): Capture errors in tRPC middleware (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/9782">#9782</a>)</li> </ul> <h2>Bundle size 📦</h2> <table> <thead> <tr> <th>Path</th> <th>Size</th> </tr> </thead> <tbody> <tr> <td><code>@​sentry/browser</code> (incl. Tracing, Replay, Feedback) - Webpack (gzipped)</td> <td>75.04 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> (incl. Tracing, Replay) - Webpack (gzipped)</td> <td>66.38 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped)</td> <td>59.99 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> (incl. Tracing) - Webpack (gzipped)</td> <td>31.13 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> (incl. Feedback) - Webpack (gzipped)</td> <td>29.74 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> - Webpack (gzipped)</td> <td>21.39 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> (incl. Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped)</td> <td>71.61 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped)</td> <td>63.33 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> (incl. Tracing) - ES6 CDN Bundle (gzipped)</td> <td>29.67 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> - ES6 CDN Bundle (gzipped)</td> <td>21.72 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> (incl. Tracing, Replay) - ES6 CDN Bundle (minified &amp; uncompressed)</td> <td>199.58 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> (incl. Tracing) - ES6 CDN Bundle (minified &amp; uncompressed)</td> <td>89.94 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> - ES6 CDN Bundle (minified &amp; uncompressed)</td> <td>64.92 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> (incl. Tracing) - ES5 CDN Bundle (gzipped)</td> <td>32.34 KB</td> </tr> <tr> <td><code>@​sentry/react</code> (incl. Tracing, Replay) - Webpack (gzipped)</td> <td>66.75 KB</td> </tr> <tr> <td><code>@​sentry/react</code> - Webpack (gzipped)</td> <td>21.44 KB</td> </tr> <tr> <td><code>@​sentry/nextjs</code> Client (incl. Tracing, Replay) - Webpack (gzipped)</td> <td>83.48 KB</td> </tr> <tr> <td><code>@​sentry/nextjs</code> Client - Webpack (gzipped)</td> <td>48.23 KB</td> </tr> <tr> <td><code>@​sentry-internal/feedback</code> - Webpack (gzipped)</td> <td>16.19 KB</td> </tr> </tbody> </table> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md"><code>@​sentry/node</code>'s changelog</a>.</em></p> <blockquote> <h2>7.87.0</h2> <ul> <li>feat: Add top level <code>getCurrentScope()</code> method (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/9800">#9800</a>)</li> <li>feat(replay): Bump <code>rrweb</code> to 2.5.0 (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/9803">#9803</a>)</li> <li>feat(replay): Capture hydration error breadcrumb (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/9759">#9759</a>)</li> <li>feat(types): Add profile envelope types (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/9798">#9798</a>)</li> <li>fix(astro): Avoid RegExp creation during route interpolation (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/9815">#9815</a>)</li> <li>fix(browser): Avoid importing from <code>./exports</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/9775">#9775</a>)</li> <li>fix(nextjs): Catch rejecting flushes (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/9811">#9811</a>)</li> <li>fix(nextjs): Fix devserver CORS blockage when <code>assetPrefix</code> is defined (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/9766">#9766</a>)</li> <li>fix(node): Capture errors in tRPC middleware (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/9782">#9782</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getsentry/sentry-javascript/commit/2583b6376a5bde652e29b0c18d4f996b3186396b"><code>2583b63</code></a> release: 7.87.0</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/ac0968642c70358ba3f246a5f8e8bf8499484c0d"><code>ac09686</code></a> Merge pull request <a href="https://redirect.github.com/getsentry/sentry-javascript/issues/9817">#9817</a> from getsentry/prepare-release/7.87.0</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/28ba0196f5a8f78a184cda9bb7420d5f95af2775"><code>28ba019</code></a> meta: Update CHANGELOG for 7.87.0</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/fe24eb5eefa9d27b14b2b6f9ebd1debca1c208fb"><code>fe24eb5</code></a> fix(astro): Avoid RegExp creation during route interpolation (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/9815">#9815</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/35f177ac13519ccf7992e21fe89958ee66ff01d3"><code>35f177a</code></a> ref(deno): Update deno integrations to avoid <code>setupOnce</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/9812">#9812</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/be32c1edd5eabecde6cbe6bcf8047f7b47d976bf"><code>be32c1e</code></a> fix(nextjs): Catch rejecting flushes (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/9811">#9811</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/7303cdacb3ba2da1e71844e9daa5ffdb91d9a8a7"><code>7303cda</code></a> feat: Add top level <code>getCurrentScope()</code> method (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/9800">#9800</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/380a552d3646e94b2f2f41cc995bb6c365137fc1"><code>380a552</code></a> chore(vscode): Use new code action values <code>&quot;explicit&quot;</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/9805">#9805</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/a05de17fb8be3cf0eb6e715de2dbfe94356d50af"><code>a05de17</code></a> feat(replay): Capture hydration error breadcrumb (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/9759">#9759</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/13e3425d8a1e4e862d9d010b7293ba869b041f30"><code>13e3425</code></a> feat(types): Add profile envelope types (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/9798">#9798</a>)</li> <li>Additional commits viewable in <a href="https://github.com/getsentry/sentry-javascript/compare/7.86.0...7.87.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@sentry/node&package-manager=npm_and_yarn&previous-version=7.86.0&new-version=7.87.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
Commenting is not possible because the repository is archived.
No description provided.