Skip to content

chore(deps): bump @bugsnag/js from 8.4.0 to 8.8.0#1430

Closed
dependabot[bot] wants to merge 1 commit intostablefrom
dependabot/npm_and_yarn/bugsnag/js-8.8.0
Closed

chore(deps): bump @bugsnag/js from 8.4.0 to 8.8.0#1430
dependabot[bot] wants to merge 1 commit intostablefrom
dependabot/npm_and_yarn/bugsnag/js-8.8.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 23, 2026

Bumps @bugsnag/js from 8.4.0 to 8.8.0.

Release notes

Sourced from @​bugsnag/js's releases.

v8.8.0

This release adds support for notitfying failed network requests using the new plugin-network-instrumentation package

Added

  • (plugin-network-instrumentation) Add new plugin to notify failed network requests #2647
  • (plugin-cloudflare-workers): Add initial support for Cloudflare Workers #2643 #2644
  • (plugin-contextualize) Return callback value from contextualize plugin #2654

Fixed

  • (plugin-server-session) Delay session tracker initialization until first use #2642

Dependencies

v8.7.0

Added

  • (electron) Add codeBundleId config option to main process #2577

Changed

v8.6.0

Added

  • Add additional grouping discriminator property to events #2544
  • (react-native) Handle additional grouping discriminator #2557
  • (electron) Handle additional grouping discriminator #2561

Changed

Fixed

  • (plugin-window-onerror) Guard against errors when trying to call previous handler #2551

v8.5.0

Added

  • (electron) Use registerPreloadScript API when available #2524

Fixed

... (truncated)

Changelog

Sourced from @​bugsnag/js's changelog.

[8.8.0] - 2026-01-20

This release adds support for notitfying failed network requests using the new plugin-network-instrumentation package

Added

(plugin-network-instrumentation) Add new plugin to notify failed network requests #2647 (plugin-cloudflare-workers): Add initial support for Cloudflare Workers #2643 #2644 (plugin-contextualize) Return callback value from contextualize plugin #2654

Fixed

(plugin-server-session) Delay session tracker initialization until first use #2642

Dependencies

Update bugsnag-cocoa to 6.34.1 #2606 Update bugsnag-android to v6.20.0 #2625

[8.7.0] - 2025-10-13

Added

  • (electron) Add codeBundleId config option to main process #2577

Changed

  • Update bugsnag-cocoa to v6.34.0 #2571
  • Amend secondary default notify and sessions endpoints to bugsnag.smartbear.com #2584

[8.6.0] - 2025-09-25

Added

  • Add additional grouping discriminator property to events #2544
  • (react-native) Handle additional grouping discriminator #2557
  • (electron) Handle additional grouping discriminator #2561

Changed

  • Update bugsnag-cocoa to v6.33.1 #2552
  • Update bugsnag-android to v6.18.0 #2556
  • (core): Change startsWith() to indexOf() === 0 to support older browsers #2568

Fixed

  • (plugin-window-onerror) Guard against errors when trying to call previous handler #2551

[8.5.0] - 2025-09-01

... (truncated)

Commits
  • 9b687b1 v8.8.0
  • 7a13b93 Merge pull request #2657 from bugsnag/release/v8.8.0
  • 0dc1e68 docs: 📝 update CHANGELOG.md
  • 0522d07 Merge pull request #2647 from bugsnag/integration/http-errors
  • e379e7b feat: ✨ return callback value from contextualize plugin (#2654)
  • e521d74 feat: ✨ return callback value from contextualize plugin
  • cd8fcba test(react-native): fix react-navigation tests and dependencies (#2650)
  • 1ed92a9 test(plugin-cloudflare-workers): add cloudflare e2e tests (#2646)
  • db3484d fix(plugin-cloudflare-workers): use request scoped client and run within asyn...
  • d58e520 feat(plugin-cloudflare-workers): add basic cloudflare workers plugin (#2643)
  • 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 [@bugsnag/js](https://github.com/bugsnag/bugsnag-js) from 8.4.0 to 8.8.0.
- [Release notes](https://github.com/bugsnag/bugsnag-js/releases)
- [Changelog](https://github.com/bugsnag/bugsnag-js/blob/next/CHANGELOG.md)
- [Commits](bugsnag/bugsnag-js@v8.4.0...v8.8.0)

---
updated-dependencies:
- dependency-name: "@bugsnag/js"
  dependency-version: 8.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 23, 2026
@codecov
Copy link

codecov bot commented Jan 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.48%. Comparing base (ec7dd23) to head (b5b8921).

Additional details and impacted files
@@           Coverage Diff           @@
##           stable    #1430   +/-   ##
=======================================
  Coverage   98.48%   98.48%           
=======================================
  Files          38       38           
  Lines        2240     2240           
  Branches      446      446           
=======================================
  Hits         2206     2206           
  Misses         30       30           
  Partials        4        4           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 30, 2026

Superseded by #1433.

@dependabot dependabot bot closed this Jan 30, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/bugsnag/js-8.8.0 branch January 30, 2026 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants