Skip to content

Bump @bugsnag/plugin-react from 7.25.0 to 8.1.1 in /packages/client

Bumps @bugsnag/plugin-react from 7.25.0 to 8.1.1.

Release notes

Sourced from @​bugsnag/plugin-react's releases.

v8.1.1

Fixed

  • Add reportUnhandledPromiseRejectionsAsHandled config option to typescript definition #2237

v8.1.0

Added

Add new reportUnhandledPromiseRejectionsAsHandled config option to allow unhandled promise rejections to be reported as handled and not contribute to the app stability score bugsnag/bugsnag-js#2225

v8.0.0

Summary

As well as some bug fixes and breaking changes described in the Upgrade Guide, this major SDK release has the following key features:

  • Improved API for NodeJS: the Bugsnag client can now be used to call SDK methods in the context of the current request
  • Breadcrumb support for NodeJS: we now support manual breadcrumbs and capture console breadcrumbs automatically
  • Improved session reporting for single page apps: a session is now created only once per page load to more accurately reflect a user's session in your app

Added

  • (node) Add support for manual breadcrumbs #1927 and automatic console breadcrumbs #2107
  • Support error correlation properties in event payloads #2174

Fixed

  • (plugin-angular) Prevent excess change detection cycles when calling Bugsnag.notify #1861

Changed

  • (node) Enable breadcrumbs and context-scoped calls #1927
  • (plugin-contextualize) Reimplement without relying on the deprecated node Domain API. From Node 16+ unhandled promise rejections are also supported #1924
  • (plugin-navigation-breadcrumbs) Calling pushState or replaceState no longer triggers a new session when autoTrackSessions is enabled #1820
  • (plugin-network-breadcrumbs, plugin-electron-net-breadcrumbs) Breaking change: The request metadata field in network breadcrumbs has been renamed to url and is no longer pre-pended with the HTTP method #1988
  • (plugin-network-breadcrumbs, plugin-electron-net-breadcrumbs) Add method metadata field to network breadcrumbs #1988
  • (plugin-network-breadcrumbs, plugin-electron-net-breadcrumbs) Add duration metadata field to network breadcrumbs #1903
  • (react-native) Update bugsnag-android from v5.32.2 to v6.6.1

v7.25.1

Changed

  • (react-native) Update bugsnag-cocoa from v6.29.0 to v6.30.1

Fixed

  • (plugin-vue) Check global vue config exists before installing vue 2 handler #2171
Changelog

Sourced from @​bugsnag/plugin-react's changelog.

[8.1.1] - 2024-10-23

Fixed

  • Add reportUnhandledPromiseRejectionsAsHandled config option to typescript definition #2237

[8.1.0] - 2024-10-23

Added

  • Add new reportUnhandledPromiseRejectionsAsHandled config option to allow unhandled promise rejections to be reported as handled and not contribute to the app stability score #2225

[8.0.0] - 2024-08-29

Summary

As well as some bug fixes and breaking changes described in the Upgrade Guide, this major SDK release has the following key features:

  • Improved API for NodeJS: the Bugsnag client can now be used to call SDK methods in the context of the current request
  • Breadcrumb support for NodeJS: we now support manual breadcrumbs and capture console breadcrumbs automatically
  • Improved session reporting for single page apps: a session is now created only once per page load to more accurately reflect a user's session in your app

Added

  • (node) Add support for manual breadcrumbs #1927 and automatic console breadcrumbs #2107
  • Support error correlation properties in event payloads #2174

Fixed

  • (plugin-angular) Prevent excess change detection cycles when calling Bugsnag.notify #1861

Changed

  • (node) Enable breadcrumbs and context-scoped calls #1927
  • (plugin-contextualize) Reimplement without relying on the deprecated node Domain API. From Node 16+ unhandled promise rejections are also supported #1924
  • (plugin-navigation-breadcrumbs) Calling pushState or replaceState no longer triggers a new session when autoTrackSessions is enabled #1820
  • (plugin-network-breadcrumbs, plugin-electron-net-breadcrumbs) Breaking change: The request metadata field in network breadcrumbs has been renamed to url and is no longer pre-pended with the HTTP method #1988
  • (plugin-network-breadcrumbs, plugin-electron-net-breadcrumbs) Add method metadata field to network breadcrumbs #1988
  • (plugin-network-breadcrumbs, plugin-electron-net-breadcrumbs) Add duration metadata field to network breadcrumbs #1903
  • (react-native) Update bugsnag-android from v5.32.2 to v6.6.1

[7.25.1] - 2024-08-27

Changed

  • (react-native) Update bugsnag-cocoa from v6.29.0 to v6.30.1

Fixed

  • (plugin-vue) Check global vue config exists before installing vue 2 handler #2171
Commits
  • 356951b v8.1.1
  • 2efd825 Merge pull request #2238 from bugsnag/release/v8.1.1
  • 8b29b34 Merge pull request #2237 from bugsnag/hotfix/report-unhandled-ts-config
  • 462621f fix: 🐛 Add reportUnhandledPromiseRejectionsAsHandled config option to t...
  • 365d63c fix: 🚀 update release script after lerna version change (#2235)
  • aee8dbe Merge pull request #2232 from bugsnag/PLAT-11079/react-example
  • 3857e80 v8.1.0
  • 6174278 Merge pull request #2234 from bugsnag/release/v8.1.0
  • af1764a Update CHANGELOG.md
  • 2fff767 temp: add lerna bootstrap command to pr diff bot
  • 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

Merge request reports

Loading