You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(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