🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@bugsnag/browser-performance

Package Overview
Dependencies
Maintainers
9
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bugsnag/browser-performance - npm Package Versions

234

2.13.0

Diff
ahmed_bugsnag
published 2.13.0 •

Changelog

Source

[v2.13.0] (2025-05-15)

Added

  • (core) Introduced RemoteParentContext to allow cross-layer parenting of spans, along with easy encoding of traceparent headers #620
gingerbenw
published 2.12.0 •

Changelog

Source

[v2.12.0] (2025-03-26)

This release adds support for React Native 0.77 to @bugsnag/react-native-performance

Added

  • (plugin-react-performance) Added new react library with withInstrumentedComponent higher order component to instrument component rendering spans #584

Fixed

  • (react-native) Fix turbo module check in React Native 0.77 #578
ahmed_bugsnag
published 2.11.0 •

Changelog

Source

[v2.11.0] (2025-01-23)

Added

  • (react-native) Added BugsnagPerformance.attach method to support integration with native BugSnag Performance Monitoring SDKs for Android and iOS #573

Changed

  • (react-native) Replaced react-native-file-access peer dependency with internal native module implementation. This peer dependency is no longer required by the SDK. #561
ahmed_bugsnag
published 2.10.1 •

Changelog

Source

[v2.10.1] (2024-11-12)

Fixed

  • (react-native) Prevent duplicate app start spans from being started #524

Changed

  • (browser) Update Span and Trace ID generator code to allow for modified Array.from API #518
gingerbenw
published 2.10.0 •

Changelog

Source

[v2.10.0] (2024-09-26)

Added

  • Allow setting custom span attributes #510
ahmed_bugsnag
published 2.9.1 •

Changelog

Source

[v2.9.1] (2024-09-11)

Fixed

  • (core) Fix URL.hostname error on React Native #504
gingerbenw
published 2.9.0 •

Changelog

Source

[v2.9.0] (2024-09-05)

Added

  • (react-native) Add new withInstrumentedAppStarts method to workaround automatically instrumented app start span issues #497

Changed

  • (core) Discard spans open for more than one hour #494
  • (core) use API key subdomain as default endpoint #500
gingerbenw
published 2.8.1-alpha.0 •
ahmed_bugsnag
published 2.8.0 •

Changelog

Source

[v2.8.0] (2024-08-20)

Added

  • (browser) Add serviceName config option for browser and ensure service.name attribute is always set #477
  • Add a fixed sampling probability configuration option #487
  • (react-native) Support react-native-file-access v1.x #488
  • (react-native) Support React Native 0.64 #489

Changed

  • (vue-router) Use vue router to resolve routes #476
  • Update error correlation implementation to monkey patch the error notifier #474
  • (react-native) Ensure native module is fully backwards compatible #478
  • (react-native) Use batch time for filenames in retry queue #486
  • (core) Avoid long running timers when ensuring probability freshness #481

Fixed

  • (react-native) Set initial background state to foreground if initial app state is 'inactive' #491
gingerbenw
published 2.7.1 •

Changelog

Source

[v2.7.1] (2024-07-16)

Changed

  • Update type imports to ensure TypeScript backwards compatibility #471