All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
6.4.2 (2024-06-26)
6.4.1 (2024-06-17)
Note: Version bump only for package @honeybadger-io/react-native
6.4.0 (2024-04-19)
6.3.5 (2024-04-01)
Note: Version bump only for package @honeybadger-io/react-native
6.3.4 (2024-03-27)
Note: Version bump only for package @honeybadger-io/react-native
6.3.3 (2024-01-04)
6.3.2 (2023-11-28)
Note: Version bump only for package @honeybadger-io/react-native
6.3.1 (2023-11-28)
Note: Version bump only for package @honeybadger-io/react-native
6.3.0 (2023-11-17)
6.2.3 (2023-10-23)
Note: Version bump only for package @honeybadger-io/react-native
6.2.2 (2023-10-09)
6.2.1 (2023-09-12)
Note: Version bump only for package @honeybadger-io/react-native
6.2.0 (2023-09-07)
6.1.1 (2023-08-07)
Note: Version bump only for package @honeybadger-io/react-native
6.1.0 (2023-07-17)
6.0.3 (2023-07-03)
Note: Version bump only for package @honeybadger-io/react-native
6.0.2 (2023-06-26)
Note: Version bump only for package @honeybadger-io/react-native
6.0.1 (2023-06-08)
Note: Version bump only for package @honeybadger-io/react-native
- react-native: include the features of the core js project (#1069)
- specify "engines" in package.json
- rollup-plugin: add rollup/vite plugin that uploads sourcemaps to honeybadger API (850b2b5)
- specify "engines" in package.json (d0eb1a3), closes #961
5.2.0 (2023-03-27)
Note: Version bump only for package @honeybadger-io/react-native
5.1.6 (2023-03-14)
Note: Version bump only for package @honeybadger-io/react-native
5.1.4 (2023-02-27)
Note: Version bump only for package @honeybadger-io/react-native
5.1.1 (2023-02-13)
Note: Version bump only for package @honeybadger-io/react-native
5.0.0 (2023-02-05)
Note: Version bump only for package @honeybadger-io/react-native
4.8.2 (2023-01-02)
Note: Version bump only for package @honeybadger-io/react-native
4.8.0 (2022-12-12)
Note: Version bump only for package @honeybadger-io/react-native
4.7.1 (2022-11-14)
Note: Version bump only for package @honeybadger-io/react-native
4.7.0 (2022-11-01)
All notable changes to this project will be documented in this file.
- Updated the iOS module to work better with Ignite (and possibly other React Native boilerplates).
- Updated the Android Native Module to support newer versions of the Android tech stack.
- Add support for React 17.
- Add support for the
reportErrors
configuration option.
- Add support for
revision
andprojectRoot
configuration options. - Add TypeScript definitions.
- Allow the default JS error handler to process the error after we're done with it so that RN shows the useful red info box in dev.
- Added ability to differentiate and configure console output by log level, eliminating frivolous logging.
- Removed regex named capture groups in favor of numeric capture groups in order to be able to support the Hermes JS engine.
- honeybadger-generate-sourcemaps now generates main.jsbundle files for both iOS and Android.
- Changed the package of the native module for Android to io.honeybadger
- Rename the stackAddress key to stack_address to be more consistent with the HB spec.
- Allow for changing of the HB API key.
- Initial release