Skip to content

Commit b0e02d2

Browse files
build(deps): bump @sentry/react from 8.48.0 to 8.50.0 (#625)
Bumps [@sentry/react](https://github.com/getsentry/sentry-javascript) from 8.48.0 to 8.50.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/getsentry/sentry-javascript/releases"><code>@​sentry/react</code>'s releases</a>.</em></p> <blockquote> <h2>8.50.0</h2> <ul> <li>feat(v8/react): Add support for React Router <code>createMemoryRouter</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/14985">#14985</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></td> <td>23.29 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> - with treeshaking flags</td> <td>21.96 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> (incl. Tracing)</td> <td>35.85 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> (incl. Tracing, Replay)</td> <td>73.19 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> (incl. Tracing, Replay) - with treeshaking flags</td> <td>63.58 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> (incl. Tracing, Replay with Canvas)</td> <td>77.5 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> (incl. Tracing, Replay, Feedback)</td> <td>89.43 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> (incl. Feedback)</td> <td>39.5 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> (incl. sendFeedback)</td> <td>27.89 KB</td> </tr> <tr> <td><code>@​sentry/browser</code> (incl. FeedbackAsync)</td> <td>32.69 KB</td> </tr> <tr> <td><code>@​sentry/react</code></td> <td>25.97 KB</td> </tr> <tr> <td><code>@​sentry/react</code> (incl. Tracing)</td> <td>38.67 KB</td> </tr> <tr> <td><code>@​sentry/vue</code></td> <td>27.57 KB</td> </tr> <tr> <td><code>@​sentry/vue</code> (incl. Tracing)</td> <td>37.71 KB</td> </tr> <tr> <td><code>@​sentry/svelte</code></td> <td>23.45 KB</td> </tr> <tr> <td>CDN Bundle</td> <td>24.49 KB</td> </tr> <tr> <td>CDN Bundle (incl. Tracing)</td> <td>37.56 KB</td> </tr> <tr> <td>CDN Bundle (incl. Tracing, Replay)</td> <td>72.84 KB</td> </tr> <tr> <td>CDN Bundle (incl. Tracing, Replay, Feedback)</td> <td>78.2 KB</td> </tr> <tr> <td>CDN Bundle - uncompressed</td> <td>71.93 KB</td> </tr> <tr> <td>CDN Bundle (incl. Tracing) - uncompressed</td> <td>111.42 KB</td> </tr> <tr> <td>CDN Bundle (incl. Tracing, Replay) - uncompressed</td> <td>225.68 KB</td> </tr> <tr> <td>CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed</td> <td>238.78 KB</td> </tr> <tr> <td><code>@​sentry/nextjs</code> (client)</td> <td>38.92 KB</td> </tr> <tr> <td><code>@​sentry/sveltekit</code> (client)</td> <td>36.35 KB</td> </tr> <tr> <td><code>@​sentry/node</code></td> <td>162.82 KB</td> </tr> <tr> <td><code>@​sentry/node</code> - without tracing</td> <td>98.95 KB</td> </tr> <tr> <td><code>@​sentry/aws-serverless</code></td> <td>126.65 KB</td> </tr> </tbody> </table> <h2>8.49.0</h2> <ul> <li>feat(v8/browser): Flush offline queue on flush and browser online event (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/14969">#14969</a>)</li> <li>feat(v8/react): Add a <code>handled</code> prop to ErrorBoundary (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/14978">#14978</a>)</li> <li>fix(profiling/v8): Don't put <code>require</code>, <code>__filename</code> and <code>__dirname</code> on global object (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/14952">#14952</a>)</li> <li>fix(v8/node): Enforce that ContextLines integration does not leave open file handles (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/14997">#14997</a>)</li> <li>fix(v8/replay): Disable mousemove sampling in rrweb for iOS browsers (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/14944">#14944</a>)</li> <li>fix(v8/sveltekit): Ensure source maps deletion is called after source ma… (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/14963">#14963</a>)</li> <li>fix(v8/vue): Re-throw error when no errorHandler exists (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/14943">#14943</a>)</li> </ul> <p>Work in this release was contributed by <a href="https://github.com/HHK1"><code>@​HHK1</code></a> and <a href="https://github.com/mstrokin"><code>@​mstrokin</code></a>. Thank you for your contribution!</p> <h2>Bundle size 📦</h2> <p>| Path | Size |</p> <!-- 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/8.50.0/CHANGELOG.md"><code>@​sentry/react</code>'s changelog</a>.</em></p> <blockquote> <h2>8.50.0</h2> <ul> <li>feat(v8/react): Add support for React Router <code>createMemoryRouter</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/14985">#14985</a>)</li> </ul> <h2>8.49.0</h2> <ul> <li>feat(v8/browser): Flush offline queue on flush and browser online event (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/14969">#14969</a>)</li> <li>feat(v8/react): Add a <code>handled</code> prop to ErrorBoundary (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/14978">#14978</a>)</li> <li>fix(profiling/v8): Don't put <code>require</code>, <code>__filename</code> and <code>__dirname</code> on global object (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/14952">#14952</a>)</li> <li>fix(v8/node): Enforce that ContextLines integration does not leave open file handles (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/14997">#14997</a>)</li> <li>fix(v8/replay): Disable mousemove sampling in rrweb for iOS browsers (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/14944">#14944</a>)</li> <li>fix(v8/sveltekit): Ensure source maps deletion is called after source ma… (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/14963">#14963</a>)</li> <li>fix(v8/vue): Re-throw error when no errorHandler exists (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/14943">#14943</a>)</li> </ul> <p>Work in this release was contributed by <a href="https://github.com/HHK1"><code>@​HHK1</code></a> and <a href="https://github.com/mstrokin"><code>@​mstrokin</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/70efdde95c25c10b16567f60f7bd6de114a0a4cc"><code>70efdde</code></a> release: 8.50.0</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/b93864e5f5fd11ba01f609071bdb17d4bd5b5686"><code>b93864e</code></a> meta(changelog): Update changelog for 8.50.0 (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/15025">#15025</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/6f9bc8b80aff00d31548a945b0c6bf858059dc7b"><code>6f9bc8b</code></a> feat(v8/react): Add support for React Router <code>createMemoryRouter</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/14985">#14985</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/5144754b29c2e4a03668d31c2fecc9c4a0f3c619"><code>5144754</code></a> Merge branch 'release/8.49.0' into v8</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/db519337854e32c6ef0582c2eb3d727306bc1ca7"><code>db51933</code></a> release: 8.49.0</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/629fba22ce9375f2d582c3ca53cb9805f939fe4f"><code>629fba2</code></a> meta(changelog): Update CHANGELOG for 8.49.0 (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/15019">#15019</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/f5ac6273fbaa2ab7700b261cb69723e7f14ccf89"><code>f5ac627</code></a> fix(v8/node): Enforce that ContextLines integration does not leave open file ...</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/286f6b009241170ee843779a598aefde4b146c2c"><code>286f6b0</code></a> test(v8/e2e): Fix node-express test transitive dependency (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/15004">#15004</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/798a93290827b71046a593ce065fdb59857e0082"><code>798a932</code></a> feat(v8/browser): Flush offline queue on flush and browser online event (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/14969">#14969</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/0c3b2a41525101bb297cb391a085ae33c8bfafcd"><code>0c3b2a4</code></a> fix(v8/replay): Disable mousemove sampling in rrweb for iOS browsers (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/14944">#14944</a>)</li> <li>Additional commits viewable in <a href="https://github.com/getsentry/sentry-javascript/compare/8.48.0...8.50.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@sentry/react&package-manager=npm_and_yarn&previous-version=8.48.0&new-version=8.50.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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f2fe35a commit b0e02d2

File tree

2 files changed

+70
-70
lines changed

2 files changed

+70
-70
lines changed

package-lock.json

Lines changed: 69 additions & 69 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@egjs/flicking-plugins": "^4.7.1",
88
"@egjs/react-flicking": "^4.12.0",
99
"@faker-js/faker": "9.4.0",
10-
"@sentry/react": "^8.48.0",
10+
"@sentry/react": "^8.50.0",
1111
"@sentry/tracing": "^7.120.3",
1212
"@types/node": "^22.9.0",
1313
"@types/react": "^18.3.5",

0 commit comments

Comments
 (0)