New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@bugsnag/vue-router-performance

Package Overview
Dependencies
Maintainers
0
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bugsnag/vue-router-performance - npm Package Versions

2

2.8.0

Diff
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.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
djskinner
published 2.3.0-alpha.0 •
gingerbenw
published 2.2.0 •

Changelog

Source

v2.2.0 (2024-02-01)

This release adds support for automatic span instrumentation when using React Navigation in React Native apps. See online docs for details.

  • (browser) Export noops from browser package when window or document is undefined #390
ahmed_bugsnag
published 2.1.0 •

Changelog

Source

v2.1.0 (2023-12-12)

Fixed

  • (react-router) Allow / as a basename #337
  • (vue-router) Allow / as a basename #337
  • (react-native) Generate random bytes natively for ID generation #380
  • (react-native) Discard spans when the app is in the background #384

Added

  • (angular) Added new integration for angular apps #293
ahmed_bugsnag
published 1.2.1-alpha.4 •
ahmed_bugsnag
published 2.0.0 •

Changelog

Source

v2.0.0 (2023-11-20)

Added

  • (react-native) Added net.host.connection.type span attribute #334
  • (react-native) Added net.host.connection.subtype span attribute #360
  • (react-native) Added persistence to retry queue #357

Fixed

  • (browser) Fall back to unbuffered performance observer when buffer is not supported #352
  • (browser) Listen for pagehide and pageshow events in backgrounding listener #362
  • (core) Round timestamps to the nearest integer #364
ahmed_bugsnag
published 1.2.1-alpha.3 •
ahmed_bugsnag
published 1.2.1-alpha.2 •
2