Releases: bugsnag/bugsnag-js-performance
Releases · bugsnag/bugsnag-js-performance
v3.3.0
v3.2.0
v3.1.0
v3.0.1
v3.0.0
Breaking change: For React Native apps integrating with the native Android/iOS Performance SDKs, the minimum required versions are now:
Upgrading these versions is required for continued compatibility with the React Native integration. Please refer to the linked release notes for details on changes in the native SDKs.
Added
- (react-native) Added
BugsnagJavascriptSpansPluginto@bugsnag/plugin-react-native-span-accessto support accessing JavaScript span controls from native code #682
v2.15.0
v2.14.0
Added
- Set default endpoints based on API key #643
- (core) Added
onSpanStartcallbacks 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
SpanControlProviderinterface andBugsnagPerformance.getSpanControlsmethod to allow access to a registeredSpanControlProvider. #634 - (browser, react-native) Added
@bugsnag/plugin-named-spanspackage for tracking and accessing open spans by name #644 - (react-native) Added
@bugsnag/plugin-react-native-span-accesspackage for accessing native spans from Javascript #633 #636 #639 #645
v2.13.0
v2.12.0
This release adds support for React Native 0.77 to @bugsnag/react-native-performance
Added
- (plugin-react-performance) Added new react library with
withInstrumentedComponenthigher order component to instrument component rendering spans #584
Fixed
- (react-native) Fix turbo module check in React Native 0.77 #578
v2.11.0
Added
- (react-native) Added
BugsnagPerformance.attachmethod to support integration with native BugSnag Performance Monitoring SDKs for Android and iOS #573
Changed
- (react-native) Replaced
react-native-file-accesspeer dependency with internal native module implementation. This peer dependency is no longer required by the SDK. #561