chore(deps): bump @sentry/node from 7.81.0 to 7.81.1 #11

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/sentry/node-7.81.1 into main 2023-11-26 13:26:19 +08:00
dependabot[bot] commented 2023-11-22 16:52:26 +08:00 (Migrated from github.com)

Bumps @sentry/node from 7.81.0 to 7.81.1.

Release notes

Sourced from @​sentry/node's releases.

7.81.1

  • fix(astro): Remove method from span op (#9603)
  • fix(deno): Make sure files get published (#9611)
  • fix(nextjs): Use globalThis instead of global in edge runtime (#9612)
  • fix(node): Improve error handling and shutdown handling for ANR (#9548)
  • fix(tracing-internal): Fix case when originalURL contain query params (#9531)

Work in this release contributed by @​powerfulyang, @​LubomirIgonda1, @​joshkel, and @​alexgleason. Thank you for your contributions!

Bundle size 📦

Path Size
@​sentry/browser (incl. Tracing, Replay) - Webpack (gzipped) 65.61 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) 55.72 KB
@​sentry/browser (incl. Tracing) - Webpack (gzipped) 31.01 KB
@​sentry/browser - Webpack (gzipped) 21.32 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) 62.03 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (gzipped) 29.13 KB
@​sentry/browser - ES6 CDN Bundle (gzipped) 21.26 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) 195.71 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) 88.38 KB
@​sentry/browser - ES6 CDN Bundle (minified & uncompressed) 63.34 KB
@​sentry/browser (incl. Tracing) - ES5 CDN Bundle (gzipped) 31.85 KB
@​sentry/react (incl. Tracing, Replay) - Webpack (gzipped) 65.92 KB
@​sentry/react - Webpack (gzipped) 21.36 KB
@​sentry/nextjs Client (incl. Tracing, Replay) - Webpack (gzipped) 82.66 KB
@​sentry/nextjs Client - Webpack (gzipped) 48.15 KB
@​sentry-internal/feedback - Webpack (gzipped) 16.12 KB
Changelog

Sourced from @​sentry/node's changelog.

7.81.1

  • fix(astro): Remove method from span op (#9603)
  • fix(deno): Make sure files get published (#9611)
  • fix(nextjs): Use globalThis instead of global in edge runtime (#9612)
  • fix(node): Improve error handling and shutdown handling for ANR (#9548)
  • fix(tracing-internal): Fix case when originalURL contain query params (#9531)

Work in this release contributed by @​powerfulyang, @​LubomirIgonda1, @​joshkel, and @​alexgleason. Thank you for your contributions!

Commits
  • 69f78d7 release: 7.81.1
  • 88ceab4 Merge pull request #9614 from getsentry/prepare-release/7.81.1
  • aa459aa meta(changelog): Update changelog for 7.81.1
  • b8c46ea fix(nextjs): Use globalThis instead of global in edge runtime (#9612)
  • 2f17bb1 fix(astro): Remove method from span op (#9603)
  • 48e2337 fix(deno): Make sure files get published (#9611)
  • 4b8d755 chore: Add @​sentry/deno to issue template (#9610)
  • b46a1bb ref(feedback): Do not import window from browser pkg to avoid circular import...
  • f24ea88 ref(feedback): Refactor attaching replay id to feedback event to use hooks (#...
  • dbce251 Merge pull request #9602 from getsentry/remove-isanonymous
  • 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.81.0 to 7.81.1. <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.81.1</h2> <ul> <li>fix(astro): Remove method from span op (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/9603">#9603</a>)</li> <li>fix(deno): Make sure files get published (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/9611">#9611</a>)</li> <li>fix(nextjs): Use <code>globalThis</code> instead of <code>global</code> in edge runtime (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/9612">#9612</a>)</li> <li>fix(node): Improve error handling and shutdown handling for ANR (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/9548">#9548</a>)</li> <li>fix(tracing-internal): Fix case when originalURL contain query params (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/9531">#9531</a>)</li> </ul> <p>Work in this release contributed by <a href="https://github.com/powerfulyang"><code>@​powerfulyang</code></a>, <a href="https://github.com/LubomirIgonda1"><code>@​LubomirIgonda1</code></a>, <a href="https://github.com/joshkel"><code>@​joshkel</code></a>, and <a href="https://github.com/alexgleason"><code>@​alexgleason</code></a>. Thank you for your contributions!</p> <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) - Webpack (gzipped)</td> <td>65.61 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped)</td> <td>55.72 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> (incl. Tracing) - Webpack (gzipped)</td> <td>31.01 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> - Webpack (gzipped)</td> <td>21.32 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped)</td> <td>62.03 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> (incl. Tracing) - ES6 CDN Bundle (gzipped)</td> <td>29.13 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> - ES6 CDN Bundle (gzipped)</td> <td>21.26 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> (incl. Tracing, Replay) - ES6 CDN Bundle (minified &amp; uncompressed)</td> <td>195.71 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> (incl. Tracing) - ES6 CDN Bundle (minified &amp; uncompressed)</td> <td>88.38 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> - ES6 CDN Bundle (minified &amp; uncompressed)</td> <td>63.34 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> (incl. Tracing) - ES5 CDN Bundle (gzipped)</td> <td>31.85 KB</td> </tr> <tr> <td><code>@​sentry/react</code> (incl. Tracing, Replay) - Webpack (gzipped)</td> <td>65.92 KB</td> </tr> <tr> <td><code>@​sentry/react</code> - Webpack (gzipped)</td> <td>21.36 KB</td> </tr> <tr> <td><code>@​sentry/nextjs</code> Client (incl. Tracing, Replay) - Webpack (gzipped)</td> <td>82.66 KB</td> </tr> <tr> <td><code>@​sentry/nextjs</code> Client - Webpack (gzipped)</td> <td>48.15 KB</td> </tr> <tr> <td><code>@​sentry-internal/feedback</code> - Webpack (gzipped)</td> <td>16.12 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.81.1</h2> <ul> <li>fix(astro): Remove method from span op (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/9603">#9603</a>)</li> <li>fix(deno): Make sure files get published (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/9611">#9611</a>)</li> <li>fix(nextjs): Use <code>globalThis</code> instead of <code>global</code> in edge runtime (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/9612">#9612</a>)</li> <li>fix(node): Improve error handling and shutdown handling for ANR (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/9548">#9548</a>)</li> <li>fix(tracing-internal): Fix case when originalURL contain query params (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/9531">#9531</a>)</li> </ul> <p>Work in this release contributed by <a href="https://github.com/powerfulyang"><code>@​powerfulyang</code></a>, <a href="https://github.com/LubomirIgonda1"><code>@​LubomirIgonda1</code></a>, <a href="https://github.com/joshkel"><code>@​joshkel</code></a>, and <a href="https://github.com/alexgleason"><code>@​alexgleason</code></a>. Thank you for your contributions!</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getsentry/sentry-javascript/commit/69f78d76f7aaff67dc60d3cb7f17430b8e699014"><code>69f78d7</code></a> release: 7.81.1</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/88ceab4e57f3627ecea9036a13c8ae5d9dbf8bd9"><code>88ceab4</code></a> Merge pull request <a href="https://redirect.github.com/getsentry/sentry-javascript/issues/9614">#9614</a> from getsentry/prepare-release/7.81.1</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/aa459aa6619c4afedda549e775fb86916720906a"><code>aa459aa</code></a> meta(changelog): Update changelog for 7.81.1</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/b8c46eae44165b2ea96749f3423fddaed6a42c79"><code>b8c46ea</code></a> fix(nextjs): Use <code>globalThis</code> instead of <code>global</code> in edge runtime (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/9612">#9612</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/2f17bb1ec69cf0f3da5117934021c8f14243f98b"><code>2f17bb1</code></a> fix(astro): Remove method from span op (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/9603">#9603</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/48e2337d5d88ccee3e6e2a1be90f4f213ebcb8c2"><code>48e2337</code></a> fix(deno): Make sure files get published (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/9611">#9611</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/4b8d7554a3ed44c74be23c6768e73d86715ab59a"><code>4b8d755</code></a> chore: Add <code>@​sentry/deno</code> to issue template (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/9610">#9610</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/b46a1bb6eaf9fd22362a9fdf46cb8bab6cc5ec3b"><code>b46a1bb</code></a> ref(feedback): Do not import window from browser pkg to avoid circular import...</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/f24ea887a842494abf191da99f7e79a6ea436f31"><code>f24ea88</code></a> ref(feedback): Refactor attaching replay id to feedback event to use hooks (#...</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/dbce2519a1a7079bec25b332b3ccb621cc8af0d1"><code>dbce251</code></a> Merge pull request <a href="https://redirect.github.com/getsentry/sentry-javascript/issues/9602">#9602</a> from getsentry/remove-isanonymous</li> <li>Additional commits viewable in <a href="https://github.com/getsentry/sentry-javascript/compare/7.81.0...7.81.1">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.81.0&new-version=7.81.1)](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.