Socket
Socket
Sign inDemoInstall

@bugsnag/core-performance

Package Overview
Dependencies
Maintainers
9
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bugsnag/core-performance - npm Package Versions

234

2.9.1

Diff

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
gingerbenw
published 2.7.0 •

Changelog

Source

[v2.7.0] (2024-07-03)

Added

  • (react-native) Support remote debugging in Chrome #468

Fixed

  • (plugin-react-navigation) Fix a crash when navigation ref is created using useRef #469
gingerbenw
published 2.6.0 •

Changelog

Source

[v2.6.0] (2024-06-06)

Added

  • (browser) Set parent span context for full page load spans based on traceparent meta tag, if present #446

Fixed

  • (plugin-react-navigation) Fix an issue where a navigation span could inherit the end time of the last span #457
gingerbenw
published 2.5.0 •

Changelog

Source

[v2.5.0] (2024-05-02)

Added

  • (react-native) Add trace propagation headers for React Native #437 #444
  • Add new startNetworkSpan method to BugsnagPerformance #448
  • Change network span naming convention to [HTTP/VERB] #448

Fixed

  • (core) Fix import of @bugsnag/cuid not working in node ESM environment #445
gingerbenw
published 2.4.1 •

Changelog

Source

v2.4.1 (2024-04-18)

Fixed

  • (core) Delay span batching while initial sampling request is in flight #433
  • (core) Refactor span batching to ensure correct sampling values for subsequent spans #435
  • (request-tracker) Ensure existing headers are preserved for fetch requests #436
gingerbenw
published 2.4.0 •

Changelog

Source

v2.4.0 (2024-03-27)

Added

  • (browser) This release adds experimental trace propagation support. When enabled, by setting propagateTraceContext to true in the networkRequestCallback handler, a traceparent header will be added to the outgoing network request.

Deprecated

  • (react-native) For improved consistency with our error SDK, this release renames the existing navigation plugins and their exported types. The old packages are now marked as deprecated in NPM, but can be used until the next major version of this library. However we recommend renaming any existing references to the new packages straightaway:
    • React Navigation:
      • Rename package import from @bugsnag/react-navigation-performance to @bugsnag/plugin-react-navigation-performance
      • Rename plugin type from ReactNavigationNativePlugin to BugsnagPluginReactNavigationPerformance
    • React Native Navigation:
      • Rename package import from @bugsnag/react-native-navigation-performance to @bugsnag/plugin-react-native-navigation-performance
      • Rename plugin type from ReactNativeNavigationPlugin to BugsnagPluginReactNativeNavigationPerformance

Fixed

  • (plugin-react-navigation) Fix an issue where refs are not forwarded to the NavigationContainer #431
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc