You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@bugsnag/angular-performance

Package Overview
Dependencies
Maintainers
8
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bugsnag/angular-performance - npm Package Versions

2.14.0

Diff
a
ahmed_bugsnag
published 2.14.0 •

Changelog

Source

[v2.14.0] (2025-06-25)

Added

  • Set default endpoints based on API key #643
  • (core) Added onSpanStart callbacks config option to allow spans to be inspected and modified on creation. #631
  • (svelte-kit-performance) Added new routing provider for instrumenting route change spans with SvelteKit #632
  • (core) Introduced SpanControlProvider interface and BugsnagPerformance.getSpanControls method to allow access to a registered SpanControlProvider. #634
  • (browser, react-native) Added @bugsnag/plugin-named-spans package for tracking and accessing open spans by name #644
  • (react-native) Added @bugsnag/plugin-react-native-span-access package for accessing native spans from Javascript #633 #636 #639 #645
g
gingerbenw
published 2.7.1 •

Changelog

Source

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

Changed

  • Update type imports to ensure TypeScript backwards compatibility #471
g
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
d
djskinner
published 2.3.0-alpha.0 •
g
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
a
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